/platform_testing/tests/apphealth/scenarios/tests/src/android/platform/test/scenario/facebook/ |
D | OpenAppMicrobenchmark.java | 32 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/ |
D | PerformanceBase.java | 31 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/ |
D | OpenSimpleSurfaceGLActivityMicrobenchmark.java | 30 private static final String PACKAGE = "com.android.performanceLaunch"; field in OpenSimpleSurfaceGLActivityMicrobenchmark 35 RuleChain.outerRule(new KillAppsRule(PACKAGE)) 37 .around(new CompilationFilterRule(PACKAGE))
|
D | OpenEmptyWebViewActivityMicrobenchmark.java | 30 private static final String PACKAGE = "com.android.performanceLaunch"; field in OpenEmptyWebViewActivityMicrobenchmark 35 RuleChain.outerRule(new KillAppsRule(PACKAGE)) 37 .around(new CompilationFilterRule(PACKAGE))
|
D | OpenEmptyActivityMicrobenchmark.java | 30 private static final String PACKAGE = "com.android.performanceLaunch"; field in OpenEmptyActivityMicrobenchmark 35 RuleChain.outerRule(new KillAppsRule(PACKAGE)) 37 .around(new CompilationFilterRule(PACKAGE))
|
D | OpenManyConfigResourceActivityMicrobenchmark.java | 30 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/ |
D | OpenAppMicrobenchmark.java | 30 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/ |
D | OpenAppMicrobenchmark.java | 30 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/ |
D | JsonConfigConstants.java | 31 public static final String PACKAGE = "PACKAGE"; field in JsonConfigConstants
|
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/configs/validators/ |
D | ValidateUiElement.java | 60 JsonConfigConstants.PACKAGE, 137 validateAndGetValue(JsonConfigConstants.PACKAGE, jsonObject, /*isOptional*/ true); in deserialize()
|