Home
last modified time | relevance | path

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

/cts/tests/PhotoPicker/src/android/photopicker/cts/util/
DPhotoPickerUiUtils.java52 final UiSelector gridList = new UiSelector().resourceIdMatches( in findItemList() local
57 .that(new UiObject(gridList.childSelector(new UiSelector())).waitForExists(TIMEOUT)) in findItemList()
62 final UiScrollable grid = new UiScrollable(gridList); in findItemList()