aboutsummaryrefslogtreecommitdiff
path: root/src/com/android/tv/features/TvFeatures.java
diff options
context:
space:
mode:
authornchalko <nchalko@google.com>2018-12-18 12:26:40 -0800
committerCopybara-Service <copybara-piper@google.com>2018-12-18 13:05:16 -0800
commit5bd4840e4ef9474dd1e0c90efc996d2b00cf0037 (patch)
tree3020f2743ae30fef74951a9297fd698a345b98f9 /src/com/android/tv/features/TvFeatures.java
parent13f1bdce2947cefc4c0a9ad2e24dbee06e7d558d (diff)
downloadTV-5bd4840e4ef9474dd1e0c90efc996d2b00cf0037.tar.gz
Create a Optional BuiltInTunerManager
This manager is absent if the tuner is not enabled. PiperOrigin-RevId: 226039646 Change-Id: Ib71a3a9abd361794048ea8917300a9f2187ea3d2
Diffstat (limited to 'src/com/android/tv/features/TvFeatures.java')
-rw-r--r--src/com/android/tv/features/TvFeatures.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/com/android/tv/features/TvFeatures.java b/src/com/android/tv/features/TvFeatures.java
index a176e4cc..b42c2f2c 100644
--- a/src/com/android/tv/features/TvFeatures.java
+++ b/src/com/android/tv/features/TvFeatures.java
@@ -20,8 +20,6 @@ import static com.android.tv.common.feature.EngOnlyFeature.ENG_ONLY_FEATURE;
import static com.android.tv.common.feature.FeatureUtils.OFF;
import static com.android.tv.common.feature.FeatureUtils.ON;
import static com.android.tv.common.feature.FeatureUtils.and;
-import static com.android.tv.common.feature.FeatureUtils.aospFeature;
-import static com.android.tv.common.feature.FeatureUtils.not;
import static com.android.tv.common.feature.FeatureUtils.or;
import android.content.Context;
@@ -34,7 +32,6 @@ import com.android.tv.common.feature.ExperimentFeature;
import com.android.tv.common.feature.Feature;
import com.android.tv.common.feature.FeatureUtils;
import com.android.tv.common.feature.GServiceFeature;
-
import com.android.tv.common.feature.PropertyFeature;
import com.android.tv.common.feature.Sdk;
import com.android.tv.common.feature.TestableFeature;
@@ -61,11 +58,6 @@ public final class TvFeatures extends CommonFeatures {
*/
public static final Feature ANALYTICS_V2 = and(ON, ANALYTICS_OPT_IN);
- /** Enables Embedded tuner */
- public static final Feature TUNER =
- aospFeature(
- OFF);
-
// TODO(b/76149661): Fix EPG search or remove it
public static final Feature EPG_SEARCH = OFF;