Home
last modified time | relevance | path

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

/packages/modules/Permission/tests/cts/permissionui/src/android/permissionui/cts/
DLocationAccuracyTest.kt67 clickPermissionRequestAllowForegroundButton() in testCoarsePermissionIsGranted()
86 clickPermissionRequestAllowForegroundButton() in testPrecisePermissionIsGranted()
105 clickPermissionRequestAllowForegroundButton() in testPermissionUpgradeFlow()
114 clickPermissionRequestAllowForegroundButton() in testPermissionUpgradeFlow()
128 clickPermissionRequestAllowForegroundButton() in testCoarseRequestAndGrant()
140 clickPermissionRequestAllowForegroundButton() in testPreSAppsAutograntFineIfCoarseGranted()
DPermissionSplitTest.kt91 clickPermissionRequestAllowForegroundButton() in testLocationPermissionSplit()
93 doAndWaitForWindowTransition { clickPermissionRequestAllowForegroundButton() } in testLocationPermissionSplit()
113 clickPermissionRequestAllowForegroundButton() in testBodySensorPermissionSplit()
115 doAndWaitForWindowTransition { clickPermissionRequestAllowForegroundButton() } in testBodySensorPermissionSplit()
DPermissionTest29.kt77 clickPermissionRequestAllowForegroundButton() in testRequestBothInSequence()
100 clickPermissionRequestAllowForegroundButton() in testRequestBothButGrantInSequence()
156 doAndWaitForWindowTransition { clickPermissionRequestAllowForegroundButton() } in testGrantDialogToSettingsNoOp()
199 clickPermissionRequestAllowForegroundButton() in testGrantDialogToSettingsDowngrade()
DPermissionDecisionsTest.kt50 clickPermissionRequestAllowForegroundButton() in testAcceptPermissionDialogShowsDecisionWithGrantedAccess()
96 clickPermissionRequestAllowForegroundButton() in testClickOnDecisionAndChangeAccessUpdatesDecision()
DEnhancedConfirmationManagerTest.kt224 doAndWaitForWindowTransition { clickPermissionRequestAllowForegroundButton() } in grantDialogBlocksRestrictedGroupsThenRequestsUnrestrictedGroupsDespiteOutOfOrderRequest()
242 doAndWaitForWindowTransition { clickPermissionRequestAllowForegroundButton() } in grantDialogBlocksRestrictedGroupsThenRequestsUnrestrictedHighPriorityGroups()
260 doAndWaitForWindowTransition { clickPermissionRequestAllowForegroundButton() } in grantDialogBlocksRestrictedGroupsThenRequestsUnrestrictedLowPriorityGroups()
DPermissionTest30.kt55 clickPermissionRequestAllowForegroundButton() in testRequestBothInSequence()
DNotificationPermissionTest.kt297 clickPermissionRequestAllowForegroundButton() in mergeAppPermissionRequestIntoNotificationAndVerifyResult()
318 clickPermissionRequestAllowForegroundButton() in mergeNotificationRequestIntoAppPermissionRequestAndVerifyResult()
DPermissionTest23.kt320 clickPermissionRequestAllowForegroundButton() in testNullAndRealPermission()
DBaseUsePermissionTest.kt883 protected fun clickPermissionRequestAllowForegroundButton(timeoutMillis: Long = 20_000) { in <lambda>() method in android.permissionui.cts.BaseUsePermissionTest