Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DRemoteAugmentedAutofillService.java155 @NonNull AutofillId focusedId, @Nullable AutofillValue focusedValue, in onRequestAutofillLocked() argument
173 focusedId, focusedValue, requestTime, inlineSuggestionsRequest, in onRequestAutofillLocked()
181 clientState, focusedId, focusedValue, in onRequestAutofillLocked()
252 @NonNull AutofillId focusedId, @Nullable AutofillValue focusedValue, in maybeRequestShowInlineSuggestions() argument
271 focusedValue != null && focusedValue.isText() in maybeRequestShowInlineSuggestions()
272 ? focusedValue.getTextValue().toString() : null; in maybeRequestShowInlineSuggestions()
/frameworks/base/core/java/android/service/autofill/augmented/
DAugmentedAutofillService.java115 ComponentName componentName, AutofillId focusedId, AutofillValue focusedValue, in onFillRequest() argument
120 focusedId, focusedValue, requestTime, inlineSuggestionsRequest, callback)); in onFillRequest()
257 @Nullable AutofillValue focusedValue, long requestTime, in handleOnFillRequest() argument
269 componentName, focusedId, focusedValue, requestTime, callback, in handleOnFillRequest()
275 proxy.update(focusedId, focusedValue, callback, cancellationSignal); in handleOnFillRequest()
448 @Nullable AutofillValue focusedValue, long requestTime, in AutofillProxy() argument
457 mFocusedValue = focusedValue; in AutofillProxy()
533 private void update(@NonNull AutofillId focusedId, @NonNull AutofillValue focusedValue, in update() argument
537 mFocusedValue = focusedValue; in update()
DIAugmentedAutofillService.aidl39 in AutofillValue focusedValue, long requestTime, in onFillRequest() argument