Searched refs:CtsAugmentedAutofillService (Results 1 – 7 of 7) sorted by relevance
22 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()
23 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()
58 public class CtsAugmentedAutofillService extends AugmentedAutofillService { class60 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 CtsAugmentedAutofillService396 private CtsAugmentedAutofillService mService;399 public CtsAugmentedAutofillService waitOnConnected() throws InterruptedException { in waitOnConnected()
25 import android.autofillservice.cts.augmented.CtsAugmentedAutofillService.AugmentedFillRequest;
24 import android.autofillservice.cts.augmented.CtsAugmentedAutofillService.AugmentedFillRequest;
28 import android.autofillservice.cts.augmented.CtsAugmentedAutofillService.AugmentedFillRequest;
52 import android.autofillservice.cts.augmented.CtsAugmentedAutofillService.AugmentedFillRequest;87 CtsAugmentedAutofillService augmentedService = enableAugmentedService();