Home
last modified time | relevance | path

Searched refs:PACKAGE (Results 1 – 10 of 10) sorted by relevance

/platform_testing/tests/apphealth/scenarios/tests/src/android/platform/test/scenario/facebook/
DOpenAppMicrobenchmark.java32 private static final String PACKAGE = "com.facebook.katana"; field in OpenAppMicrobenchmark
37 RuleChain.outerRule(new KillAppsRule(PACKAGE))
38 .around(new CleanPackageRule(PACKAGE))
40 .around(new CompilationFilterRule(PACKAGE))
/platform_testing/tests/health/scenarios/src/android/platform/test/scenario/performancelaunch/hermeticapp/
DPerformanceBase.java31 private static final String PACKAGE = "com.android.performanceLaunch"; field in PerformanceBase
43 final Intent intent = context.getPackageManager().getLaunchIntentForPackage(PACKAGE); in open()
46 intent.setClassName(PACKAGE, actvity); in open()
49 mDevice.wait(Until.hasObject(By.pkg(PACKAGE).depth(0)), 5000); in open()
/platform_testing/tests/health/scenarios/tests/src/android/platform/test/scenario/performancelaunch/hermeticapp/
DOpenSimpleSurfaceGLActivityMicrobenchmark.java30 private static final String PACKAGE = "com.android.performanceLaunch"; field in OpenSimpleSurfaceGLActivityMicrobenchmark
35 RuleChain.outerRule(new KillAppsRule(PACKAGE))
37 .around(new CompilationFilterRule(PACKAGE))
DOpenEmptyWebViewActivityMicrobenchmark.java30 private static final String PACKAGE = "com.android.performanceLaunch"; field in OpenEmptyWebViewActivityMicrobenchmark
35 RuleChain.outerRule(new KillAppsRule(PACKAGE))
37 .around(new CompilationFilterRule(PACKAGE))
DOpenEmptyActivityMicrobenchmark.java30 private static final String PACKAGE = "com.android.performanceLaunch"; field in OpenEmptyActivityMicrobenchmark
35 RuleChain.outerRule(new KillAppsRule(PACKAGE))
37 .around(new CompilationFilterRule(PACKAGE))
DOpenManyConfigResourceActivityMicrobenchmark.java30 private static final String PACKAGE = "com.android.performanceLaunch"; field in OpenManyConfigResourceActivityMicrobenchmark
35 RuleChain.outerRule(new KillAppsRule(PACKAGE))
37 .around(new CompilationFilterRule(PACKAGE))
/platform_testing/tests/health/scenarios/tests/src/android/platform/test/scenario/performancelaunch/
DOpenAppMicrobenchmark.java30 private static final String PACKAGE = "com.android.performanceLaunch"; field in OpenAppMicrobenchmark
35 RuleChain.outerRule(new KillAppsRule(PACKAGE))
37 .around(new CompilationFilterRule(PACKAGE))
/platform_testing/tests/health/scenarios/tests/src/android/platform/test/scenario/businesscard/
DOpenAppMicrobenchmark.java30 private static final String PACKAGE = "com.example.android.businesscard"; field in OpenAppMicrobenchmark
35 RuleChain.outerRule(new KillAppsRule(PACKAGE))
37 .around(new CompilationFilterRule(PACKAGE))
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/constants/
DJsonConfigConstants.java31 public static final String PACKAGE = "PACKAGE"; field in JsonConfigConstants
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/configs/validators/
DValidateUiElement.java60 JsonConfigConstants.PACKAGE,
137 validateAndGetValue(JsonConfigConstants.PACKAGE, jsonObject, /*isOptional*/ true); in deserialize()