Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DDecorContext.java108 public AutofillOptions getAutofillOptions() { in getAutofillOptions() method in DecorContext
111 return context.getAutofillOptions(); in getAutofillOptions()
/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillManagerInternal.java46 public abstract AutofillOptions getAutofillOptions(@NonNull String packageName, in getAutofillOptions() method in AutofillManagerInternal
H A DAutofillClientController.java95 mActivity.setAutofillOptions(application.getAutofillOptions()); in onActivityAttached()
H A DAutofillManager.java854 mOptions = context.getAutofillOptions(); in AutofillManager()
/aosp14/frameworks/base/core/java/android/widget/
H A DAdapter.java165 default @Nullable CharSequence[] getAutofillOptions() { in getAutofillOptions() method
H A DBaseAdapter.java91 public CharSequence[] getAutofillOptions() { in getAutofillOptions() method in BaseAdapter
H A DArrayAdapter.java537 public CharSequence[] getAutofillOptions() { in getAutofillOptions() method in ArrayAdapter
539 final CharSequence[] explicitOptions = super.getAutofillOptions(); in getAutofillOptions()
H A DAdapterView.java1327 final CharSequence[] options = adapter.getAutofillOptions(); in onProvideStructure()
/aosp14/frameworks/base/core/java/android/content/
H A DContextWrapper.java1362 public AutofillOptions getAutofillOptions() { in getAutofillOptions() method in ContextWrapper
1363 return mBase == null ? null : mBase.getAutofillOptions(); in getAutofillOptions()
H A DContext.java7787 final AutofillOptions options = getAutofillOptions(); in isAutofillCompatibilityEnabled()
7795 public AutofillOptions getAutofillOptions() { in getAutofillOptions() method in Context
/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DViewNode.java467 @Nullable public CharSequence[] getAutofillOptions() { in getAutofillOptions() method in ViewNode
/aosp14/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java1242 @Nullable public CharSequence[] getAutofillOptions() { in getAutofillOptions() method in AssistStructure.ViewNode
2494 + ", options=" + Arrays.toString(node.getAutofillOptions()) in dump()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerService.java1080 public AutofillOptions getAutofillOptions(@NonNull String packageName, in getAutofillOptions() method in AutofillManagerService.LocalService
H A DSession.java3713 if (node != null && node.getAutofillOptions() != null) { in getAutofillOptionsFromContextsLocked()
3714 return node.getAutofillOptions(); in getAutofillOptionsFromContextsLocked()
/aosp14/frameworks/base/core/api/
H A Dsystem-lint-baseline.txt2 ArrayReturn: android.view.contentcapture.ViewNode#getAutofillOptions():
H A Dcurrent.txt8525 method @Nullable public CharSequence[] getAutofillOptions();
57982 method @Nullable public default CharSequence[] getAutofillOptions();
/aosp14/frameworks/base/core/java/android/app/
H A DContextImpl.java3250 public AutofillOptions getAutofillOptions() { in getAutofillOptions() method in ContextImpl
/aosp14/frameworks/base/core/java/android/view/
H A DView.java10419 final AutofillOptions options = mContext.getAutofillOptions(); in notifyAugmentedAutofillIfNeeded()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java4756 autofillOptions = afm.getAutofillOptions( in attachApplicationLocked()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt1495 HSPLandroid/app/ContextImpl;->getAutofillOptions()Landroid/content/AutofillOptions;
4013 HSPLandroid/content/ContextWrapper;->getAutofillOptions()Landroid/content/AutofillOptions;+]Landroi…
22011 HSPLcom/android/internal/policy/DecorContext;->getAutofillOptions()Landroid/content/AutofillOptions;
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt1495 HSPLandroid/app/ContextImpl;->getAutofillOptions()Landroid/content/AutofillOptions;
4016 HSPLandroid/content/ContextWrapper;->getAutofillOptions()Landroid/content/AutofillOptions;+]Landroi…
22075 HSPLcom/android/internal/policy/DecorContext;->getAutofillOptions()Landroid/content/AutofillOptions;
/aosp14/frameworks/base/services/
H A Dart-profile2756 HSPLcom/android/server/autofill/AutofillManagerService$LocalService;->getAutofillOptions(Ljava/lang…