Searched refs:PICKER_ALBUMS_STRING_ID (Results 1 – 12 of 12) sorted by relevance
/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/espresso/ |
D | PhotoPickerActivityTest.java | 119 onView(allOf(withText(PICKER_ALBUMS_STRING_ID), isDescendantOfA(withId(TAB_LAYOUT_ID)))) in testProfileButtonHiddenInSingleUserMode() 121 onView(allOf(withText(PICKER_ALBUMS_STRING_ID), isDescendantOfA(withId(TAB_LAYOUT_ID)))) in testProfileButtonHiddenInSingleUserMode() 172 onView(allOf(withText(PICKER_ALBUMS_STRING_ID), in testToolbarLayout() 186 onView(allOf(withText(PICKER_ALBUMS_STRING_ID), isDescendantOfA(withId(TAB_LAYOUT_ID)))) in testTabNavigation() 188 onView(allOf(withText(PICKER_ALBUMS_STRING_ID), isDescendantOfA(withId(TAB_LAYOUT_ID)))) in testTabNavigation() 201 onView(allOf(withText(PICKER_ALBUMS_STRING_ID), isDescendantOfA(withId(TAB_LAYOUT_ID)))) in testTabNavigation() 219 onView(allOf(withText(PICKER_ALBUMS_STRING_ID), isDescendantOfA(withId(TAB_LAYOUT_ID)))) in testResetOnCloudProviderChange() 221 onView(allOf(withText(PICKER_ALBUMS_STRING_ID), isDescendantOfA(withId(TAB_LAYOUT_ID)))) in testResetOnCloudProviderChange()
|
D | MultiSelectTest.java | 173 onView(allOf(withText(PICKER_ALBUMS_STRING_ID), isDescendantOfA(withId(TAB_LAYOUT_ID)))) in testMultiSelectAcrossCategories() 194 onView(allOf(withText(PICKER_ALBUMS_STRING_ID), isDescendantOfA(withId(TAB_LAYOUT_ID)))) in testMultiSelectAcrossCategories() 217 onView(allOf(withText(PICKER_ALBUMS_STRING_ID), isDescendantOfA(withId(TAB_LAYOUT_ID)))) in testMultiSelectAcrossDifferentTabs() 237 onView(allOf(withText(PICKER_ALBUMS_STRING_ID), isDescendantOfA(withId(TAB_LAYOUT_ID)))) in testMultiSelectAcrossDifferentTabs() 259 onView(allOf(withText(PICKER_ALBUMS_STRING_ID), isDescendantOfA(withId(TAB_LAYOUT_ID)))) in testMultiSelectTabSwiping() 273 onView(allOf(withText(PICKER_ALBUMS_STRING_ID), isDescendantOfA(withId(TAB_LAYOUT_ID)))) in testMultiSelectTabSwiping()
|
D | ActiveProfileButtonTest.java | 70 onView(allOf(withText(PICKER_ALBUMS_STRING_ID), isDescendantOfA(withId(TAB_LAYOUT_ID)))) in testProfileButton_hideInAlbumPhotos() 85 onView(allOf(withText(PICKER_ALBUMS_STRING_ID), isDescendantOfA(withId(TAB_LAYOUT_ID)))) in testProfileButton_hideInAlbumPhotos() 120 onView(allOf(withText(PICKER_ALBUMS_STRING_ID), isDescendantOfA(withId(TAB_LAYOUT_ID)))) in testProfileButton_hideOnItemSelection()
|
D | PhotosTabTest.java | 123 onView(allOf(withText(PICKER_ALBUMS_STRING_ID), isDescendantOfA(withId(TAB_LAYOUT_ID)))) in testPhotoGrid_albumPhotos() 180 onView(allOf(withText(PICKER_ALBUMS_STRING_ID), isDescendantOfA(withId(TAB_LAYOUT_ID)))) in testPhotoGrid_albumPhotos() 189 onView(allOf(withText(PICKER_ALBUMS_STRING_ID), isDescendantOfA(withId(TAB_LAYOUT_ID)))) in testSwitchToPhotosGrid()
|
D | AlbumsTabTest.java | 62 onView(allOf(withText(PICKER_ALBUMS_STRING_ID), isDescendantOfA(withId(TAB_LAYOUT_ID)))) in testAlbumGrid() 71 onView(allOf(withText(PICKER_ALBUMS_STRING_ID), isDescendantOfA(withId(TAB_LAYOUT_ID)))) in testAlbumGrid()
|
D | PreviewMultiSelectTest.java | 242 onView(allOf(withText(PICKER_ALBUMS_STRING_ID), isDescendantOfA(withId(TAB_LAYOUT_ID)))) in testPreview_multiSelect_fromAlbumsTab() 245 onView(allOf(withText(PICKER_ALBUMS_STRING_ID), isDescendantOfA(withId(TAB_LAYOUT_ID)))) in testPreview_multiSelect_fromAlbumsTab() 264 onView(allOf(withText(PICKER_ALBUMS_STRING_ID), isDescendantOfA(withId(TAB_LAYOUT_ID)))) in testPreview_multiSelect_fromAlbumsTab() 332 onView(allOf(withText(PICKER_ALBUMS_STRING_ID), isDescendantOfA(withId(TAB_LAYOUT_ID)))) in testPreview_multiSelect_acrossAlbums()
|
D | DisabledAccessibilityTest.java | 212 onView(allOf(withText(PICKER_ALBUMS_STRING_ID), isDescendantOfA(withId(TAB_LAYOUT_ID)))) in testTabSwiping() 226 onView(allOf(withText(PICKER_ALBUMS_STRING_ID), isDescendantOfA(withId(TAB_LAYOUT_ID)))) in testTabSwiping()
|
D | ProgressBarTest.java | 60 onView(allOf(withText(PICKER_ALBUMS_STRING_ID), isDescendantOfA(withId(TAB_LAYOUT_ID)))) in test_progressBarAlbumsTab_isNotVisible()
|
D | MimeTypeFilterTest.java | 83 onView(allOf(withText(PICKER_ALBUMS_STRING_ID), isDescendantOfA(withId(TAB_LAYOUT_ID)))) in testAlbumsTabNoVideosAlbum()
|
D | PhotoPickerUserSelectActivityTest.java | 113 onView(allOf(withText(PICKER_ALBUMS_STRING_ID), isDescendantOfA(withId(TAB_LAYOUT_ID)))) in testActivityProfileButtonNotShown() 127 onView(allOf(withText(PICKER_ALBUMS_STRING_ID), isDescendantOfA(withId(TAB_LAYOUT_ID)))) in testActivityProfileButtonNotShown()
|
D | PreviewSingleSelectTest.java | 97 onView(allOf(withText(PICKER_ALBUMS_STRING_ID), isDescendantOfA(withId(TAB_LAYOUT_ID)))) in testPreview_singleSelect_fromAlbumsPhoto()
|
D | PhotoPickerBaseTest.java | 63 protected static final int PICKER_ALBUMS_STRING_ID = R.string.picker_albums; field in PhotoPickerBaseTest
|