Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/receiver/
DPackageIntentsReceiver.java34 if (!TvSingletons.getSingletons(context).getTvInputManagerHelper().hasTvInputManager()) { in onReceive()
DBootCompletedReceiver.java55 if (!TvSingletons.getSingletons(context).getTvInputManagerHelper().hasTvInputManager()) { in onReceive()
DAbstractGlobalKeyReceiver.java44 if (!TvSingletons.getSingletons(context).getTvInputManagerHelper().hasTvInputManager()) { in onReceive()
/packages/apps/TV/src/com/android/tv/util/
DTvInputManagerHelper.java343 if (!hasTvInputManager()) { in start()
452 public boolean hasTvInputManager() { in hasTvInputManager() method in TvInputManagerHelper
/packages/apps/TV/src/com/android/tv/
DMainActivity.java519 if (!mTvInputManagerHelper.hasTvInputManager()) { in onCreate()