Home
last modified time | relevance | path

Searched refs:testService (Results 1 – 5 of 5) sorted by relevance

/cts/hostsidetests/content/test-apps/ContextCrossProfileApps/ContextCrossProfileTestServiceApp/src/com/android/cts/testService/
DContextCrossProfileTestService.java17 package com.android.cts.testService;
/cts/tests/tests/appcomponentfactory/src/android/app/componentfactory/cts/
DAppComponentFactoryTest.java55 public void testService() { in testService() method in AppComponentFactoryTest
/cts/tests/tests/batterysaving/common/proto/
Dbattery_saver_cts_common.proto30 // Request to start testService.
/cts/tests/app/src/android/app/cts/
DAttributionTagsTest.java90 public void testService() throws Exception { in testService() method in AttributionTagsTest
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java1913 final ITestReceiver testService = bindToTestService(); in isAppInactiveAsPermissionlessApp() local
1914 return testService.isAppInactive(pkg); in isAppInactiveAsPermissionlessApp()