Searched refs:focusedId (Results 1 – 3 of 3) sorted by relevance
64 public UiObject2 assertUiShown(@NonNull AutofillId focusedId, in assertUiShown() argument66 Objects.requireNonNull(focusedId); in assertUiShown()73 final String expectedContentDescription = getContentDescriptionForUi(focusedId); in assertUiShown()
196 final AutofillId focusedId = request.getFocusedId(); in toString() local197 if (focusedId != null) { in toString()198 string.append(", focusedId=").append(focusedId); in toString()209 public static String getContentDescriptionForUi(@NonNull AutofillId focusedId) { in getContentDescriptionForUi() argument210 return "ui_for_" + focusedId; in getContentDescriptionForUi()
101 final AutofillId focusedId = request.getFocusedId(); in asFillResponse() local107 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()