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.java36 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.java334 if (!hasTvInputManager()) { in start()
444 public boolean hasTvInputManager() { in hasTvInputManager() method in TvInputManagerHelper
/packages/apps/TV/src/com/android/tv/
DMainActivity.java494 if (!mTvInputManagerHelper.hasTvInputManager()) { in onCreate()