Home
last modified time | relevance | path

Searched refs:getAutofillOptions (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/core/java/com/android/internal/policy/
DDecorContext.java102 public AutofillOptions getAutofillOptions() { in getAutofillOptions() method in DecorContext
105 return activityContext.getAutofillOptions(); in getAutofillOptions()
/frameworks/base/core/java/android/view/autofill/
DAutofillManagerInternal.java46 public abstract AutofillOptions getAutofillOptions(@NonNull String packageName, in getAutofillOptions() method in AutofillManagerInternal
DAutofillManager.java670 mOptions = context.getAutofillOptions(); in AutofillManager()
/frameworks/base/core/java/android/widget/
DAdapter.java165 default @Nullable CharSequence[] getAutofillOptions() { in getAutofillOptions() method
DBaseAdapter.java91 public CharSequence[] getAutofillOptions() { in getAutofillOptions() method in BaseAdapter
DArrayAdapter.java540 public CharSequence[] getAutofillOptions() { in getAutofillOptions() method in ArrayAdapter
542 final CharSequence[] explicitOptions = super.getAutofillOptions(); in getAutofillOptions()
DAdapterView.java1325 final CharSequence[] options = adapter.getAutofillOptions(); in onProvideStructure()
/frameworks/base/core/java/android/content/
DContextWrapper.java1040 public AutofillOptions getAutofillOptions() { in getAutofillOptions() method in ContextWrapper
1041 return mBase == null ? null : mBase.getAutofillOptions(); in getAutofillOptions()
DContext.java5450 final AutofillOptions options = getAutofillOptions(); in isAutofillCompatibilityEnabled()
5458 public AutofillOptions getAutofillOptions() { in getAutofillOptions() method in Context
/frameworks/base/core/java/android/view/contentcapture/
DViewNode.java440 @Nullable public CharSequence[] getAutofillOptions() { in getAutofillOptions() method in ViewNode
/frameworks/base/core/java/android/app/assist/
DAssistStructure.java1162 @Nullable public CharSequence[] getAutofillOptions() { in getAutofillOptions() method in AssistStructure.ViewNode
2283 + ", options=" + Arrays.toString(node.getAutofillOptions()) in dump()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerService.java795 public AutofillOptions getAutofillOptions(@NonNull String packageName, in getAutofillOptions() method in AutofillManagerService.LocalService
DSession.java2006 if (node != null && node.getAutofillOptions() != null) { in getAutofillOptionsFromContextsLocked()
2007 return node.getAutofillOptions(); in getAutofillOptionsFromContextsLocked()
/frameworks/base/core/java/android/app/
DContextImpl.java2394 public AutofillOptions getAutofillOptions() { in getAutofillOptions() method in ContextImpl
DActivity.java7760 setAutofillOptions(application.getAutofillOptions()); in attach()
/frameworks/base/core/java/android/view/
DView.java9161 final AutofillOptions options = mContext.getAutofillOptions();
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java5028 autofillOptions = afm.getAutofillOptions( in attachApplicationLocked()
/frameworks/base/config/
Dboot-image-profile.txt1198 HSPLandroid/app/ContextImpl;->getAutofillOptions()Landroid/content/AutofillOptions;
3578 HSPLandroid/content/ContextWrapper;->getAutofillOptions()Landroid/content/AutofillOptions;
/frameworks/base/services/
Dart-profile4509 HSPLcom/android/server/autofill/AutofillManagerService$LocalService;->getAutofillOptions(Ljava/lang…
/frameworks/base/api/
Dcurrent.txt7148 method @Nullable public CharSequence[] getAutofillOptions();
54970 method @Nullable public default CharSequence[] getAutofillOptions();