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

<<31323334353637383940>>

  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MySignature1.java 84 throw new IllegalArgumentException("incorrect parameter off");
87 throw new IllegalArgumentException("incorrect parameter len");
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
BluetoothPbapRequestPullPhoneBook.java 50 throw new IllegalArgumentException("maxListCount should be [0..65535]");
54 throw new IllegalArgumentException("listStartOffset should be [0..65535]");
  /packages/apps/Calendar/src/com/android/calendar/alerts/
InitAlarmsService.java 54 } catch (java.lang.IllegalArgumentException e) {
55 // java.lang.IllegalArgumentException:
  /packages/apps/Contacts/src/com/android/contacts/
GroupMetaDataLoader.java 70 throw new IllegalArgumentException("Uri must not be null");
73 throw new IllegalArgumentException("Invalid group Uri: " + groupUri);
  /packages/apps/Dialer/java/com/android/voicemail/impl/scheduling/
Tasks.java 44 throw new IllegalArgumentException("EXTRA_CLASS_NAME expected");
51 throw new IllegalArgumentException(e);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProviderValidator.java 21 import java.lang.IllegalArgumentException;
85 throw new IllegalArgumentException(
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
DelegateFileFilter.java 46 throw new IllegalArgumentException("The FilenameFilter must not be null");
59 throw new IllegalArgumentException("The FileFilter must not be null");
NotFileFilter.java 39 * @throws IllegalArgumentException if the filter is null
43 throw new IllegalArgumentException("The filter must not be null");
  /packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
CollectionUtils.java 41 * @throws IllegalArgumentException if start or end are out of range or start &gt; end.
47 throw new IllegalArgumentException("Invalid start: " + start + " end: " + end
  /packages/services/Car/car-lib/src/android/car/storagemonitoring/
UidIoRecord.java 71 throw new IllegalArgumentException("cannot calculate delta between different user IDs");
90 throw new IllegalArgumentException("cannot calculate delta between different user IDs");
  /packages/services/Car/service/src/com/android/car/
BinderInterfaceContainer.java 75 throw new IllegalArgumentException(e);
106 throw new IllegalArgumentException(e);
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
ModuleDef.java 91 * @throws IllegalArgumentException
94 throws IllegalArgumentException {
124 * @throws IllegalArgumentException
126 protected void checkRequiredInterfaces(boolean hasAbiReceiver) throws IllegalArgumentException {
129 throw new IllegalArgumentException(mTest + "does not implement IAbiReceiver"
132 throw new IllegalArgumentException(mTest + " does not implement IRuntimeHintProvider"
135 throw new IllegalArgumentException(mTest + " does not implement ITestCollector"
138 throw new IllegalArgumentException(mTest + " does not implement ITestFilterReceiver"
  /tools/tradefederation/core/prod-tests/src/com/android/framework/tests/
TestDirForwarder.java 49 throw new IllegalArgumentException("buildInfo is not a IDeviceBuildInfo");
53 throw new IllegalArgumentException("missing config");
  /tools/tradefederation/core/src/com/android/tradefed/util/
Alarm.java 40 * @throws IllegalArgumentException if {@code timeout <= 0}.
47 throw new IllegalArgumentException(String.format(
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
Variance.java 206 * Throws <code>IllegalArgumentException</code> if the array is null.</p>
212 * @throws IllegalArgumentException if the array is null
233 * Throws <code>IllegalArgumentException</code> if the array is null.</p>
239 * @throws IllegalArgumentException if the array is null or the array index
280 * Throws <code>IllegalArgumentException</code> if any of the following are true:
292 * Throws <code>IllegalArgumentException</code> if either array is null.</p>
299 * @throws IllegalArgumentException if the parameters are not valid
339 * Throws <code>IllegalArgumentException</code> if any of the following are true:
350 * Throws <code>IllegalArgumentException</code> if either array is null.</p>
355 * @throws IllegalArgumentException if the parameters are not vali
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
MultimapsTest.java 505 fail("Expected IllegalArgumentException");
506 } catch (IllegalArgumentException expected) {
513 fail("Expected IllegalArgumentException");
514 } catch (IllegalArgumentException expected) {
720 fail("Expected IllegalArgumentException");
721 } catch (IllegalArgumentException expected) {
738 fail("Expected IllegalArgumentException");
739 } catch (IllegalArgumentException expected) {
743 fail("Expected IllegalArgumentException");
744 } catch (IllegalArgumentException expected)
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraDeviceImpl.java 246 throw new IllegalArgumentException("Null argument given");
402 throw new IllegalArgumentException("cannot configure an input stream without " +
478 } catch (IllegalArgumentException e) {
540 throw new IllegalArgumentException("inputConfig cannot be null when creating a " +
562 throw new IllegalArgumentException("inputConfig cannot be null when creating a " +
567 throw new IllegalArgumentException("Output configurations cannot be null when " +
586 throw new IllegalArgumentException(
617 throw new IllegalArgumentException("Invalid session configuration");
622 throw new IllegalArgumentException("Invalid output configurations");
625 throw new IllegalArgumentException("Invalid executor")
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
MacTest.java 179 * throws IllegalArgumentException when provider is null or empty
191 fail("IllegalArgumentException must be thrown when provider is null");
192 } catch (IllegalArgumentException e) {
196 fail("IllegalArgumentException must be thrown when provider is empty");
197 } catch (IllegalArgumentException e) {
218 IllegalArgumentException, NoSuchProviderException {
243 IllegalArgumentException {
259 * Assertion: throws IllegalArgumentException when provider is null
270 fail("IllegalArgumentException must be thrown when provider is null");
271 } catch (IllegalArgumentException e)
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
HostTest.java 396 throw new IllegalArgumentException("Missing build information");
402 throw new IllegalArgumentException("Missing device");
441 throw new IllegalArgumentException("Missing Test class name");
445 throw new IllegalArgumentException("Method name given with multiple test classes");
483 throw new IllegalArgumentException(
504 throw new IllegalArgumentException(
517 throw new IllegalArgumentException(
637 throw new IllegalArgumentException(
661 private List<Object> getTestMethods() throws IllegalArgumentException {
713 throw new IllegalArgumentException(
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/direct/
DirectSearchOptimizer.java 137 * @exception IllegalArgumentException if one step is null
140 throws IllegalArgumentException {
162 * @exception IllegalArgumentException if the reference simplex does not
167 throws IllegalArgumentException {
260 throws FunctionEvaluationException, OptimizationException, IllegalArgumentException {
327 * @exception IllegalArgumentException if the start point dimension is wrong
330 throws FunctionEvaluationException, OptimizationException, IllegalArgumentException;
339 * @exception IllegalArgumentException if the start point dimension is wrong
342 throws FunctionEvaluationException, IllegalArgumentException {
351 * @exception IllegalArgumentException if the start point does not matc
    [all...]
  /external/conscrypt/testing/src/main/java/org/conscrypt/
TestUtils.java 473 * Throws an {@code IllegalArgumentException} if the input is malformed.
475 public static byte[] decodeHex(String encoded) throws IllegalArgumentException {
484 * Throws an {@code IllegalArgumentException} if the input is malformed.
486 public static byte[] decodeHex(String encoded, boolean allowSingleChar) throws IllegalArgumentException {
494 * Throws an {@code IllegalArgumentException} if the input is malformed.
496 public static byte[] decodeHex(char[] encoded) throws IllegalArgumentException {
505 * Throws an {@code IllegalArgumentException} if the input is malformed.
507 public static byte[] decodeHex(char[] encoded, boolean allowSingleChar) throws IllegalArgumentException {
521 throw new IllegalArgumentException("Invalid input length: " + encoded.length);
533 private static int toDigit(char[] str, int offset) throws IllegalArgumentException {
    [all...]
  /frameworks/base/core/java/android/net/
NetworkUtils.java 151 throws IllegalArgumentException {
163 throws IllegalArgumentException {
165 throw new IllegalArgumentException("Invalid prefix length (0 <= prefix <= 32)");
184 * @throws IllegalArgumentException the specified netmask was not contiguous.
193 throw new IllegalArgumentException("Non-contiguous netmask: " + Integer.toHexString(i));
202 * but it will throw an IllegalArgumentException in that case.
208 throws IllegalArgumentException {
308 } catch (IllegalArgumentException e) { // Invalid IP address.
312 throw new IllegalArgumentException("Invalid IP address and mask " + ipAndMaskString);
335 throws IllegalArgumentException {
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
WifiAwareServiceImpl.java 185 throw new IllegalArgumentException("Callback must not be null");
188 throw new IllegalArgumentException("Binder must not be null");
261 throw new IllegalArgumentException("Binder must not be null");
303 throw new IllegalArgumentException("Callback must not be null");
306 throw new IllegalArgumentException("PublishConfig must not be null");
326 throw new IllegalArgumentException("PublishConfig must not be null");
353 throw new IllegalArgumentException("Callback must not be null");
356 throw new IllegalArgumentException("SubscribeConfig must not be null");
376 throw new IllegalArgumentException("SubscribeConfig must not be null");
403 throw new IllegalArgumentException(
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
SignatureTest.java 269 fail("expected IllegalArgumentException");
270 } catch (IllegalArgumentException e) {
326 fail("No expected IllegalArgumentException");
327 } catch (IllegalArgumentException e) {
424 fail("expected IllegalArgumentException");
425 } catch (IllegalArgumentException e) {
431 fail("expected IllegalArgumentException");
432 } catch (IllegalArgumentException e) {
438 fail("expected IllegalArgumentException");
439 } catch (IllegalArgumentException e)
    [all...]
  /external/rappor/client/javatest/com/google/android/rappor/
EncoderTest.java 93 thrown.expect(IllegalArgumentException.class);
120 thrown.expect(IllegalArgumentException.class);
133 thrown.expect(IllegalArgumentException.class);
147 thrown.expect(IllegalArgumentException.class);
160 thrown.expect(IllegalArgumentException.class);
173 thrown.expect(IllegalArgumentException.class);
186 thrown.expect(IllegalArgumentException.class);
199 thrown.expect(IllegalArgumentException.class);
212 thrown.expect(IllegalArgumentException.class);
225 thrown.expect(IllegalArgumentException.class)
    [all...]

Completed in 2262 milliseconds

<<31323334353637383940>>