HomeSort by relevance Sort by last modified time
    Searched refs:EngOnlyFeature (Results 1 - 3 of 3) sorted by null

  /packages/apps/TV/common/src/com/android/tv/common/feature/
EngOnlyFeature.java 26 public final class EngOnlyFeature implements Feature {
27 public static Feature ENG_ONLY_FEATURE = new EngOnlyFeature();
29 private EngOnlyFeature() { }
38 return "EngOnlyFeature(" + BuildConfig.ENG + ")";
CommonFeatures.java 19 import static com.android.tv.common.feature.EngOnlyFeature.ENG_ONLY_FEATURE;
  /packages/apps/TV/src/com/android/tv/
Features.java 19 import static com.android.tv.common.feature.EngOnlyFeature.ENG_ONLY_FEATURE;

Completed in 76 milliseconds