Home | History | Annotate | Download | only in tuner

Lines Matching refs:Feature

19 import static com.android.tv.common.feature.FeatureUtils.OFF;
26 import com.android.tv.common.feature.CommonFeatures;
27 import com.android.tv.common.feature.Feature;
28 import com.android.tv.common.feature.Model;
29 import com.android.tv.common.feature.PropertyFeature;
35 * List of {@link Feature} for Tuner.
37 * <p>Remove the {@code Feature} once it is launched.
44 public static final Feature NETWORK_TUNER =
45 new Feature() {
66 public static final Feature USE_SW_CODEC_FOR_SD =
73 public static final Feature AC3_SOFTWARE_DECODE =
74 new Feature() {
100 public static final Feature ENABLE_FILE_DVB = OFF;