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

<<51525354555657585960>>

  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pUpnpServiceResponse.java 85 throw new IllegalArgumentException("Malformed upnp service response");
154 } catch (IllegalArgumentException e) {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
ByteBufferReader.java 44 * @throws IllegalArgumentException
48 throw new IllegalArgumentException("Invalid size " + size);
ScanResultMatchInfo.java 58 throw new IllegalArgumentException("Invalid WifiConfiguration: " + config);
82 throw new IllegalArgumentException("Invalid ScanResult: " + scanResult);
  /frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/
TemplateLayoutTest.java 93 } catch (IllegalArgumentException e) {
94 // Expected IllegalArgumentException
  /frameworks/opt/telephony/src/java/com/google/android/mms/util/
DownloadDrmHelper.java 50 } catch (IllegalArgumentException e) {
103 } catch (IllegalArgumentException ex) {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SimActivationTrackerTest.java 55 } catch (IllegalArgumentException ex) {
68 } catch (IllegalArgumentException ex) {
  /frameworks/support/car/src/main/java/androidx/car/drawer/
DrawerItemViewHolder.java 44 throw new IllegalArgumentException("Icon view cannot be null!");
49 throw new IllegalArgumentException("Title view cannot be null!");
  /frameworks/support/compat/src/androidTest/java/android/support/v4/testutils/
TestUtils.java 36 * method will throw an <code>IllegalArgumentException</code>. If there is a color mismatch,
45 throw new IllegalArgumentException("Drawable must be configured to have non-zero size");
  /frameworks/support/compat/src/androidTest/java/androidx/core/view/
ViewCompatTest.java 106 @Test(expected = IllegalArgumentException.class)
114 @Test(expected = IllegalArgumentException.class)
  /frameworks/support/compat/src/main/java/androidx/core/app/
BundleCompat.java 62 | IllegalArgumentException e) {
86 | IllegalArgumentException e) {
  /frameworks/support/compat/src/main/java/androidx/core/view/
WindowCompat.java 69 * IllegalArgumentException if the ID is invalid, or there is no matching view in the hierarchy.
87 throw new IllegalArgumentException("ID does not reference a View inside this Window");
  /frameworks/support/core/ktx/src/androidTest/java/androidx/core/os/
BundleTest.kt 133 assertThrows<IllegalArgumentException> {
137 assertThrows<IllegalArgumentException> {
  /frameworks/support/customview/src/main/java/androidx/customview/widget/
FocusStrategy.java 55 throw new IllegalArgumentException("direction must be one of "
161 throw new IllegalArgumentException("direction must be one of "
311 throw new IllegalArgumentException("direction must be one of "
334 throw new IllegalArgumentException("direction must be one of "
353 throw new IllegalArgumentException("direction must be one of "
380 throw new IllegalArgumentException("direction must be one of "
408 throw new IllegalArgumentException("direction must be one of "
435 throw new IllegalArgumentException("direction must be one of "
  /frameworks/support/jetifier/jetifier/processor/src/test/kotlin/com/android/tools/build/jetifier/processor/transform/pom/
PomRewriteRuleTest.kt 26 @Test(expected = IllegalArgumentException::class)
41 @Test(expected = IllegalArgumentException::class)