Searched refs:ILeanbackLauncherStrategy (Results 1 – 4 of 4) sorted by relevance
98 public ILeanbackLauncherStrategy getLeanbackLauncherStrategy() { in getLeanbackLauncherStrategy()100 if (launcherStrategy instanceof ILeanbackLauncherStrategy) { in getLeanbackLauncherStrategy()101 return (ILeanbackLauncherStrategy)launcherStrategy; in getLeanbackLauncherStrategy()
29 public interface ILeanbackLauncherStrategy extends ILauncherStrategy { interface
28 public class LeanbackLauncherStrategy implements ILeanbackLauncherStrategy {
21 import android.support.test.launcherhelper.ILeanbackLauncherStrategy;43 public ILeanbackLauncherStrategy mLauncherStrategy;