Home
last modified time | relevance | path

Searched refs:appHelper (Results 1 – 4 of 4) sorted by relevance

/platform_testing/libraries/flicker/src/android/tools/flicker/rules/
DLaunchAppRule.kt45 private val appHelper: StandardAppHelper, constant in android.tools.flicker.rules.LaunchAppRule
46 private val instrumentation: Instrumentation = appHelper.instrumentation,
68 Log.v(FLICKER_TAG, "Launching app $appHelper") in starting()
69 appHelper.launchViaIntent() in starting()
70 appHelper.exit(wmHelper) in starting()
/platform_testing/tests/automotive/health/rules/src/android/platform/scenario/
DAppStartupRunRule.java38 public AppStartupRunRule(T appHelper) { in AppStartupRunRule() argument
39 mAppHelper = appHelper; in AppStartupRunRule()
58 .outerRule(new KillAppsRule(appHelper.getPackage())) in AppStartupRunRule()
DColdAppStartupRunRule.java30 public ColdAppStartupRunRule(T appHelper) { in ColdAppStartupRunRule() argument
32 RuleChain.outerRule(new KillAppsRule(appHelper.getPackage())) in ColdAppStartupRunRule()
DHotAppStartupRunRule.java30 public HotAppStartupRunRule(T appHelper) { in HotAppStartupRunRule() argument