Home
last modified time | relevance | path

Searched refs:sendCloseSystemDialogsBroadcast (Results 1 – 3 of 3) sorted by relevance

/cts/tests/app/shared/src/android/app/stubs/shared/
DICloseSystemDialogsTestsService.aidl22 void sendCloseSystemDialogsBroadcast(); in sendCloseSystemDialogsBroadcast() method
DCloseSystemDialogsTestService.java108 public void sendCloseSystemDialogsBroadcast() { in sendCloseSystemDialogsBroadcast() method in CloseSystemDialogsTestService.Binder
/cts/tests/app/src/android/app/cts/
DCloseSystemDialogsTest.java175 assertThrows(SecurityException.class, () -> mService.sendCloseSystemDialogsBroadcast()); in testCloseSystemDialogs_whenTargetSdkCurrent_isBlockedAndThrows()
184 mService.sendCloseSystemDialogsBroadcast(); in testCloseSystemDialogs_whenTargetSdk30_isBlockedButDoesNotThrow()
276 mService.sendCloseSystemDialogsBroadcast(); in testCloseSystemDialogs_withWindowAboveShadeAndTargetSdk30_isSent()