Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DCloseSystemDialogsTest.java216 assertCloseSystemDialogsNotReceived(); in testCloseSystemDialogs_whenTargetSdkCurrent_isBlockedAndThrows()
225 assertCloseSystemDialogsNotReceived(); in testCloseSystemDialogs_whenTargetSdk30_isBlockedButDoesNotThrow()
265 assertCloseSystemDialogsNotReceived(); in testCloseSystemDialogs_inTrampolineWhenTargetSdkCurrent_isBlockedAndThrows()
312 assertCloseSystemDialogsNotReceived(); in testCloseSystemDialogs_inTrampolineViaPendingIntentWhenTargetSdkCurrent_isBlocked()
437 assertCloseSystemDialogsNotReceived(); in testCloseSystemDialogsViaActivityManager_whenTargetSdkCurrent_isBlockedAndThrows()
448 assertCloseSystemDialogsNotReceived(); in testCloseSystemDialogsViaActivityManager_whenTargetSdk30_isBlockedButDoesNotThrow()
457 private void assertCloseSystemDialogsNotReceived() { in assertCloseSystemDialogsNotReceived() method in CloseSystemDialogsTest