Home
last modified time | relevance | path

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

/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DLauncherStrategyFactory.java98 public ILeanbackLauncherStrategy getLeanbackLauncherStrategy() { in getLeanbackLauncherStrategy()
100 if (launcherStrategy instanceof ILeanbackLauncherStrategy) { in getLeanbackLauncherStrategy()
101 return (ILeanbackLauncherStrategy)launcherStrategy; in getLeanbackLauncherStrategy()
DILeanbackLauncherStrategy.java29 public interface ILeanbackLauncherStrategy extends ILauncherStrategy { interface
DLeanbackLauncherStrategy.java28 public class LeanbackLauncherStrategy implements ILeanbackLauncherStrategy {
/platform_testing/libraries/base-app-helpers/src/android/platform/test/helpers/
DAbstractLeanbackAppHelper.java21 import android.support.test.launcherhelper.ILeanbackLauncherStrategy;
43 public ILeanbackLauncherStrategy mLauncherStrategy;