Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DActivityManagerProcessStateTest.java385 IBinder service2 = conn2.getServiceIBinder(); in testUidImportanceListener() local
393 service2.transact(IBinder.FIRST_CALL_TRANSACTION, data, null, 0); in testUidImportanceListener()
396 service1 = service2 = null; in testUidImportanceListener()
721 IBinder service2 = conn2.getServiceIBinder(); in testBackgroundCheckStopsService() local
729 service2.transact(IBinder.FIRST_CALL_TRANSACTION, data, null, 0); in testBackgroundCheckStopsService()
732 service = service2 = null; in testBackgroundCheckStopsService()
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DChildlessActivityTest.java1164 final CtsContentCaptureService service2 = reconnectionWatcher.waitOnCreate(); in setContentCaptureFeatureEnabledTest_disabledThenReEnabled() local
1177 final Session session = service2.getOnlyFinishedSession(); in setContentCaptureFeatureEnabledTest_disabledThenReEnabled()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityEndToEndTest.java1914 final ComponentName service2 = ComponentName.createRelative(packageName, ".StubService2"); in testUninstallPackage_DisablesMultipleServices() local
1935 + componentNameSeparator + service2.flattenToShortString(); in testUninstallPackage_DisablesMultipleServices()