HomeSort by relevance Sort by last modified time
    Searched full:illegalargumentexception (Results 551 - 575 of 10592) sorted by null

<<21222324252627282930>>

  /packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/
UiDeviceUtils.java 40 throw new IllegalArgumentException(direction.toString());
64 throw new IllegalArgumentException(c + " is not supported");
  /system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/
CountryZoneUsage.java 39 throw new IllegalArgumentException(
52 throw new IllegalArgumentException(
  /system/timezone/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/zonetree/
CountryZoneUsageTest.java 44 } catch (IllegalArgumentException expected) {
61 } catch (IllegalArgumentException expected) {
  /tools/tradefederation/core/src/com/android/tradefed/build/
LocalFolderBuildProvider.java 44 throw new IllegalArgumentException(String.format("missing --%s option",
48 throw new IllegalArgumentException(String.format("path '%s' does not exist. " +
  /tools/tradefederation/core/tests/src/com/android/tradefed/build/
OtaZipfileBuildProviderTest.java 58 fail("Expected to get an IllegalArgumentException when no path was passed");
59 } catch (IllegalArgumentException e) {
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/
DirectedGraphTest.java 61 } catch (IllegalArgumentException expected) {
70 } catch (IllegalArgumentException expected) {
  /cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
Preconditions.java 38 * @throws IllegalArgumentException if the bitwise flags weren't set
42 throw new IllegalArgumentException(
58 * @throws IllegalArgumentException if the values were not equal
63 throw new IllegalArgumentException(
165 * @throws IllegalArgumentException if the {@code value} was empty
173 throw new IllegalArgumentException(valueName + " is empty");
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
AbstractStorelessUnivariateStatistic.java 51 * If the array is null, an IllegalArgumentException is thrown.</p>
78 * IllegalArgumentException is thrown.</p>
119 * Throws IllegalArgumentException if the input values array is null.</p>
122 * @throws IllegalArgumentException if values is null
136 * Throws IllegalArgumentException if the input values array is null.</p>
141 * @throws IllegalArgumentException if values is null
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
OneWayAnova.java 50 * @throws IllegalArgumentException if the preconditions are not met
55 throws IllegalArgumentException, MathException;
71 * @throws IllegalArgumentException if the preconditions are not met
76 throws IllegalArgumentException, MathException;
96 * @throws IllegalArgumentException if the preconditions are not met
101 throws IllegalArgumentException, MathException;
  /external/apache-http/src/org/apache/http/conn/params/
ConnManagerParams.java 69 throw new IllegalArgumentException("HTTP parameters may not be null");
83 throw new IllegalArgumentException("HTTP parameters may not be null");
109 throw new IllegalArgumentException
126 throw new IllegalArgumentException
149 throw new IllegalArgumentException
167 throw new IllegalArgumentException
  /external/eyes-free/AccessCheck/src/com/android/accessibility/
AccessibilityValidationContentHandler.java 89 * @throws IllegalArgumentException
94 File androidSdkPath) throws IllegalArgumentException {
192 * @throws IllegalArgumentException
197 throws IllegalArgumentException {
204 throw new IllegalArgumentException("invalid android sdk path",
207 throw new IllegalArgumentException(
  /external/guava/guava-tests/test/com/google/common/io/
ResourcesTest.java 110 } catch (IllegalArgumentException e) {
125 } catch (IllegalArgumentException e) {
150 fail("Should get IllegalArgumentException");
151 } catch (IllegalArgumentException expected) {
178 fail("Should get IllegalArgumentException");
179 } catch (IllegalArgumentException expected) {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestFailureRecovery.java 37 //} catch (IllegalArgumentException e) {
44 } catch (IllegalArgumentException e) {
51 } catch (IllegalArgumentException e) {
74 } catch (IllegalArgumentException e) {
81 } catch (IllegalArgumentException e) {
120 } catch (IllegalArgumentException e) {
  /external/nist-sip/java/gov/nist/javax/sip/header/
CallIdentifier.java 76 * @throws IllegalArgumentException if cid is null or is not a token,
79 public CallIdentifier(String cid) throws IllegalArgumentException {
157 * @throws IllegalArgumentException if cid is null or is not a token or
160 public void setCallID(String cid) throws IllegalArgumentException {
162 throw new IllegalArgumentException("NULL!");
171 throw new IllegalArgumentException("CallID must be token@token or token");
  /external/nist-sip/java/gov/nist/javax/sip/stack/
HopImpl.java 93 HopImpl(String hop) throws IllegalArgumentException {
96 throw new IllegalArgumentException("Null arg!");
116 throw new IllegalArgumentException("Bad port spec");
132 throw new IllegalArgumentException("no host!");
139 throw new IllegalArgumentException("Bad IPv6 reference spec");
146 throw new IllegalArgumentException(hop);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Address.java 61 if (dns == null) throw new IllegalArgumentException("dns == null");
64 if (socketFactory == null) throw new IllegalArgumentException("socketFactory == null");
67 if (authenticator == null) throw new IllegalArgumentException("authenticator == null");
70 if (protocols == null) throw new IllegalArgumentException("protocols == null");
73 if (connectionSpecs == null) throw new IllegalArgumentException("connectionSpecs == null");
76 if (proxySelector == null) throw new IllegalArgumentException("proxySelector == null");
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
TextFormatParseInfoTreeTest.java 94 } catch (IllegalArgumentException expected) {
104 } catch (IllegalArgumentException expected) {
110 } catch (IllegalArgumentException expected) {
130 } catch (IllegalArgumentException expected) {
148 } catch (IllegalArgumentException expected) {
154 } catch (IllegalArgumentException expected) {
  /frameworks/base/core/java/android/bluetooth/le/
AdvertiseSettings.java 171 * @throws IllegalArgumentException If the advertiseMode is invalid.
176 throw new IllegalArgumentException("unknown mode " + advertiseMode);
190 * @throws IllegalArgumentException If the {@code txPowerLevel} is invalid.
195 throw new IllegalArgumentException("unknown tx power level " + txPowerLevel);
217 * @throws IllegalArgumentException If the provided timeout is over 180000 ms.
221 throw new IllegalArgumentException("timeoutMillis invalid (must be 0-"
  /frameworks/base/core/java/android/content/
SyncAdapterType.java 42 throw new IllegalArgumentException("the authority must not be empty: " + authority);
45 throw new IllegalArgumentException("the accountType must not be empty: " + accountType);
66 throw new IllegalArgumentException("the authority must not be empty: " + authority);
69 throw new IllegalArgumentException("the accountType must not be empty: " + accountType);
84 throw new IllegalArgumentException("the authority must not be empty: " + authority);
87 throw new IllegalArgumentException("the accountType must not be empty: " + accountType);
  /frameworks/base/core/java/android/hardware/camera2/params/
BlackLevelPattern.java 43 * @throws IllegalArgumentException if the given array has an incorrect length.
52 throw new IllegalArgumentException("Invalid offsets array length");
64 * @throws IllegalArgumentException if a column or row given is negative.
68 throw new IllegalArgumentException("column, row arguments must be positive");
82 * @throws IllegalArgumentException if the offset is invalid.
89 throw new IllegalArgumentException("Null offset passed to copyTo");
  /frameworks/base/core/tests/coretests/src/android/hardware/display/
BrightnessConfigurationTest.java 59 @Test(expected = IllegalArgumentException.class)
79 @Test(expected = IllegalArgumentException.class)
87 assertThrows(IllegalArgumentException.class, () -> {
95 assertThrows(IllegalArgumentException.class, () -> {
105 assertThrows(IllegalArgumentException.class, () -> {
112 assertThrows(IllegalArgumentException.class, () -> {
  /frameworks/base/media/java/android/media/audiopolicy/
AudioPolicy.java 160 * @throws IllegalArgumentException
163 public Builder addMix(@NonNull AudioMix mix) throws IllegalArgumentException {
165 throw new IllegalArgumentException("Illegal null AudioMix argument");
175 * @throws IllegalArgumentException
178 public Builder setLooper(@NonNull Looper looper) throws IllegalArgumentException {
180 throw new IllegalArgumentException("Illegal null Looper argument");
229 throw new IllegalArgumentException("Invalid null volume callback");
272 throw new IllegalArgumentException("Illegal null list of AudioMix");
281 throw new IllegalArgumentException("Illegal null AudioMix in attachMixes");
313 throw new IllegalArgumentException("Illegal null list of AudioMix")
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
Preconditions.java 42 * @throws IllegalArgumentException if the bitwise flags weren't set
46 throw new IllegalArgumentException(
62 * @throws IllegalArgumentException if the values were not equal
67 throw new IllegalArgumentException(
169 * @throws IllegalArgumentException if the {@code value} was empty
177 throw new IllegalArgumentException(valueName + " is empty");
  /frameworks/ex/framesequence/src/android/support/rastermill/
FrameSequence.java 67 if (data == null) throw new IllegalArgumentException();
69 throw new IllegalArgumentException("invalid offset/length parameters");
75 if (buffer == null) throw new IllegalArgumentException();
81 throw new IllegalArgumentException("Cannot have non-direct ByteBuffer with no byte array");
88 if (stream == null) throw new IllegalArgumentException();
143 throw new IllegalArgumentException("Bitmap passed must be non-null and ARGB_8888");
  /frameworks/support/media/src/main/java/androidx/media/
SessionCommandGroup2.java 77 throw new IllegalArgumentException("command shouldn't be null");
90 throw new IllegalArgumentException("command shouldn't be null");
137 throw new IllegalArgumentException("command shouldn't be null");
150 throw new IllegalArgumentException("commandCode shouldn't be COMMAND_CODE_CUSTOM");
162 throw new IllegalArgumentException("command shouldn't be null");
175 throw new IllegalArgumentException("Use hasCommand(Command) for custom command");

Completed in 2134 milliseconds

<<21222324252627282930>>