Home
last modified time | relevance | path

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

/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
DTunerSessionWorkerExoV2.java1269 if (CommonFeatures.TUNER_SIGNAL_STRENGTH.isEnabled(mContext)) { in handleMessageCheckSignal()
1297 if (CommonFeatures.TUNER_SIGNAL_STRENGTH.isEnabled(mContext)) { in handleMessageCheckSignal()
1324 if (CommonFeatures.TUNER_SIGNAL_STRENGTH.isEnabled(mContext)) { in handleMessageCheckSignalStrength()
1755 if (CommonFeatures.TUNER_SIGNAL_STRENGTH.isEnabled(mContext)) { in preparePlayback()
1797 if (CommonFeatures.TUNER_SIGNAL_STRENGTH.isEnabled(mContext)) { in prepareTune()
DTunerSessionWorker.java1259 if (CommonFeatures.TUNER_SIGNAL_STRENGTH.isEnabled(mContext)) { in handleMessageCheckSignal()
1287 if (CommonFeatures.TUNER_SIGNAL_STRENGTH.isEnabled(mContext)) { in handleMessageCheckSignal()
1314 if (CommonFeatures.TUNER_SIGNAL_STRENGTH.isEnabled(mContext)) { in handleMessageCheckSignalStrength()
1741 if (CommonFeatures.TUNER_SIGNAL_STRENGTH.isEnabled(mContext)) { in preparePlayback()
1783 if (CommonFeatures.TUNER_SIGNAL_STRENGTH.isEnabled(mContext)) { in prepareTune()
/packages/apps/TV/common/src/com/android/tv/common/feature/
DCommonFeatures.java81 public static final Feature TUNER_SIGNAL_STRENGTH = ENG_ONLY_FEATURE; field in CommonFeatures
/packages/apps/TV/src/com/android/tv/ui/
DTvOverlayManager.java832 } else if (CommonFeatures.TUNER_SIGNAL_STRENGTH.isEnabled(mMainActivity) in updateChannelBannerAndShowIfNeeded()
/packages/apps/TV/src/com/android/tv/
DMainActivity.java1662 if (CommonFeatures.TUNER_SIGNAL_STRENGTH.isEnabled(this)) { in tune()
2940 if (CommonFeatures.TUNER_SIGNAL_STRENGTH.isEnabled(getApplicationContext())) {