Home
last modified time | relevance | path

Searched refs:HELPER_SERVICE (Results 1 – 4 of 4) sorted by relevance

/cts/tests/app/BroadcastsTest/src/android/app/cts/broadcasts/
DBaseBroadcastTest.java69 protected static final String HELPER_SERVICE = HELPER_PKG1 + ".TestService"; field in BaseBroadcastTest
303 new ComponentName(packageName, HELPER_SERVICE)); in bindToHelperService()
DBroadcastReceiverTest.java393 new ComponentName(HELPER_PKG1, HELPER_SERVICE)); in testPeekService()
/cts/tests/appsearch/src/com/android/cts/appsearch/app/
DGlobalSearchSessionServiceCtsTestBase.java127 private static final String HELPER_SERVICE = field in GlobalSearchSessionServiceCtsTestBase
2005 Intent intent = new Intent().setComponent(new ComponentName(pkg, HELPER_SERVICE)); in bindToHelperService()
/cts/tests/BlobStore/src/com/android/cts/blob/
DBlobStoreManagerTest.java116 private static final String HELPER_SERVICE = HELPER_PKG + ".BlobStoreTestService"; field in BlobStoreManagerTest
1895 .setComponent(new ComponentName(pkg, HELPER_SERVICE)); in bindToHelperService()