Home
last modified time | relevance | path

Searched refs:focusedId (Results 1 – 3 of 3) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DAugmentedUiBot.java64 public UiObject2 assertUiShown(@NonNull AutofillId focusedId, in assertUiShown() argument
66 Objects.requireNonNull(focusedId); in assertUiShown()
73 final String expectedContentDescription = getContentDescriptionForUi(focusedId); in assertUiShown()
DAugmentedHelper.java181 final AutofillId focusedId = request.getFocusedId(); in toString() local
182 if (focusedId != null) { in toString()
183 string.append(", focusedId=").append(focusedId); in toString()
194 public static String getContentDescriptionForUi(@NonNull AutofillId focusedId) { in getContentDescriptionForUi() argument
195 return "ui_for_" + focusedId; in getContentDescriptionForUi()
DCannedAugmentedFillResponse.java101 final AutofillId focusedId = request.getFocusedId(); in asFillResponse() local
107 dataset = mDatasets.get(focusedId); in asFillResponse()
110 Log.d(TAG, "no dataset for field " + focusedId); in asFillResponse()
114 Log.d(TAG, "asFillResponse: id=" + focusedId + ", dataset=" + dataset); in asFillResponse()
138 rootView.setContentDescription(getContentDescriptionForUi(focusedId)); in asFillResponse()
146 Log.i(TAG, "Autofilling only value for " + focusedId + " as " + onlyValue); in asFillResponse()
148 values.add(new Pair<AutofillId, AutofillValue>(focusedId, onlyValue)); in asFillResponse()