Home
last modified time | relevance | path

Searched refs:RESULT_SECURITY_EXCEPTION (Results 1 – 4 of 4) 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
56 result = RESULT_SECURITY_EXCEPTION; in onReceive()
/cts/tests/app/shared/src/android/app/stubs/shared/
DICloseSystemDialogsTestsService.aidl28 const int RESULT_SECURITY_EXCEPTION = 1; field
DCloseSystemDialogsTestService.java127 receiver.send(RESULT_SECURITY_EXCEPTION, null); in postNotification()
/cts/tests/app/src/android/app/cts/
DCloseSystemDialogsTest.java217 ICloseSystemDialogsTestsService.RESULT_SECURITY_EXCEPTION); in testCloseSystemDialogs_inTrampolineWhenTargetSdkCurrent_isBlockedAndThrows()