Home
last modified time | relevance | path

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

/packages/modules/Permission/tests/cts/role/src/android/app/role/cts/
DRoleManagerTest.java315 Pair<Integer, Intent> result = clickButtonAndWaitForResult(true); in requestRoleAndDenyWithDontAskAgainReturnsCanceled()
328 clickButtonAndWaitForResult(true); in requestRoleAndDenyWithDontAskAgainThenDeniedAutomatically()
345 clickButtonAndWaitForResult(true); in requestRoleAndDenyWithDontAskAgainAndClearDataThenShowsUiWithoutDontAskAgain()
380 clickButtonAndWaitForResult(true); in requestRoleAndDenyWithDontAskAgainAndReinstallThenShowsUiWithoutDontAskAgain()
455 Pair<Integer, Intent> result = clickButtonAndWaitForResult(allow); in respondToRoleRequest()
474 private Pair<Integer, Intent> clickButtonAndWaitForResult(boolean positive) in clickButtonAndWaitForResult() method in RoleManagerTest