HomeSort by relevance Sort by last modified time
    Searched defs:SecurityException (Results 1 - 3 of 3) sorted by null

  /cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/
QuietModeTest.java 124 assertThrows(SecurityException.class, () -> trySetQuietModeEnabled(true));
132 assertThrows(SecurityException.class, () -> trySetQuietModeEnabled(true));
201 throw new SecurityException();
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowWifiManager.java 325 throw new SecurityException();
ShadowTelephonyManager.java 303 throw new SecurityException();

Completed in 1918 milliseconds