Home
last modified time | relevance | path

Searched refs:enableAugmentedService (Results 1 – 6 of 6) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/
DAugmentedAutofillManualActivityLaunchTestCase.java81 protected CtsAugmentedAutofillService enableAugmentedService() throws InterruptedException { in enableAugmentedService() method in AugmentedAutofillManualActivityLaunchTestCase
82 return enableAugmentedService(/* whitelistSelf= */ true); in enableAugmentedService()
85 protected CtsAugmentedAutofillService enableAugmentedService(boolean whitelistSelf) in enableAugmentedService() method in AugmentedAutofillManualActivityLaunchTestCase
DAugmentedLoginActivityTest.java87 CtsAugmentedAutofillService augmentedService = enableAugmentedService();
98 enableAugmentedService();
127 enableAugmentedService();
156 enableAugmentedService();
222 enableAugmentedService();
289 enableAugmentedService();
327 enableAugmentedService();
357 enableAugmentedService();
397 enableAugmentedService();
424 enableAugmentedService();
[all …]
DAbstractLoginNotImportantForAutofillTestCase.java43 enableAugmentedService(); in testAutofill_none()
69 enableAugmentedService(); in testAutofill_oneField()
105 enableAugmentedService(); in testAutofill_twoFields()
142 enableAugmentedService(); in testAutofill_manualRequest()
178 enableAugmentedService(); in testAutofill_autoThenManualRequests()
DDisableAutofillTest.java42 enableAugmentedService(); in testAugmentedAutofill_standardAutofillDisabledByService_sameActivity()
97 enableAugmentedService(); in testAugmentedAutofill_standardAutofillDisabledByService_otherActivity()
DClipboardAccessTest.java54 enableAugmentedService(); in testDoIt()
DAugmentedAutofillAutoActivityLaunchTestCase.java86 protected CtsAugmentedAutofillService enableAugmentedService() throws InterruptedException { in enableAugmentedService() method in AugmentedAutofillAutoActivityLaunchTestCase