Home
last modified time | relevance | path

Searched refs:hasTvInputManager (Results 1 – 7 of 7) sorted by relevance

/packages/apps/TV/src/com/android/tv/receiver/
DPackageIntentsReceiver.java36 if (!TvApplication.getSingletons(context).getTvInputManagerHelper().hasTvInputManager()) { in onReceive()
DBootCompletedReceiver.java54 if (!TvApplication.getSingletons(context).getTvInputManagerHelper().hasTvInputManager()) { in onReceive()
DGlobalKeyReceiver.java45 if (!TvApplication.getSingletons(context).getTvInputManagerHelper().hasTvInputManager()) { in onReceive()
/packages/apps/TV/src/com/android/tv/util/
DTvInputManagerHelper.java221 if (!hasTvInputManager()) { in start()
347 public boolean hasTvInputManager() { in hasTvInputManager() method in TvInputManagerHelper
/packages/apps/TV/src/com/android/tv/tuner/tvinput/
DTunerTvInputService.java55 if (!TvApplication.getSingletons(this).getTvInputManagerHelper().hasTvInputManager()) { in onCreate()
DTunerStorageCleanUpService.java50 if (!TvApplication.getSingletons(this).getTvInputManagerHelper().hasTvInputManager()) { in onCreate()
/packages/apps/TV/src/com/android/tv/
DMainActivity.java437 if (!applicationSingletons.getTvInputManagerHelper().hasTvInputManager()) { in onCreate()