Home
last modified time | relevance | path

Searched defs:RESULT_SECURITY_EXCEPTION (Results 1 – 5 of 5) sorted by relevance

/cts/hostsidetests/devicepolicy/app/LauncherTestsSupport/src/com/android/cts/launchertests/support/
DQuietModeCommandReceiver.java33 private static final String RESULT_SECURITY_EXCEPTION = "security-exception"; field in QuietModeCommandReceiver
/cts/tests/AlarmManager/app_common/src/android/alarmmanager/alarmtestapp/cts/common/
DRequestReceiver.java45 public static final int RESULT_SECURITY_EXCEPTION = Activity.RESULT_FIRST_USER + 12; field in RequestReceiver
/cts/tests/app/shared/src/android/app/stubs/shared/
DICloseSystemDialogsTestsService.aidl28 const int RESULT_SECURITY_EXCEPTION = 1; field
/cts/tests/tests/attributionsource/src/android/attributionsource/cts/
DAttributionSourceActivity.kt66 public final val RESULT_SECURITY_EXCEPTION: Int = -2 constant
/cts/tests/app/FgsTestHelper/src/android/app/fgstesthelper/
DLocalForegroundServiceBase.java54 public static final int RESULT_SECURITY_EXCEPTION = 4; field in LocalForegroundServiceBase