OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasAutofillFeature
(Results
1 - 8
of
8
) sorted by null
/packages/apps/Settings/src/com/android/settings/applications/
AutofillManagerWrapper.java
29
* Calls {@code AutofillManager.
hasAutofillFeature
()}.
31
* @see AutofillManager#
hasAutofillFeature
33
public boolean
hasAutofillFeature
();
AutofillManagerWrapperImpl.java
29
public boolean
hasAutofillFeature
() {
34
return mAfm.
hasAutofillFeature
();
/cts/tests/autofillservice/src/android/autofillservice/cts/
AutoFillServiceTestCase.java
20
import static android.autofillservice.cts.Helper.
hasAutofillFeature
;
71
if (!
hasAutofillFeature
()) return;
78
if (!
hasAutofillFeature
()) return;
90
if (!
hasAutofillFeature
()) return;
Helper.java
681
public static boolean
hasAutofillFeature
() {
/packages/apps/Settings/src/com/android/settings/applications/autofill/
AutofillPickerTrampolineActivity.java
49
if (afm == null || !afm.
hasAutofillFeature
() || !afm.isAutofillSupported()) {
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/defaultapps/
DefaultAutofillPreferenceControllerTest.java
79
when(mAutofillManager.
hasAutofillFeature
()).thenReturn(false);
82
when(mAutofillManager.
hasAutofillFeature
()).thenReturn(true);
86
when(mAutofillManager.
hasAutofillFeature
()).thenReturn(true);
/frameworks/base/core/java/android/view/autofill/
AutofillManager.java
286
if (!
hasAutofillFeature
()) {
349
if (!
hasAutofillFeature
()) {
372
if (!
hasAutofillFeature
()) {
447
if (!
hasAutofillFeature
()) {
483
if (!
hasAutofillFeature
()) {
547
if (!
hasAutofillFeature
()) {
584
if (!
hasAutofillFeature
()) {
605
if (!
hasAutofillFeature
()) {
658
if (!
hasAutofillFeature
()) {
678
if (!
hasAutofillFeature
()) {
[
all
...]
/packages/apps/Settings/src/com/android/settings/applications/defaultapps/
DefaultAutofillPreferenceController.java
41
return mAutofillManager.
hasAutofillFeature
()
Completed in 1093 milliseconds