Home
last modified time | relevance | path

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

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