Home
last modified time | relevance | path

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

/cts/tests/tests/role/src/android/app/role/cts/
DRoleManagerTest.java203 UiObject2 dontAskAgainCheck = findDontAskAgainCheck(false); in requestRoleFirstTimeNoDontAskAgain()
217 UiObject2 dontAskAgainCheck = findDontAskAgainCheck(); in requestRoleAndDenyThenHasDontAskAgain()
231 findDontAskAgainCheck().click(); in requestRoleAndDenyWithDontAskAgainReturnsCanceled()
244 findDontAskAgainCheck().click(); in requestRoleAndDenyWithDontAskAgainThenDeniedAutomatically()
261 findDontAskAgainCheck().click(); in requestRoleAndDenyWithDontAskAgainAndClearDataThenShowsUiWithoutDontAskAgain()
269 UiObject2 dontAskAgainCheck = findDontAskAgainCheck(false); in requestRoleAndDenyWithDontAskAgainAndClearDataThenShowsUiWithoutDontAskAgain()
284 findDontAskAgainCheck().click(); in requestRoleAndDenyWithDontAskAgainAndReinstallThenShowsUiWithoutDontAskAgain()
293 UiObject2 dontAskAgainCheck = findDontAskAgainCheck(false); in requestRoleAndDenyWithDontAskAgainAndReinstallThenShowsUiWithoutDontAskAgain()
332 private UiObject2 findDontAskAgainCheck(boolean expected) { in findDontAskAgainCheck() method in RoleManagerTest
338 private UiObject2 findDontAskAgainCheck() { in findDontAskAgainCheck() method in RoleManagerTest
[all …]