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

<<41424344454647484950>>

  /frameworks/support/compat/src/main/java/androidx/core/widget/
AutoSizeableTextView.java 66 * @throws IllegalArgumentException if any of the configuration params are invalid.
79 int unit) throws IllegalArgumentException;
90 * @throws IllegalArgumentException if all of the <code>presetSizes</code> are invalid.
99 throws IllegalArgumentException;
  /frameworks/support/jetifier/jetifier/core/src/main/kotlin/com/android/tools/build/jetifier/core/type/
PackageName.kt 26 throw IllegalArgumentException("The type does not support '.' as a package separator!")
  /frameworks/support/jetifier/jetifier/core/src/test/kotlin/com/android/tools/build/jetifier/core/config/
ConfigParserTest.kt 76 @Test(expected = IllegalArgumentException::class)
93 @Test(expected = IllegalArgumentException::class)
110 @Test(expected = IllegalArgumentException::class)
127 @Test(expected = IllegalArgumentException::class)
  /frameworks/support/lifecycle/common/src/main/java/androidx/lifecycle/
FullLifecycleObserverAdapter.java 49 throw new IllegalArgumentException("ON_ANY must not been send by anybody");
  /frameworks/support/lifecycle/runtime/src/androidTest/java/androidx/lifecycle/
MissingClassTest.java 40 @Test(expected = IllegalArgumentException.class)
  /frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
MediaRouteProviderDescriptor.java 136 throw new IllegalArgumentException("descriptor must not be null");
152 throw new IllegalArgumentException("route must not be null");
158 throw new IllegalArgumentException("route descriptor already added");
169 throw new IllegalArgumentException("routes must not be null");
  /frameworks/support/wear/src/androidTest/java/androidx/wear/widget/
LayoutTestActivity.java 31 throw new IllegalArgumentException(
  /frameworks/support/work/workmanager/src/main/java/androidx/work/
Configuration.java 140 * @throws IllegalArgumentException when the size of the range is < 1000
144 throw new IllegalArgumentException(
167 * @throws IllegalArgumentException when the number of jobs <
172 throw new IllegalArgumentException(
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/
ReferenceQueueTest.java 188 } catch (IllegalArgumentException e1) {
189 fail("IllegalArgumentException was thrown.");
226 fail("IllegalArgumentException expected.");
227 } catch(IllegalArgumentException iae) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
HeapByteBufferTest.java 44 } catch (IllegalArgumentException e) {
HeapCharBufferTest.java 40 } catch (IllegalArgumentException e) {
HeapDoubleBufferTest.java 38 } catch (IllegalArgumentException e) {
HeapFloatBufferTest.java 38 } catch (IllegalArgumentException e) {
HeapIntBufferTest.java 38 } catch (IllegalArgumentException e) {
HeapLongBufferTest.java 38 } catch (IllegalArgumentException e) {
HeapShortBufferTest.java 38 } catch (IllegalArgumentException e) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
FileChannelLockingTest.java 117 } catch (IllegalArgumentException ex) {
123 } catch (IllegalArgumentException ex) {
129 } catch (IllegalArgumentException ex) {
179 } catch (IllegalArgumentException ex) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
CharsetEncoder2Test.java 42 fail("Assert 0: Should throw IllegalArgumentException."); //$NON-NLS-1$
43 } catch (IllegalArgumentException e) {
51 fail("Assert 1: Should throw IllegalArgumentException."); //$NON-NLS-1$
52 } catch (IllegalArgumentException e) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLSessionBindingEventTest.java 54 fail("IllegalArgumentException expected");
55 } catch (IllegalArgumentException e) {
61 } catch (IllegalArgumentException e) {
62 fail("Unexpected IllegalArgumentException: " + e);
  /libcore/luni/src/main/java/org/xml/sax/ext/
Attributes2.java 64 * @exception java.lang.IllegalArgumentException When the
85 * @exception java.lang.IllegalArgumentException When the
116 * @exception java.lang.IllegalArgumentException When the
128 * @exception java.lang.IllegalArgumentException When the
  /libcore/luni/src/test/java/libcore/java/lang/
OldObjectTest.java 206 } catch (IllegalArgumentException expected) {
212 } catch (IllegalArgumentException expected) {
218 } catch (IllegalArgumentException expected) {
225 } catch (IllegalArgumentException expected) {
  /libcore/luni/src/test/java/libcore/java/net/
OldURITest.java 103 fail("IllegalArgumentException expected but not received.");
104 } catch (IllegalArgumentException expected) {
138 fail("IllegalArgumentException was not thrown.");
139 } catch(IllegalArgumentException expected) {
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
MacSpiTest.java 170 fail("IllegalArgumentException must be thrown");
171 } catch (IllegalArgumentException e) {
193 fail("IllegalArgumentException must be thrown");
194 } catch (IllegalArgumentException e) {
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStore3Test.java 86 fail("should throw IllegalArgumentException");
87 } catch (IllegalArgumentException e) {
94 fail("should throw IllegalArgumentException");
95 } catch (IllegalArgumentException e) {
  /libcore/luni/src/test/java/tests/java/sql/
SqlDateTest.java 47 } catch (IllegalArgumentException expected) { }

Completed in 1188 milliseconds

<<41424344454647484950>>