/aosp14/frameworks/base/core/java/com/android/internal/policy/ |
H A D | DecorContext.java | 108 public AutofillOptions getAutofillOptions() { in getAutofillOptions() method in DecorContext 111 return context.getAutofillOptions(); in getAutofillOptions()
|
/aosp14/frameworks/base/core/java/android/view/autofill/ |
H A D | AutofillManagerInternal.java | 46 public abstract AutofillOptions getAutofillOptions(@NonNull String packageName, in getAutofillOptions() method in AutofillManagerInternal
|
H A D | AutofillClientController.java | 95 mActivity.setAutofillOptions(application.getAutofillOptions()); in onActivityAttached()
|
H A D | AutofillManager.java | 854 mOptions = context.getAutofillOptions(); in AutofillManager()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | Adapter.java | 165 default @Nullable CharSequence[] getAutofillOptions() { in getAutofillOptions() method
|
H A D | BaseAdapter.java | 91 public CharSequence[] getAutofillOptions() { in getAutofillOptions() method in BaseAdapter
|
H A D | ArrayAdapter.java | 537 public CharSequence[] getAutofillOptions() { in getAutofillOptions() method in ArrayAdapter 539 final CharSequence[] explicitOptions = super.getAutofillOptions(); in getAutofillOptions()
|
H A D | AdapterView.java | 1327 final CharSequence[] options = adapter.getAutofillOptions(); in onProvideStructure()
|
/aosp14/frameworks/base/core/java/android/content/ |
H A D | ContextWrapper.java | 1362 public AutofillOptions getAutofillOptions() { in getAutofillOptions() method in ContextWrapper 1363 return mBase == null ? null : mBase.getAutofillOptions(); in getAutofillOptions()
|
H A D | Context.java | 7787 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 D | ViewNode.java | 467 @Nullable public CharSequence[] getAutofillOptions() { in getAutofillOptions() method in ViewNode
|
/aosp14/frameworks/base/core/java/android/app/assist/ |
H A D | AssistStructure.java | 1242 @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 D | AutofillManagerService.java | 1080 public AutofillOptions getAutofillOptions(@NonNull String packageName, in getAutofillOptions() method in AutofillManagerService.LocalService
|
H A D | Session.java | 3713 if (node != null && node.getAutofillOptions() != null) { in getAutofillOptionsFromContextsLocked() 3714 return node.getAutofillOptions(); in getAutofillOptionsFromContextsLocked()
|
/aosp14/frameworks/base/core/api/ |
H A D | system-lint-baseline.txt | 2 ArrayReturn: android.view.contentcapture.ViewNode#getAutofillOptions():
|
H A D | current.txt | 8525 method @Nullable public CharSequence[] getAutofillOptions(); 57982 method @Nullable public default CharSequence[] getAutofillOptions();
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ContextImpl.java | 3250 public AutofillOptions getAutofillOptions() { in getAutofillOptions() method in ContextImpl
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | View.java | 10419 final AutofillOptions options = mContext.getAutofillOptions(); in notifyAugmentedAutofillIfNeeded()
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActivityManagerService.java | 4756 autofillOptions = afm.getAutofillOptions( in attachApplicationLocked()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 1495 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 D | boot-image-profile.txt | 1495 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 D | art-profile | 2756 HSPLcom/android/server/autofill/AutofillManagerService$LocalService;->getAutofillOptions(Ljava/lang…
|