Home
last modified time | relevance | path

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

/aosp_15_r20/platform_testing/tests/automotive/health/rules/src/android/platform/scenario/
H A DColdAppStartupRunRule.java30 public ColdAppStartupRunRule(T appHelper) { in ColdAppStartupRunRule()
H A DAppStartupRunRule.java38 public AppStartupRunRule(T appHelper) { in AppStartupRunRule()
H A DHotAppStartupRunRule.java30 public HotAppStartupRunRule(T appHelper) { in HotAppStartupRunRule()
/aosp_15_r20/platform_testing/libraries/flicker/src/android/tools/flicker/rules/
H A DLaunchAppRule.kt45 private val appHelper: StandardAppHelper, constant in android.tools.flicker.rules.LaunchAppRule