Searched refs:TEST_APP2_PKG (Results 1 – 1 of 1) sorted by relevance
180 private static final String TEST_APP2_PKG = "android.app.usage.cts.test2"; field in UsageStatsTest185 private static final ComponentName TEST_APP2_PIP_COMPONENT = new ComponentName(TEST_APP2_PKG,267 SystemUtil.runWithShellPermissionIdentity(() -> mAm.forceStopPackage(TEST_APP2_PKG)); in cleanUp()326 executeShellCmd(MessageFormat.format(PRUNE_PACKAGE_DATA_SHELL_COMMAND, TEST_APP2_PKG, in clearTestPackagesData()1983 launchTestActivity(TEST_APP2_PKG, TEST_APP2_CLASS_FINISHING_TASK_ROOT); in testTaskRootAttribution_finishingTaskRoot()1989 assertAppOrTokenUsed(TEST_APP2_PKG, true, TIMEOUT); in testTaskRootAttribution_finishingTaskRoot()1995 assertAppOrTokenUsed(TEST_APP2_PKG, false, TIMEOUT); in testTaskRootAttribution_finishingTaskRoot()2108 launchTestActivity(TEST_APP2_PKG, TEST_APP2_CLASS_PIP); in testPipActivity()2133 if(TEST_APP2_PKG.equals(event.getPackageName())) { in testPipActivity()2159 final UsageStats stats = map.get(TEST_APP2_PKG); in testPipActivity()[all …]