Searched refs:getContentDescriptionForUi (Results 1 – 3 of 3) sorted by relevance
19 import static android.autofillservice.cts.augmented.AugmentedHelper.getContentDescriptionForUi;72 final String expectedContentDescription = getContentDescriptionForUi(focusedId); in assertUiShown()
18 import static android.autofillservice.cts.augmented.AugmentedHelper.getContentDescriptionForUi;125 rootView.setContentDescription(getContentDescriptionForUi(focusedId)); in asFillResponse()
169 static String getContentDescriptionForUi(@NonNull AutofillId focusedId) { in getContentDescriptionForUi() method in AugmentedHelper