Home
last modified time | relevance | path

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

/cts/tests/tests/role/src/android/app/role/cts/
DRoleManagerTest.java232 Pair<Integer, Intent> result = clickButtonAndWaitForResult(true); in requestRoleAndDenyWithDontAskAgainReturnsCanceled()
245 clickButtonAndWaitForResult(true); in requestRoleAndDenyWithDontAskAgainThenDeniedAutomatically()
262 clickButtonAndWaitForResult(true); in requestRoleAndDenyWithDontAskAgainAndClearDataThenShowsUiWithoutDontAskAgain()
285 clickButtonAndWaitForResult(true); in requestRoleAndDenyWithDontAskAgainAndReinstallThenShowsUiWithoutDontAskAgain()
325 Pair<Integer, Intent> result = clickButtonAndWaitForResult(allow); in respondToRoleRequest()
343 private Pair<Integer, Intent> clickButtonAndWaitForResult(boolean positive) throws IOException, in clickButtonAndWaitForResult() method in RoleManagerTest