Home
last modified time | relevance | path

Searched defs:afm (Results 1 – 25 of 95) sorted by relevance

1234

/aosp_15_r20/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java4779 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 DAutofillClientController.java357 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 DApiHelperForO.java89 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 DLoginActivityTest.java980 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/
DAutofillPickerTrampolineActivity.java36 final AutofillManager afm = getSystemService(AutofillManager.class); in onCreate() local
/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/autofill/
DAutofillPickerTrampolineActivity.java50 final AutofillManager afm = getSystemService(AutofillManager.class); in onCreate() local
/aosp_15_r20/external/fonttools/Tests/afmLib/
H A DafmLib_test.py43 def write(afm, sep="\r"): argument
/aosp_15_r20/cts/tests/autofillservice/TestAutofillService/src/android/autofill/cts2/
H A DQueryAutofillStatusActivity.java56 final AutofillManager afm = getSystemService(AutofillManager.class); in hasEnabledAutofillServicesAndFinish() local
/aosp_15_r20/cts/tests/autofillservice/TestAutofillServiceWithoutIntentFilter/src/android/autofill/cts2/
H A DQueryAutofillStatusActivity.java56 final AutofillManager afm = getSystemService(AutofillManager.class); in hasEnabledAutofillServicesAndFinish() local
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/development/autofill/
DAutofillCategoryController.java92 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/
DCallbackLessAutoCompleteSignInActivity.java61 AutofillManager afm = getSystemService(AutofillManager.class); in onCreate() local
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
H A DMultipleStepsSignInActivity.java136 AutofillManager afm = getSystemService(AutofillManager.class); in finishSelf() local
/aosp_15_r20/frameworks/base/core/java/android/service/autofill/
H A DAutofillService.java833 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/
DAbstractMultipleStepsActivity.java138 AutofillManager afm = getSystemService(AutofillManager.class); in finishIt() local
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
H A DCtsAugmentedAutofillService.java135 final AutofillManager afm = getApplication().getSystemService(AutofillManager.class); in onConnected() local
/aosp_15_r20/external/fonttools/Lib/fontTools/
H A DafmLib.py425 afm = AFM(path) variable
/aosp_15_r20/frameworks/base/core/java/android/widget/
H A DRadioGroup.java205 final AutofillManager afm = mContext.getSystemService(AutofillManager.class); in setCheckedId() local
H A DCompoundButton.java227 final AutofillManager afm = mContext.getSystemService(AutofillManager.class); in setChecked() local
H A DTimePicker.java156 final AutofillManager afm = context.getSystemService(AutofillManager.class); in TimePicker() local
H A DAdapterView.java939 final AutofillManager afm = mContext.getSystemService(AutofillManager.class); in selectionChanged() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/
Dframework.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/
Dframework.jarandroid/webkit/LegacyErrorStrings.class LegacyErrorStrings.java package android.webkit android.webkit.LegacyErrorStrings ...
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/dialog/
H A DLoginActivityTest.java1241 AutofillManager afm = activity.getSystemService(AutofillManager.class); in test_triggerFillDialogThenCloseActivity() local
/aosp_15_r20/frameworks/base/core/java/android/service/autofill/augmented/
H A DAugmentedAutofillService.java380 final AutofillManager afm = getSystemService(AutofillManager.class); in getFillEventHistory() local
/aosp_15_r20/frameworks/base/core/java/android/view/
H A DViewGroup.java3702 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

1234