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.java177 assertCloseSystemDialogsNotReceived(); in testCloseSystemDialogs_whenTargetSdkCurrent_isBlockedAndThrows()
186 assertCloseSystemDialogsNotReceived(); in testCloseSystemDialogs_whenTargetSdk30_isBlockedButDoesNotThrow()
218 assertCloseSystemDialogsNotReceived(); in testCloseSystemDialogs_inTrampolineWhenTargetSdkCurrent_isBlockedAndThrows()
249 assertCloseSystemDialogsNotReceived(); in testCloseSystemDialogs_inTrampolineViaPendingIntentWhenTargetSdkCurrent_isBlocked()
362 assertCloseSystemDialogsNotReceived(); in testCloseSystemDialogsViaActivityManager_whenTargetSdkCurrent_isBlockedAndThrows()
373 assertCloseSystemDialogsNotReceived(); in testCloseSystemDialogsViaActivityManager_whenTargetSdk30_isBlockedButDoesNotThrow()
382 private void assertCloseSystemDialogsNotReceived() { in assertCloseSystemDialogsNotReceived() method in CloseSystemDialogsTest