Home
last modified time | relevance | path

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

/packages/apps/TV/common/src/com/android/tv/common/feature/
DCommonFeatures.java83 public static final Feature TUNER_SIGNAL_STRENGTH = ENG_ONLY_FEATURE; field in CommonFeatures
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
DTunerSessionWorkerExoV2.java1260 if (CommonFeatures.TUNER_SIGNAL_STRENGTH.isEnabled(mContext)) { in handleMessageCheckSignal()
1286 if (CommonFeatures.TUNER_SIGNAL_STRENGTH.isEnabled(mContext)) { in handleMessageCheckSignal()
1313 if (CommonFeatures.TUNER_SIGNAL_STRENGTH.isEnabled(mContext)) { in handleMessageCheckSignalStrength()
1716 if (CommonFeatures.TUNER_SIGNAL_STRENGTH.isEnabled(mContext)) { in preparePlayback()
1761 if (CommonFeatures.TUNER_SIGNAL_STRENGTH.isEnabled(mContext)) { in prepareTune()
DTunerSessionWorker.java1317 if (CommonFeatures.TUNER_SIGNAL_STRENGTH.isEnabled(mContext)) { in handleMessageCheckSignal()
1345 if (CommonFeatures.TUNER_SIGNAL_STRENGTH.isEnabled(mContext)) { in handleMessageCheckSignal()
1372 if (CommonFeatures.TUNER_SIGNAL_STRENGTH.isEnabled(mContext)) { in handleMessageCheckSignalStrength()
1799 if (CommonFeatures.TUNER_SIGNAL_STRENGTH.isEnabled(mContext)) { in preparePlayback()
1844 if (CommonFeatures.TUNER_SIGNAL_STRENGTH.isEnabled(mContext)) { in prepareTune()
/packages/apps/TV/src/com/android/tv/ui/
DTvOverlayManager.java846 } else if (CommonFeatures.TUNER_SIGNAL_STRENGTH.isEnabled(mMainActivity) in updateChannelBannerAndShowIfNeeded()
/packages/apps/TV/src/com/android/tv/
DMainActivity.java1683 if (CommonFeatures.TUNER_SIGNAL_STRENGTH.isEnabled(this)) { in tune()
2982 if (CommonFeatures.TUNER_SIGNAL_STRENGTH.isEnabled(getApplicationContext())) {