Home
last modified time | relevance | path

Searched defs:HELPER_PACKAGE (Results 1 – 8 of 8) sorted by relevance

/cts/hostsidetests/packagemanager/stats/src/com/android/cts/packagemanager/stats/host/
DComponentStateChangedReportedStatsTests.java62 private static final String HELPER_PACKAGE = "com.android.cts.packagemanager.stats.device"; field in ComponentStateChangedReportedStatsTests
112 runDeviceTests(getDevice(), HELPER_PACKAGE, HELPER_CLASS, in testComponentStateChangedReportedForWholeApp() local
129 PackageManagerStatsTestsBase.getAppUid(getDevice(), HELPER_PACKAGE)); in testComponentStateChangedReportedForWholeApp() local
147 runDeviceTests(getDevice(), HELPER_PACKAGE, HELPER_CLASS, in testComponentStateChangedReportedForLauncherActivity() local
164 PackageManagerStatsTestsBase.getAppUid(getDevice(), HELPER_PACKAGE)); in testComponentStateChangedReportedForLauncherActivity() local
182 runDeviceTests(getDevice(), HELPER_PACKAGE, HELPER_CLASS, in testComponentStateChangedReportedForNoLauncherActivity() local
199 PackageManagerStatsTestsBase.getAppUid(getDevice(), HELPER_PACKAGE)); in testComponentStateChangedReportedForNoLauncherActivity() local
217 runDeviceTests(getDevice(), HELPER_PACKAGE, HELPER_CLASS, in testComponentStateChangedReportedEnabledThenDisabled() local
234 PackageManagerStatsTestsBase.getAppUid(getDevice(), HELPER_PACKAGE)); in testComponentStateChangedReportedEnabledThenDisabled() local
245 PackageManagerStatsTestsBase.getAppUid(getDevice(), HELPER_PACKAGE)); in testComponentStateChangedReportedEnabledThenDisabled() local
[all …]
DIncrementalAppErrorStatsTests.java54 private static final String HELPER_PACKAGE = "com.android.cts.packagemanager.stats.device"; field in IncrementalAppErrorStatsTests
115 Utils.runDeviceTests(getDevice(), HELPER_PACKAGE, HELPER_CLASS, in setUp() local
DPackageInstallationSessionReportedStatsTests.java46 private static final String HELPER_PACKAGE = "com.android.cts.packagemanager.stats.device"; field in PackageInstallationSessionReportedStatsTests
/cts/hostsidetests/dumpsys/apps/ProcStatsTestApp/src/com/android/server/cts/procstats/
DProcStatsTest.java42 private static final String HELPER_PACKAGE = "com.android.server.cts.procstatshelper"; field in ProcStatsTest
/cts/tests/app/FgsTimeoutTest/FgsTimeoutTestHelper/src/android/app/cts/fgstimeouttesthelper/
DFgsTimeoutHelper.java49 public static final String HELPER_PACKAGE = "android.app.cts.fgstimeouttesthelper"; field in FgsTimeoutHelper
/cts/tests/app/ShortFgsTest/ShortFgsTestHelper/src/android/app/cts/shortfgstesthelper/
DShortFgsHelper.java49 public static final String HELPER_PACKAGE = "android.app.cts.shortfgstesthelper"; field in ShortFgsHelper
/cts/tests/app/GetBindingUidImportanceTest/src/android/app/cts/getbindinguidimportance/
DActivityManager_getBindingUidImportanceTest.java74 private static final String HELPER_PACKAGE = "android.app.stubs"; field in ActivityManager_getBindingUidImportanceTest
/cts/tests/app/ShortFgsTest/src/android/app/cts/shortfgstest/
DActivityManagerShortFgsTest.java908 HELPER_PACKAGE)) { in testAnr() argument