HomeSort by relevance Sort by last modified time
    Searched defs:IllegalArgumentException (Results 301 - 325 of 368) sorted by null

<<1112131415

  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
AlertServiceTest.java 103 throw new IllegalArgumentException();
119 throw new IllegalArgumentException();
124 throw new IllegalArgumentException();
129 throw new IllegalArgumentException();
134 throw new IllegalArgumentException();
139 throw new IllegalArgumentException();
144 throw new IllegalArgumentException();
149 throw new IllegalArgumentException();
155 throw new IllegalArgumentException();
161 throw new IllegalArgumentException();
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
CallLogProvider.java 279 throw new IllegalArgumentException("Unknown URL " + uri);
303 throw new IllegalArgumentException("query_for_testing set from foreign package "
330 * @throws IllegalArgumentException when the value in the query parameter is not an integer.
343 throw new IllegalArgumentException(msg, e);
358 throw new IllegalArgumentException("Unknown URI: " + uri);
511 * @throws IllegalArgumentException if allow_voicemail is not set.
515 throw new IllegalArgumentException(
525 * @throws IllegalArgumentException if the id included in the Uri is not a valid long value.
531 throw new IllegalArgumentException("Invalid call id in uri: " + uri, e);
  /tools/loganalysis/src/com/android/loganalysis/util/config/
OptionSetter.java 322 } catch (IllegalArgumentException e) {
353 throw new IllegalArgumentException();
355 } catch (IllegalArgumentException e) {
632 } catch (IllegalArgumentException e) {
    [all...]
  /dalvik/dx/src/com/android/dex/
Dex.java 173 throw new IllegalArgumentException("position=" + position
254 throw new IllegalArgumentException("offset == 0");
262 throw new IllegalArgumentException("offset == 0");
519 throw new IllegalArgumentException();
597 throw new IllegalArgumentException();
639 throw new IllegalArgumentException("Expected an unsigned short: " + i);
  /external/autotest/frontend/client/src/autotest/afe/create/
CreateJobViewPresenter.java 754 } catch (IllegalArgumentException exc) {
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateFormatSymbols.java 804 throw new IllegalArgumentException("Bad context or width argument");
    [all...]
DecimalFormatSymbols.java 237 * @throws IllegalArgumentException if the length of the array is not 10.
246 throw new IllegalArgumentException("Number of digit strings is not 10");
254 throw new IllegalArgumentException("The input digit string array contains a null element");
    [all...]
Bidi.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateFormatSymbols.java 821 throw new IllegalArgumentException("Bad context or width argument");
    [all...]
DecimalFormatSymbols.java 249 * @throws IllegalArgumentException if the length of the array is not 10.
259 throw new IllegalArgumentException("Number of digit strings is not 10");
267 throw new IllegalArgumentException("The input digit string array contains a null element");
    [all...]
  /frameworks/base/core/java/android/text/
SpannableStringBuilder.java     [all...]
  /frameworks/base/media/java/android/media/
AudioRecord.java 250 * Though some invalid parameters will result in an {@link IllegalArgumentException} exception,
273 * @throws java.lang.IllegalArgumentException
277 throws IllegalArgumentException {
309 * @throws IllegalArgumentException
313 int sessionId) throws IllegalArgumentException {
317 throw new IllegalArgumentException("Illegal null AudioAttributes");
320 throw new IllegalArgumentException("Illegal null AudioFormat");
494 * @throws IllegalArgumentException
496 public Builder setAudioSource(int source) throws IllegalArgumentException {
499 throw new IllegalArgumentException("Invalid audio source " + source)
    [all...]
AudioTrack.java 423 * @throws java.lang.IllegalArgumentException
430 throws IllegalArgumentException {
481 * @throws java.lang.IllegalArgumentException
488 throws IllegalArgumentException {
531 * @throws IllegalArgumentException
535 throws IllegalArgumentException {
540 throw new IllegalArgumentException("Illegal null AudioFormat");
588 throw new IllegalArgumentException("Invalid audio session ID: "+sessionId);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeDialogControllerImpl.java 637 if (callback == null || handler == null) throw new IllegalArgumentException();
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
ManagedServices.java 323 throw new IllegalArgumentException();
745 } catch (IllegalArgumentException ex) {
785 throw new IllegalArgumentException(getCaption() + " must not be null");
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
Thread.java 305 * @throws IllegalArgumentException
334 * @throws IllegalArgumentException
346 throw new IllegalArgumentException("millis < 0: " + millis);
349 throw new IllegalArgumentException("nanos < 0: " + nanos);
352 throw new IllegalArgumentException("nanos > 999999: " + nanos);
    [all...]
  /libcore/ojluni/src/main/java/java/util/
JapaneseImperialCalendar.java 378 * @exception IllegalArgumentException if <code>field</code> is
391 throw new IllegalArgumentException();
523 * <code>IllegalArgumentException</code> is thrown.
527 * @exception IllegalArgumentException if <code>field</code> is
543 throw new IllegalArgumentException();
    [all...]
Calendar.java     [all...]
GregorianCalendar.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapMessage.java 759 throw new IllegalArgumentException();
774 throw new IllegalArgumentException();
806 throw new IllegalArgumentException();
    [all...]
  /packages/apps/Settings/src/com/android/settings/
SettingsPreferenceFragment.java 618 throw new IllegalArgumentException("fragment argument must be an instance of "
665 throw new IllegalArgumentException(
  /cts/tests/tests/text/src/android/text/format/cts/
TimeTest.java     [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldClassTest.java 65 public TestClass2(int i) throws IllegalArgumentException {
66 throw new IllegalArgumentException();
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
ForkJoinPool.java 156 * {@code IllegalArgumentException}.
    [all...]
  /external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DexMakerTest.java 342 } catch (IllegalArgumentException e) {
383 } catch (IllegalArgumentException expected) {
388 } catch (IllegalArgumentException expected) {
    [all...]

Completed in 786 milliseconds

<<1112131415