HomeSort by relevance Sort by last modified time
    Searched defs:IllegalArgumentException (Results 151 - 175 of 428) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Fingerprint.java 69 throw new IllegalArgumentException();
108 throw new IllegalArgumentException("bad streamId: " + streamId);
175 throw new IllegalArgumentException("illegal hex digit in " + streamId);
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/
FakeCursor.java 125 throw new IllegalArgumentException();
  /packages/apps/Settings/src/com/android/settings/
DateTimeSettings.java 121 throw new IllegalArgumentException();
  /packages/apps/Settings/src/com/android/settings/notification/
SettingPref.java 135 throw new IllegalArgumentException();
145 throw new IllegalArgumentException();
155 throw new IllegalArgumentException();
  /packages/apps/WallpaperPicker/src/com/android/gallery3d/common/
Utils.java 39 // Throws IllegalArgumentException if the input is <= 0 or
42 if (n <= 0 || n > (1 << 30)) throw new IllegalArgumentException("n is invalid: " + n);
54 // Throws IllegalArgumentException if the input is <= 0
56 if (n <= 0) throw new IllegalArgumentException();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
WordListMetadata.java 80 * If this lacks any required field, IllegalArgumentException is thrown.
109 throw new IllegalArgumentException();
  /system/timezone/distro/tools/src/main/com/android/timezone/distro/tools/
TimeZoneDistroBuilder.java 64 throw new IllegalArgumentException();
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Fat16BootSector.java 122 * @throws IllegalArgumentException if the specified label is longer
125 public void setVolumeLabel(String label) throws IllegalArgumentException {
127 throw new IllegalArgumentException("volume label too long");
153 if (v > 0x7FFF) throw new IllegalArgumentException(
206 * @throws IllegalArgumentException for negative values
208 public void setRootDirEntryCount(int v) throws IllegalArgumentException {
209 if (v < 0) throw new IllegalArgumentException();
  /tools/loganalysis/src/com/android/loganalysis/item/
GenericItem.java 173 * @throws IllegalArgumentException If the attribute is not in allowedAttributes.
175 protected void setAttribute(String attribute, Object value) throws IllegalArgumentException {
177 throw new IllegalArgumentException();
187 * @throws IllegalArgumentException If the attribute is not in allowedAttributes.
189 protected Object getAttribute(String attribute) throws IllegalArgumentException {
191 throw new IllegalArgumentException();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
CtsMediaOutputSurface.java 71 throw new IllegalArgumentException();
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
PacketReflector.java 84 throw new IllegalArgumentException();
  /cts/tests/tests/media/src/android/media/cts/
NonBlockingAudioTrack.java 62 throw new IllegalArgumentException();
OutputSurface.java 67 throw new IllegalArgumentException();
  /cts/tests/tests/webkit/src/android/webkit/cts/
TestHtmlConstants.java 82 throw new IllegalArgumentException();
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
DynamicTableModel.java 273 throw new IllegalArgumentException();
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
Configurator.java 117 throw new IllegalArgumentException();
124 } catch (IllegalArgumentException e1) {
127 } catch (IllegalArgumentException e2) {
146 } catch (IllegalArgumentException e1) {
158 } catch (IllegalArgumentException e1) {
244 throw new IllegalArgumentException(
326 throw new IllegalArgumentException("Error inflating XML: Unexpected number of argments passed to \""
331 throw new IllegalArgumentException("Error inflating XML: no setter method found for param \"" +
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
SourceFiles.java 302 throw new IllegalArgumentException();
  /external/dexmaker/dexmaker-mockito-inline/src/main/java/com/android/dx/mockito/inline/
MockMethodAdvice.java 104 throw new IllegalArgumentException();
  /external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
MonitorBasedArrayBlockingQueue.java 155 * @throws IllegalArgumentException if <tt>capacity</tt> is less than 1
169 * @throws IllegalArgumentException if <tt>capacity</tt> is less than 1
173 throw new IllegalArgumentException();
204 * @throws IllegalArgumentException if <tt>capacity</tt> is less than
213 throw new IllegalArgumentException();
590 * @throws IllegalArgumentException {@inheritDoc}
597 throw new IllegalArgumentException();
626 * @throws IllegalArgumentException {@inheritDoc}
633 throw new IllegalArgumentException();
MonitorBasedPriorityBlockingQueue.java 119 * @throws IllegalArgumentException if <tt>initialCapacity</tt> is less
135 * @throws IllegalArgumentException if <tt>initialCapacity</tt> is less
392 * @throws IllegalArgumentException {@inheritDoc}
399 throw new IllegalArgumentException();
419 * @throws IllegalArgumentException {@inheritDoc}
426 throw new IllegalArgumentException();
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
PropsVectors.java 148 throw new IllegalArgumentException("numOfColumns need to be no "
171 * @throws IllegalArgumentException
180 throw new IllegalArgumentException();
298 * @throws IllegalArgumentException
306 throw new IllegalArgumentException("rowIndex out of bound!");
320 * @throws IllegalArgumentException
328 throw new IllegalArgumentException("rowIndex out of bound!");
339 * @throws IllegalArgumentException
347 throw new IllegalArgumentException("rowIndex out of bound!");
URLHandler.java 126 catch(IllegalArgumentException e) {
165 throw new IllegalArgumentException();
225 throw new IllegalArgumentException("jar error: " + e.getMessage());
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UScriptRun.java 167 * IllegalArgumentException if the range is outside of the bounds of the
172 * @exception IllegalArgumentException If invalid arguments are passed.
179 throws IllegalArgumentException
188 throw new IllegalArgumentException();
  /external/icu/android_icu4j/src/main/java/android/icu/text/
FilteredNormalizer2.java 48 throw new IllegalArgumentException();
60 throw new IllegalArgumentException();
246 throw new IllegalArgumentException();
ScientificNumberFormatter.java 237 throw new IllegalArgumentException();
268 throw new IllegalArgumentException();

Completed in 1167 milliseconds

1 2 3 4 5 67 8 91011>>