Home
last modified time | relevance | path

Searched refs:HELPER_PKG1 (Results 1 – 7 of 7) sorted by relevance

/cts/tests/app/BroadcastsTest/src/android/app/cts/broadcasts/
DBroadcastsTest.java37 .setPackage(HELPER_PKG1); in testExplicitManifestBroadcast()
50 final TestServiceConnection connection = bindToHelperService(HELPER_PKG1); in testExplicitManifestBroadcast()
82 final TestServiceConnection connection = bindToHelperService(HELPER_PKG1); in testImplicitManifestBroadcast()
DBroadcastFreezerTest.java71 .setPackage(HELPER_PKG1); in testBroadcastOptions_appFreezingDelayed()
79 TestServiceConnection connection = bindToHelperService(HELPER_PKG1); in testBroadcastOptions_appFreezingDelayed()
136 TestServiceConnection connection = bindToHelperService(HELPER_PKG1); in testBroadcastDelivery_syncTxnWhileFrozen()
156 .setPackage(HELPER_PKG1); in testBroadcastDelivery_syncTxnWhileFrozen()
169 TestServiceConnection connection1 = bindToHelperService(HELPER_PKG1); in testBroadcastDelivery_pendingFreezeCancelled()
DBroadcastDeliveryGroupTest.java35 final TestServiceConnection connection1 = bindToHelperService(HELPER_PKG1); in testDeliveryGroupPolicy_policyAll()
64 final TestServiceConnection connection1 = bindToHelperService(HELPER_PKG1); in testDeliveryGroupPolicy_withForceDelay_policyAll()
98 final TestServiceConnection connection1 = bindToHelperService(HELPER_PKG1); in testDeliveryGroupPolicy_policyMostRecent()
130 final TestServiceConnection connection1 = bindToHelperService(HELPER_PKG1); in testDeliveryGroupPolicy_withForceDelay_policyMostRecent()
DBaseBroadcastTest.java67 protected static final String HELPER_PKG1 = "com.android.app.cts.broadcasts.helper"; field in BaseBroadcastTest
69 protected static final String HELPER_SERVICE = HELPER_PKG1 + ".TestService";
97 for (String pkg : new String[] {HELPER_PKG1, HELPER_PKG2}) { in unsetPackageStoppedState()
107 for (String pkg : new String[] {HELPER_PKG1, HELPER_PKG2}) { in tearDown()
DBroadcastDeferralTest.java56 final TestServiceConnection connection1 = bindToHelperService(HELPER_PKG1); in testFgBroadcastDeliveryToFrozenApp_withDeferUntilActive()
123 final TestServiceConnection connection1 = bindToHelperService(HELPER_PKG1); in testFgBroadcastDeliveryToFrozenApp()
DBroadcastReceiverTest.java393 new ComponentName(HELPER_PKG1, HELPER_SERVICE)); in testPeekService()
404 final TestServiceConnection connection = bindToHelperService(HELPER_PKG1); in testPeekService()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/appexit/
DAppExitHostTest.java55 private static final String HELPER_PKG1 = "android.externalservice.service"; field in AppExitHostTest
73 DeviceUtils.installTestApp(getDevice(), HELPER_APK1, HELPER_PKG1, mCtsBuild); in setUp() local
76 getDevice().executeShellCommand("cmd deviceidle tempwhitelist -r " + HELPER_PKG1); in setUp()
89 DeviceUtils.uninstallTestApp(getDevice(), HELPER_PKG1); in tearDown() local
114 final String helperPackage = HELPER_PKG1; in testLogStatsdOther()