Home
last modified time | relevance | path

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

/packages/modules/Permission/tests/cts/role/src/android/app/role/cts/
DRoleManagerTest.java286 UiObject2 dontAskAgainCheck = findDontAskAgainCheck(false); in requestRoleFirstTimeNoDontAskAgain()
300 UiObject2 dontAskAgainCheck = findDontAskAgainCheck(); in requestRoleAndDenyThenHasDontAskAgain()
314 findDontAskAgainCheck().click(); in requestRoleAndDenyWithDontAskAgainReturnsCanceled()
327 findDontAskAgainCheck().click(); in requestRoleAndDenyWithDontAskAgainThenDeniedAutomatically()
344 findDontAskAgainCheck().click(); in requestRoleAndDenyWithDontAskAgainAndClearDataThenShowsUiWithoutDontAskAgain()
362 UiObject2 dontAskAgainCheck = findDontAskAgainCheck(false); in requestRoleAndDenyWithDontAskAgainAndClearDataThenShowsUiWithoutDontAskAgain()
379 findDontAskAgainCheck().click(); in requestRoleAndDenyWithDontAskAgainAndReinstallThenShowsUiWithoutDontAskAgain()
398 UiObject2 dontAskAgainCheck = findDontAskAgainCheck(false); in requestRoleAndDenyWithDontAskAgainAndReinstallThenShowsUiWithoutDontAskAgain()
462 private UiObject2 findDontAskAgainCheck(boolean expected) throws UiObjectNotFoundException { in findDontAskAgainCheck() method in RoleManagerTest
469 private UiObject2 findDontAskAgainCheck() throws UiObjectNotFoundException { in findDontAskAgainCheck() method in RoleManagerTest
[all …]