Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/unittests/
DAutofillManagerTest.java53 private static final int AUTOFILL_ENABLE = 1; field in AutofillManagerTest
79 runQueryAutofillStatusActivityAndVerifyResult(AUTOFILL_ENABLE); in testAutofillServiceDisabledAfterUpdateRemoveIntentFilter()
98 runQueryAutofillStatusActivityAndVerifyResult(AUTOFILL_ENABLE); in testHasEnabledAutofillServices()
103 runQueryAutofillStatusActivityAndVerifyResult(AUTOFILL_ENABLE); in testHasEnabledAutofillServices()
/cts/tests/autofillservice/TestAutofillService/src/android/autofill/cts2/
DQueryAutofillStatusActivity.java36 private static final int AUTOFILL_ENABLE = 1; field in QueryAutofillStatusActivity
62 final int resultCode = enabled ? AUTOFILL_ENABLE : AUTOFILL_DISABLE; in hasEnabledAutofillServicesAndFinish()
/cts/tests/autofillservice/TestAutofillServiceWithoutIntentFilter/src/android/autofill/cts2/
DQueryAutofillStatusActivity.java36 private static final int AUTOFILL_ENABLE = 1; field in QueryAutofillStatusActivity
62 final int resultCode = enabled ? AUTOFILL_ENABLE : AUTOFILL_DISABLE; in hasEnabledAutofillServicesAndFinish()