Home
last modified time | relevance | path

Searched refs:PressHomeRule (Results 1 – 14 of 14) sorted by relevance

/platform_testing/tests/health/scenarios/tests/src/android/platform/test/scenario/codelab/answers/
DOpenCalculatorMicrobenchmark.java19 import android.platform.test.rule.PressHomeRule;
31 .around(new PressHomeRule());
/platform_testing/tests/health/scenarios/tests/src/android/platform/test/scenario/performancelaunch/hermeticapp/
DOpenSimpleSurfaceGLActivityMicrobenchmark.java22 import android.platform.test.rule.PressHomeRule;
38 .around(new PressHomeRule());
DOpenEmptyWebViewActivityMicrobenchmark.java22 import android.platform.test.rule.PressHomeRule;
38 .around(new PressHomeRule());
DOpenEmptyActivityMicrobenchmark.java22 import android.platform.test.rule.PressHomeRule;
38 .around(new PressHomeRule());
DOpenManyConfigResourceActivityMicrobenchmark.java22 import android.platform.test.rule.PressHomeRule;
38 .around(new PressHomeRule());
/platform_testing/tests/health/scenarios/tests/src/android/platform/test/scenario/performancelaunch/
DOpenAppMicrobenchmark.java22 import android.platform.test.rule.PressHomeRule;
38 .around(new PressHomeRule());
/platform_testing/tests/health/scenarios/tests/src/android/platform/test/scenario/businesscard/
DOpenAppMicrobenchmark.java22 import android.platform.test.rule.PressHomeRule;
38 .around(new PressHomeRule());
/platform_testing/tests/health/scenarios/tests/src/android/platform/test/scenario/generic/
DOpenAppMicrobenchmark.java22 import android.platform.test.rule.PressHomeRule;
37 .around(new PressHomeRule())
/platform_testing/tests/apphealth/scenarios/tests/src/android/platform/test/scenario/facebook/
DOpenAppMicrobenchmark.java23 import android.platform.test.rule.PressHomeRule;
41 .around(new PressHomeRule());
/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/
DPressHomeRuleTest.java45 pressHomeBundle.putString(PressHomeRule.GO_HOME, "true"); in testPressHomeEnabled()
67 pressHomeBundle.putString(PressHomeRule.GO_HOME, "false"); in testPressHomeDisabled()
82 private static class TestablePressHomeRule extends PressHomeRule {
/platform_testing/tests/automotive/health/rules/src/android/platform/scenario/
DAppStartupRunRule.java22 import android.platform.test.rule.PressHomeRule;
65 .around(new PressHomeRule()) in AppStartupRunRule()
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DPressHomeRule.java26 public class PressHomeRule extends TestWatcher { class
/platform_testing/tests/microbenchmarks/accessibility/src/android/accessibility/microbenchmark/
DAccessibilityNodeMicrobenchmark.java23 import android.platform.test.rule.PressHomeRule;
55 .around(new PressHomeRule())
/platform_testing/libraries/flicker/src/android/tools/flicker/legacy/runner/
DTransitionRunner.kt21 import android.platform.test.rule.PressHomeRule
98 .around(PressHomeRule()) in buildTestRuleChain()