Searched refs:clickButtonAndWaitForResult (Results 1 – 1 of 1) sorted by relevance
240 Pair<Integer, Intent> result = clickButtonAndWaitForResult(true); in requestRoleAndDenyWithDontAskAgainReturnsCanceled()252 clickButtonAndWaitForResult(true); in requestRoleAndDenyWithDontAskAgainThenDeniedAutomatically()268 clickButtonAndWaitForResult(true); in requestRoleAndDenyWithDontAskAgainAndClearDataThenShowsUiWithoutDontAskAgain()302 clickButtonAndWaitForResult(true); in requestRoleAndDenyWithDontAskAgainAndReinstallThenShowsUiWithoutDontAskAgain()376 Pair<Integer, Intent> result = clickButtonAndWaitForResult(allow); in respondToRoleRequest()396 private Pair<Integer, Intent> clickButtonAndWaitForResult(boolean positive) in clickButtonAndWaitForResult() method in RoleManagerTest