Searched defs:launcherStrategy (Results 1 – 6 of 6) sorted by relevance
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/ |
D | LauncherStrategyFactory.java | 83 public void registerLauncherStrategy(Class<? extends ILauncherStrategy> launcherStrategy) { in registerLauncherStrategy() 127 ILauncherStrategy launcherStrategy = getLauncherStrategy(); in getLeanbackLauncherStrategy() local 140 ILauncherStrategy launcherStrategy = getLauncherStrategy(); in getAutoLauncherStrategy() local
|
D | CommonLauncherHelper.java | 132 public long launchApp(ILauncherStrategy launcherStrategy, BySelector app, in launchApp() 146 public long launchApp(ILauncherStrategy launcherStrategy, BySelector app, in launchApp()
|
D | LeanbackLauncherStrategy.java | 388 protected long launchApp(ILauncherStrategy launcherStrategy, BySelector app, in launchApp() 393 protected long launchApp(ILauncherStrategy launcherStrategy, BySelector app, in launchApp()
|
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/ |
D | Flicker.kt | 52 @JvmField val launcherStrategy: ILauncherStrategy, constant in com.android.server.wm.flicker.Flicker
|
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/helpers/ |
D | StandardAppHelper.kt | 43 protected val launcherStrategy: ILauncherStrategy = constant
|
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/dsl/ |
D | FlickerBuilder.kt | 46 private val launcherStrategy: ILauncherStrategy, constant in com.android.server.wm.flicker.dsl.FlickerBuilder
|