Searched refs:TEST_APP2_PKG (Results 1 – 1 of 1) sorted by relevance
126 private static final String TEST_APP2_PKG = "android.app.usage.cts.test2"; field in UsageStatsTest131 private static final ComponentName TEST_APP2_PIP_COMPONENT = new ComponentName(TEST_APP2_PKG,186 SystemUtil.runWithShellPermissionIdentity(() -> mAm.forceStopPackage(TEST_APP2_PKG)); in cleanUp()1471 launchTestActivity(TEST_APP2_PKG, TEST_APP2_CLASS_FINISHING_TASK_ROOT); in testTaskRootAttribution_finishingTaskRoot()1477 assertAppOrTokenUsed(TEST_APP2_PKG, true, TIMEOUT); in testTaskRootAttribution_finishingTaskRoot()1483 assertAppOrTokenUsed(TEST_APP2_PKG, false, TIMEOUT); in testTaskRootAttribution_finishingTaskRoot()1596 launchTestActivity(TEST_APP2_PKG, TEST_APP2_CLASS_PIP); in testPipActivity()1621 if(TEST_APP2_PKG.equals(event.getPackageName())) { in testPipActivity()1656 launchTestActivity(TEST_APP2_PKG, TEST_APP2_CLASS_PIP); in testPipActivity_StopToPause()1675 TEST_APP2_PKG); in testPipActivity_StopToPause()[all …]