Searched refs:PRIVACY_TEXT_ID (Results 1 – 7 of 7) sorted by relevance
111 onView(withId(PRIVACY_TEXT_ID)).check(matches(isDisplayed())); in testBottomSheetState()119 onView(withId(PRIVACY_TEXT_ID)).perform(ViewActions.swipeUp()); in testBottomSheetState()127 onView(withId(PRIVACY_TEXT_ID)).perform(ViewActions.swipeDown()); in testBottomSheetState()196 onView(withId(PRIVACY_TEXT_ID)).check(matches(isDisplayed())); in testTabSwiping()197 onView(withId(PRIVACY_TEXT_ID)).perform(ViewActions.swipeUp()); in testTabSwiping()248 onView(withId(PRIVACY_TEXT_ID)).check(matches(isDisplayed())); in testPreview_singleSelect_image()266 onView(withId(PRIVACY_TEXT_ID)).check(matches(not(isDisplayed()))); in testPreview_singleSelect_image()285 onView(withId(PRIVACY_TEXT_ID)).check(matches(isDisplayed())); in testPreview_singleSelect_image()
74 onView(withId(PRIVACY_TEXT_ID)).check(matches(not(isDisplayed()))); in testPreview_multiSelect_longPress_image()90 onView(withId(PRIVACY_TEXT_ID)).check(matches(isDisplayed())); in testPreview_multiSelect_longPress_image()
81 onView(withId(PRIVACY_TEXT_ID)).check(matches(isDisplayed())); in testPreview_multiSelect_common()102 onView(withId(PRIVACY_TEXT_ID)).check(matches(not(isDisplayed()))); in testPreview_multiSelect_common()122 onView(withId(PRIVACY_TEXT_ID)).check(matches(isDisplayed())); in testPreview_multiSelect_common()
86 onView(withId(PRIVACY_TEXT_ID)).check(matches(isDisplayed())); in testMultiselect_showPrivacyText()290 onView(withId(PRIVACY_TEXT_ID)).check(matches(isDisplayed())); in testMultiSelectScrollDownToClose()
142 onView(withId(PRIVACY_TEXT_ID)).check(matches(not(isDisplayed()))); in testPhotoGrid_albumPhotos()
92 onView(withId(PRIVACY_TEXT_ID)).check(matches(isDisplayed())); in testActivityLayout_Simple()
74 protected static final int PRIVACY_TEXT_ID = R.id.privacy_text; field in PhotoPickerBaseTest