Home
last modified time | relevance | path

Searched refs:CtsAugmentedAutofillService (Results 1 – 7 of 7) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/
DAugmentedAutofillManualActivityLaunchTestCase.java22 import android.autofillservice.cts.augmented.CtsAugmentedAutofillService.AugmentedReplier;
42 private CtsAugmentedAutofillService.ServiceWatcher mServiceWatcher;
59 sAugmentedReplier = CtsAugmentedAutofillService.getAugmentedReplier(); in setFixtures()
61 CtsAugmentedAutofillService.resetStaticState(); in setFixtures()
81 protected CtsAugmentedAutofillService enableAugmentedService() throws InterruptedException { in enableAugmentedService()
85 protected CtsAugmentedAutofillService enableAugmentedService(boolean whitelistSelf) in enableAugmentedService()
91 mServiceWatcher = CtsAugmentedAutofillService.setServiceWatcher(); in enableAugmentedService()
92 AugmentedHelper.setAugmentedService(CtsAugmentedAutofillService.SERVICE_NAME); in enableAugmentedService()
94 CtsAugmentedAutofillService service = mServiceWatcher.waitOnConnected(); in enableAugmentedService()
DAugmentedAutofillAutoActivityLaunchTestCase.java23 import android.autofillservice.cts.augmented.CtsAugmentedAutofillService.AugmentedReplier;
43 private CtsAugmentedAutofillService.ServiceWatcher mServiceWatcher;
61 sAugmentedReplier = CtsAugmentedAutofillService.getAugmentedReplier(); in setFixtures()
63 CtsAugmentedAutofillService.resetStaticState(); in setFixtures()
86 protected CtsAugmentedAutofillService enableAugmentedService() throws InterruptedException { in enableAugmentedService()
91 mServiceWatcher = CtsAugmentedAutofillService.setServiceWatcher(); in enableAugmentedService()
92 AugmentedHelper.setAugmentedService(CtsAugmentedAutofillService.SERVICE_NAME); in enableAugmentedService()
94 CtsAugmentedAutofillService service = mServiceWatcher.waitOnConnected(); in enableAugmentedService()
DCtsAugmentedAutofillService.java58 public class CtsAugmentedAutofillService extends AugmentedAutofillService { class
60 private static final String TAG = CtsAugmentedAutofillService.class.getSimpleName();
63 public static final String SERVICE_CLASS = CtsAugmentedAutofillService.class.getSimpleName();
84 public CtsAugmentedAutofillService() { in CtsAugmentedAutofillService() method in CtsAugmentedAutofillService
396 private CtsAugmentedAutofillService mService;
399 public CtsAugmentedAutofillService waitOnConnected() throws InterruptedException { in waitOnConnected()
DDisableAutofillTest.java25 import android.autofillservice.cts.augmented.CtsAugmentedAutofillService.AugmentedFillRequest;
DAbstractLoginNotImportantForAutofillTestCase.java24 import android.autofillservice.cts.augmented.CtsAugmentedAutofillService.AugmentedFillRequest;
DAugmentedHelper.java28 import android.autofillservice.cts.augmented.CtsAugmentedAutofillService.AugmentedFillRequest;
DAugmentedLoginActivityTest.java52 import android.autofillservice.cts.augmented.CtsAugmentedAutofillService.AugmentedFillRequest;
87 CtsAugmentedAutofillService augmentedService = enableAugmentedService();