Home
last modified time | relevance | path

Searched refs:ENABLE_TV_SERVICE (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TV/common/src/com/android/tv/common/feature/
DCommonFeatures.java86 public static final Feature ENABLE_TV_SERVICE = ENG_ONLY_FEATURE; field in CommonFeatures
/packages/apps/TV/src/com/android/tv/
DMainActivity.java918 if (CommonFeatures.ENABLE_TV_SERVICE.isEnabled(this) && isAudioOnlyInput()) { in onResume()