Home
last modified time | relevance | path

Searched refs:hasAutofillFeature (Results 1 – 3 of 3) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/
DAutoFillServiceTestCase.java21 import static android.autofillservice.cts.Helper.hasAutofillFeature;
116 if (!hasAutofillFeature()) return; in prepareScreen()
185 if (!hasAutofillFeature()) return; in disableService()
DVirtualContainerActivityCompatModeTest.java24 import static android.autofillservice.cts.Helper.hasAutofillFeature;
92 if (!hasAutofillFeature()) return; in disableService()
DHelper.java742 public static boolean hasAutofillFeature() { in hasAutofillFeature() method in Helper
833 if (!hasAutofillFeature()) return; in preTestCleanup()