Home
last modified time | relevance | path

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/
DPhotoPickerActivityTest.java119 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()
DMultiSelectTest.java173 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()
DActiveProfileButtonTest.java70 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()
DPhotosTabTest.java123 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()
DAlbumsTabTest.java62 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()
DPreviewMultiSelectTest.java242 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()
DDisabledAccessibilityTest.java212 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()
DProgressBarTest.java60 onView(allOf(withText(PICKER_ALBUMS_STRING_ID), isDescendantOfA(withId(TAB_LAYOUT_ID)))) in test_progressBarAlbumsTab_isNotVisible()
DMimeTypeFilterTest.java83 onView(allOf(withText(PICKER_ALBUMS_STRING_ID), isDescendantOfA(withId(TAB_LAYOUT_ID)))) in testAlbumsTabNoVideosAlbum()
DPhotoPickerUserSelectActivityTest.java113 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()
DPreviewSingleSelectTest.java97 onView(allOf(withText(PICKER_ALBUMS_STRING_ID), isDescendantOfA(withId(TAB_LAYOUT_ID)))) in testPreview_singleSelect_fromAlbumsPhoto()
DPhotoPickerBaseTest.java63 protected static final int PICKER_ALBUMS_STRING_ID = R.string.picker_albums; field in PhotoPickerBaseTest