Home
last modified time | relevance | path

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

/packages/modules/Permission/tests/cts/permissionui/src/android/permissionui/cts/
DPhotoPickerPermissionTest.kt137 assertNotNull(waitFindObjectOrNull(By.res(SELECT_BUTTON))) in testAppWithUserSelectedPermShowsSelectOption()
150 doAndWaitForWindowTransition { click(By.res(SELECT_BUTTON)) } in testNoPhotoSelectionTreatedAsCancel()
166 doAndWaitForWindowTransition { click(By.res(SELECT_BUTTON)) } in testImplicitUserSelectHasOneTimeGrantsWithoutAppOp()
214 doAndWaitForWindowTransition { click(By.res(SELECT_BUTTON)) } in testNonImplicitDoesntGrantOtherPermsWhenUserSelected()
227 doAndWaitForWindowTransition { click(By.res(SELECT_BUTTON)) } in testNonImplicitAutomaticallyShowsPickerWhenUserFixed()
233 doAndWaitForWindowTransition { click(By.res(SELECT_BUTTON)) } in testNonImplicitAutomaticallyShowsPickerWhenUserFixed()
250 doAndWaitForWindowTransition { click(By.res(SELECT_BUTTON)) } in testRequestedPermsFilterMediaType()
257 doAndWaitForWindowTransition { click(By.res(SELECT_BUTTON)) } in testRequestedPermsFilterMediaType()
346 findView(By.res(SELECT_BUTTON), expected = false) in testPre33AppDoesntShowSelect()
371 findView(By.res(SELECT_BUTTON), expected = false) in test33AppWithImplicitUserSelectDoesntShowSelect()
[all …]
DBaseUsePermissionTest.kt108 const val SELECT_BUTTON = in <lambda>() constant