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

<<41424344454647484950>>

  /frameworks/base/core/java/android/security/keymaster/
KeymasterIntArgument.java 36 throw new IllegalArgumentException("Bad int tag " + tag);
KeymasterLongArgument.java 34 throw new IllegalArgumentException("Bad long tag " + tag);
  /frameworks/base/core/java/android/service/autofill/
AutofillServiceHelper.java 32 throw new IllegalArgumentException("ids[" + i + "] must not be null");
  /frameworks/base/core/java/android/view/
InputChannel.java 88 throw new IllegalArgumentException("name must not be null");
123 throw new IllegalArgumentException("outParameter must not be null");
145 throw new IllegalArgumentException("in must not be null");
154 throw new IllegalArgumentException("out must not be null");
PointerIcon.java 180 * @throws IllegalArgumentException if context is null.
195 * @throws IllegalArgumentException if context is null.
199 throw new IllegalArgumentException("context must not be null");
258 * @throws IllegalArgumentException if bitmap is null, or if the x/y hotspot
263 throw new IllegalArgumentException("bitmap must not be null");
291 * @throws IllegalArgumentException if resources is null.
297 throw new IllegalArgumentException("resources must not be null");
312 * @throws IllegalArgumentException if context is null.
317 throw new IllegalArgumentException("context must not be null");
445 throw new IllegalArgumentException("Exception parsing pointer icon resource.", ex)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
VerifierDeviceIdentityTest.java 195 } catch (IllegalArgumentException e) {
204 } catch (IllegalArgumentException e) {
213 } catch (IllegalArgumentException e) {
222 } catch (IllegalArgumentException e) {
  /frameworks/base/core/tests/coretests/src/android/database/
SQLiteOpenHelperTest.java 136 } catch (IllegalArgumentException expected) {
141 } catch (IllegalArgumentException expected) {
146 } catch (IllegalArgumentException expected) {
151 } catch (IllegalArgumentException expected) {
  /frameworks/base/core/tests/coretests/src/android/widget/
DateTimeViewTest.java 38 // receiver again that raises "java.lang.IllegalArgumentException: Receiver not registered".
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/
ReflectIntermediateClass.java 29 SecurityException, NoSuchMethodException, IllegalArgumentException,
  /frameworks/base/graphics/java/android/graphics/
RadialGradient.java 61 throw new IllegalArgumentException("radius must be > 0");
64 throw new IllegalArgumentException("needs >= 2 number of colors");
67 throw new IllegalArgumentException("color and position arrays must be of equal length");
91 throw new IllegalArgumentException("radius must be > 0");
  /frameworks/base/keystore/java/android/security/keystore/
AndroidKeyStoreECPublicKey.java 43 throw new IllegalArgumentException(
AndroidKeyStoreRSAPublicKey.java 41 throw new IllegalArgumentException(
  /frameworks/base/media/java/android/media/
PlaybackParams.java 41 * Return {@link java.lang.IllegalArgumentException} from
116 * Otherwise a {@link java.lang.IllegalArgumentException} exception
180 * @throws IllegalArgumentException if the pitch is negative.
184 throw new IllegalArgumentException("pitch must not be negative");
VolumeAutomation.java 34 * @throws IllegalArgumentException if the {@code configuration} is not allowed by the player.
  /frameworks/base/media/mca/effect/java/android/media/effect/effects/
IdentityEffect.java 50 throw new IllegalArgumentException("Unknown parameter " + parameterKey
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
AppInfo.java 30 if (componentName == null || user == null) throw new IllegalArgumentException();
  /frameworks/base/services/core/java/com/android/server/
NativeDaemonConnectorException.java 55 public IllegalArgumentException rethrowAsParcelableException() {
  /frameworks/base/telephony/java/android/telephony/mbms/
MbmsTempFileProvider.java 112 throw new IllegalArgumentException("Could not get canonical path for file " + file);
119 throw new IllegalArgumentException("File " + file + " is not contained in the temp " +
148 throw new IllegalArgumentException("Uri must have scheme content");
151 throw new IllegalArgumentException("Uri does not have a matching authority: " +
  /frameworks/base/tests/Internal/src/com/android/internal/ml/clustering/
KMeansTest.java 57 } catch (IllegalArgumentException e) {
67 } catch (IllegalArgumentException e) {}
75 } catch (IllegalArgumentException e) {}
80 } catch (IllegalArgumentException e) {}
  /frameworks/base/tests/net/java/android/net/nsd/
NsdServiceInfoTest.java 66 } catch (IllegalArgumentException e) {
76 } catch (IllegalArgumentException e) {
90 } catch (IllegalArgumentException e) {
106 } catch (IllegalArgumentException e) {
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pDeviceList.java 61 if (device == null) throw new IllegalArgumentException("Null device");
63 throw new IllegalArgumentException("Empty deviceAddress");
69 throw new IllegalArgumentException("Empty deviceAddress");
173 throw new IllegalArgumentException("Device not found " + deviceAddress);
  /frameworks/layoutlib/bridge/src/android/os/
Looper_Accessor.java 34 } catch (IllegalArgumentException e) {
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
ByteBufferReaderTest.java 50 * Verify that IllegalArgumentException will be thrown when reading an integer that exceeds
55 @Test(expected = IllegalArgumentException.class)
64 * Verify that IllegalArgumentException will be thrown when reading an integer with size
69 @Test(expected = IllegalArgumentException.class)
  /frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
PhotoBitmapLoaderInterface.java 29 throw new IllegalArgumentException("resources can not be null!");
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
ItemInflater.java 40 throw new IllegalArgumentException("Cannot add child item to " + parent);

Completed in 1843 milliseconds

<<41424344454647484950>>