Searched refs:selectedString (Results 1 – 6 of 6) sorted by relevance
206 final String selectedString = in testPreview_deselectAll_showAllowNone() local210 onView(withId(previewSelectButtonId)).check(matches(withText(selectedString))); in testPreview_deselectAll_showAllowNone()232 onView(withId(previewSelectButtonId)).check(matches(withText(selectedString))); in testPreview_deselectAll_showAllowNone()309 final String selectedString = in testPreview_showsOnlyAlreadyLoadedGrantItems() local313 onView(withId(previewSelectButtonId)).check(matches(withText(selectedString))); in testPreview_showsOnlyAlreadyLoadedGrantItems()
142 final String selectedString = in testPreview_multiSelect_deselect() local147 onView(withId(previewSelectButtonId)).check(matches(withText(selectedString))); in testPreview_multiSelect_deselect()169 onView(withId(previewSelectButtonId)).check(matches(withText(selectedString))); in testPreview_multiSelect_deselect()
228 String selectedString = mContext.getString(R.string.bubble_app_setting_selected); in getSummary_BUBBLE_PREFERENCE_SELECTEDisSelected_returnsSelectedString() local229 assertEquals(selectedString, mController.getSummary()); in getSummary_BUBBLE_PREFERENCE_SELECTEDisSelected_returnsSelectedString()
781 String selectedString) { in findInArray() argument783 if (choiceValues[i].equals(selectedString)) { in findInArray()787 return selectedString; in findInArray()
864 String selectedString) { in findInArray() argument866 if (choiceValues[i].equals(selectedString)) { in findInArray()870 return selectedString; in findInArray()
588 val selectedString = resources.getString(R.string.photopicker_item_selected) in <lambda>() constant657 composeTestRule.waitUntilAtLeastOneExists(hasContentDescription(selectedString)) in <lambda>()