/aosp_15_r20/frameworks/base/core/java/android/view/autofill/ |
H A D | AutofillManager.java | 4779 final AutofillManager afm = mAfm.get(); in setState() local 4788 final AutofillManager afm = mAfm.get(); in autofill() local 4797 final AutofillManager afm = mAfm.get(); in onGetCredentialResponse() local 4806 final AutofillManager afm = mAfm.get(); in onGetCredentialException() local 4814 final AutofillManager afm = mAfm.get(); in autofillContent() local 4823 final AutofillManager afm = mAfm.get(); in authenticate() local 4833 final AutofillManager afm = mAfm.get(); in requestShowFillUi() local 4842 final AutofillManager afm = mAfm.get(); in requestHideFillUi() local 4850 final AutofillManager afm = mAfm.get(); in requestHideFillUiWhenDestroyed() local 4858 final AutofillManager afm = mAfm.get(); in notifyNoFillUi() local [all …]
|
H A D | AutofillClientController.java | 357 final AutofillManager afm = mActivity.getSystemService(AutofillManager.class); in enableAutofillCompatibilityIfNeeded() local 372 final AutofillManager afm = getAutofillManager(); in dump() local
|
/aosp_15_r20/external/cronet/base/android/java/src/org/chromium/base/compat/ |
H A D | ApiHelperForO.java | 89 AutofillManager afm = activity.getSystemService(AutofillManager.class); in cancelAutofillSession() local 97 final AutofillManager afm = view.getContext().getSystemService(AutofillManager.class); in notifyValueChangedForAutofill() local
|
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/ |
H A D | LoginActivityTest.java | 980 final AutofillManager afm = mActivity.getAutofillManager(); in testUiNotShowAfterSessionEnds() local 2759 final AutofillManager afm = mActivity.getAutofillManager(); in testIsServiceEnabled() local 2772 final AutofillManager afm = mActivity.getAutofillManager(); in testGetAutofillServiceComponentName() local 2789 final AutofillManager afm = mActivity.getAutofillManager(); in testSetupComplete() local
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/applications/autofill/ |
D | AutofillPickerTrampolineActivity.java | 36 final AutofillManager afm = getSystemService(AutofillManager.class); in onCreate() local
|
/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/autofill/ |
D | AutofillPickerTrampolineActivity.java | 50 final AutofillManager afm = getSystemService(AutofillManager.class); in onCreate() local
|
/aosp_15_r20/external/fonttools/Tests/afmLib/ |
H A D | afmLib_test.py | 43 def write(afm, sep="\r"): argument
|
/aosp_15_r20/cts/tests/autofillservice/TestAutofillService/src/android/autofill/cts2/ |
H A D | QueryAutofillStatusActivity.java | 56 final AutofillManager afm = getSystemService(AutofillManager.class); in hasEnabledAutofillServicesAndFinish() local
|
/aosp_15_r20/cts/tests/autofillservice/TestAutofillServiceWithoutIntentFilter/src/android/autofill/cts2/ |
H A D | QueryAutofillStatusActivity.java | 56 final AutofillManager afm = getSystemService(AutofillManager.class); in hasEnabledAutofillServicesAndFinish() local
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/development/autofill/ |
D | AutofillCategoryController.java | 92 final AutofillManager afm = mContext.getSystemService(AutofillManager.class); in isAutofillEnabled() local
|
/aosp_15_r20/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/antipatterns/ |
D | CallbackLessAutoCompleteSignInActivity.java | 61 AutofillManager afm = getSystemService(AutofillManager.class); in onCreate() local
|
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/activities/ |
H A D | MultipleStepsSignInActivity.java | 136 AutofillManager afm = getSystemService(AutofillManager.class); in finishSelf() local
|
/aosp_15_r20/frameworks/base/core/java/android/service/autofill/ |
H A D | AutofillService.java | 833 final AutofillManager afm = getSystemService(AutofillManager.class); in getFillEventHistory() local
|
/aosp_15_r20/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/edgecases/ |
D | AbstractMultipleStepsActivity.java | 138 AutofillManager afm = getSystemService(AutofillManager.class); in finishIt() local
|
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/ |
H A D | CtsAugmentedAutofillService.java | 135 final AutofillManager afm = getApplication().getSystemService(AutofillManager.class); in onConnected() local
|
/aosp_15_r20/external/fonttools/Lib/fontTools/ |
H A D | afmLib.py | 425 afm = AFM(path) variable
|
/aosp_15_r20/frameworks/base/core/java/android/widget/ |
H A D | RadioGroup.java | 205 final AutofillManager afm = mContext.getSystemService(AutofillManager.class); in setCheckedId() local
|
H A D | CompoundButton.java | 227 final AutofillManager afm = mContext.getSystemService(AutofillManager.class); in setChecked() local
|
H A D | TimePicker.java | 156 final AutofillManager afm = context.getSystemService(AutofillManager.class); in TimePicker() local
|
H A D | AdapterView.java | 939 final AutofillManager afm = mContext.getSystemService(AutofillManager.class); in selectionChanged() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/ |
D | framework.jar19 | ... enableAutofillCompatibilityIfNeeded ()
android.view.autofill.AutofillManager afm
public java.lang.String getDumpableName ()
public ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-19/ |
D | framework.jar | android/webkit/LegacyErrorStrings.class
LegacyErrorStrings.java
package android.webkit
android.webkit.LegacyErrorStrings ... |
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/dialog/ |
H A D | LoginActivityTest.java | 1241 AutofillManager afm = activity.getSystemService(AutofillManager.class); in test_triggerFillDialogThenCloseActivity() local
|
/aosp_15_r20/frameworks/base/core/java/android/service/autofill/augmented/ |
H A D | AugmentedAutofillService.java | 380 final AutofillManager afm = getSystemService(AutofillManager.class); in getFillEventHistory() local
|
/aosp_15_r20/frameworks/base/core/java/android/view/ |
H A D | ViewGroup.java | 3702 private boolean shouldIncludeAllChildrenViewWithAutofillTypeNotNone(AutofillManager afm) { in shouldIncludeAllChildrenViewWithAutofillTypeNotNone() 3707 private boolean shouldIncludeAllChildrenViews(AutofillManager afm) { in shouldIncludeAllChildrenViews() 3712 private boolean shouldAlwaysIncludeWebview(AutofillManager afm) { in shouldAlwaysIncludeWebview() 3717 private boolean shouldIncludeInvisibleView(AutofillManager afm) { in shouldIncludeInvisibleView() 3731 final AutofillManager afm = getAutofillManager(); in populateChildrenForAutofill() local
|