Searched refs:FakeTvInputManagerHelper (Results 1 – 5 of 5) sorted by relevance
24 public class FakeTvInputManagerHelper extends TvInputManagerHelper { class26 public FakeTvInputManagerHelper(Context context) { in FakeTvInputManagerHelper() method in FakeTvInputManagerHelper
70 public FakeTvInputManagerHelper tvInputManagerHelper;85 tvInputManagerHelper = new FakeTvInputManagerHelper(this); in onCreate()
32 import com.android.tv.testing.FakeTvInputManagerHelper;77 FakeTvInputManagerHelper tvInputManagerHelper = in setUp()78 new FakeTvInputManagerHelper(RuntimeEnvironment.application); in setUp()
41 import com.android.tv.testing.FakeTvInputManagerHelper;152 FakeTvInputManagerHelper fakeTvInputManagerHelper = in setup()153 new FakeTvInputManagerHelper(RuntimeEnvironment.application); in setup()
47 import com.android.tv.testing.FakeTvInputManagerHelper;134 testSingletonApp.tvInputManagerHelper = new FakeTvInputManagerHelper(testSingletonApp); in create_inputNotFound()