Home
last modified time | relevance | path

Searched refs:SystemAppFeature (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TV/common/src/com/android/tv/common/feature/
DSystemAppFeature.java23 public final class SystemAppFeature implements Feature { class
24 public static final Feature SYSTEM_APP_FEATURE = new SystemAppFeature();
26 private SystemAppFeature() {} in SystemAppFeature() method in SystemAppFeature
DCommonFeatures.java49 createTestableFeature(and(Sdk.AT_LEAST_N, SystemAppFeature.SYSTEM_APP_FEATURE));
/packages/apps/TV/src/com/android/tv/
DMainActivity.java19 import static com.android.tv.common.feature.SystemAppFeature.SYSTEM_APP_FEATURE;