Home
last modified time | relevance | path

Searched refs:ILeanbackLauncherStrategy (Results 1 – 5 of 5) sorted by relevance

/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DLauncherStrategyFactory.java115 public ILeanbackLauncherStrategy getLeanbackLauncherStrategy() { in getLeanbackLauncherStrategy()
117 if (launcherStrategy instanceof ILeanbackLauncherStrategy) { in getLeanbackLauncherStrategy()
118 return (ILeanbackLauncherStrategy)launcherStrategy; in getLeanbackLauncherStrategy()
DILeanbackLauncherStrategy.java30 public interface ILeanbackLauncherStrategy extends ILauncherStrategy { interface
DLeanbackLauncherStrategy.java37 public class LeanbackLauncherStrategy implements ILeanbackLauncherStrategy {
DTvLauncherStrategy.java43 public class TvLauncherStrategy implements ILeanbackLauncherStrategy {
/platform_testing/libraries/app-helpers/interfaces/tv/src/android/platform/helpers/
DAbstractLeanbackAppHelper.java24 import android.support.test.launcherhelper.ILeanbackLauncherStrategy;
60 public ILeanbackLauncherStrategy mLauncherStrategy;