Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/
DAugmentedAutofillAutoActivityLaunchTestCase.java47 private CtsAugmentedAutofillService.ServiceWatcher mServiceWatcher; field in AugmentedAutofillAutoActivityLaunchTestCase
71 mServiceWatcher = null; in setFixtures()
80 if (mServiceWatcher != null) { in setFixtures()
81 mServiceWatcher.waitOnDisconnected(); in setFixtures()
103 if (mServiceWatcher != null) { in enableAugmentedService()
107 mServiceWatcher = CtsAugmentedAutofillService.setServiceWatcher(); in enableAugmentedService()
110 CtsAugmentedAutofillService service = mServiceWatcher.waitOnConnected(); in enableAugmentedService()
DAugmentedAutofillManualActivityLaunchTestCase.java46 private CtsAugmentedAutofillService.ServiceWatcher mServiceWatcher; field in AugmentedAutofillManualActivityLaunchTestCase
78 if (mServiceWatcher != null) { in setFixtures()
79 mServiceWatcher.waitOnDisconnected(); in setFixtures()
103 if (mServiceWatcher != null) { in enableAugmentedService()
107 mServiceWatcher = CtsAugmentedAutofillService.setServiceWatcher(); in enableAugmentedService()
110 CtsAugmentedAutofillService service = mServiceWatcher.waitOnConnected(); in enableAugmentedService()
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DAbstractContentCaptureIntegrationTest.java87 private ServiceWatcher mServiceWatcher; field in AbstractContentCaptureIntegrationTest
113 if (mServiceWatcher != null) { in safelyDisableService()
114 mServiceWatcher.waitOnDestroy(); in safelyDisableService()
224 if (mServiceWatcher != null) { in enableService()
227 mServiceWatcher = CtsContentCaptureService.setServiceWatcher(); in enableService()
230 mServiceWatcher.whitelist(whitelist); in enableService()
232 return mServiceWatcher.waitOnCreate(); in enableService()