Searched refs:hasAutofillFeature (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
H A DAutofillManagerWrapper.java29 * Calls {@code AutofillManager.hasAutofillFeature()}.
31 * @see AutofillManager#hasAutofillFeature
33 public boolean hasAutofillFeature(); method in interface:AutofillManagerWrapper
H A DAutofillManagerWrapperImpl.java29 public boolean hasAutofillFeature() { method in class:AutofillManagerWrapperImpl
34 return mAfm.hasAutofillFeature();
/packages/apps/Settings/src/com/android/settings/applications/autofill/
H A DAutofillPickerTrampolineActivity.java49 if (afm == null || !afm.hasAutofillFeature() || !afm.isAutofillSupported()) {
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/defaultapps/
H A DDefaultAutofillPreferenceControllerTest.java79 when(mAutofillManager.hasAutofillFeature()).thenReturn(false);
82 when(mAutofillManager.hasAutofillFeature()).thenReturn(true);
86 when(mAutofillManager.hasAutofillFeature()).thenReturn(true);
/packages/apps/Settings/src/com/android/settings/applications/defaultapps/
H A DDefaultAutofillPreferenceController.java41 return mAutofillManager.hasAutofillFeature()

Completed in 579 milliseconds