Home
last modified time | relevance | path

Searched defs:focusedId (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/service/autofill/augmented/
DIAugmentedAutofillService.aidl37 in ComponentName activityComponent, in AutofillId focusedId, in onFillRequest()
DAugmentedAutofillService.java213 @NonNull ComponentName componentName, @NonNull AutofillId focusedId, in handleOnFillRequest()
373 @NonNull ComponentName componentName, @NonNull AutofillId focusedId, in AutofillProxy()
453 private void update(@NonNull AutofillId focusedId, @NonNull AutofillValue focusedValue, in update()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DRemoteAugmentedAutofillService.java134 int taskId, @NonNull ComponentName activityComponent, @NonNull AutofillId focusedId, in onRequestAutofillLocked()
187 @NonNull ComponentName activityComponent, @NonNull AutofillId focusedId, in PendingAutofillRequest()
DViewState.java45 void onFillReady(@NonNull FillResponse fillResponse, @NonNull AutofillId focusedId, in onFillReady()
DSession.java2804 final AutofillId focusedId = AutofillId.withoutSession(mCurrentViewId); in triggerAugmentedAutofillLocked() local
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DAutoFillUI.java177 public void showFillUi(@NonNull AutofillId focusedId, @NonNull FillResponse response, in showFillUi()