Home
last modified time | relevance | path

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

/packages/apps/TV/common/src/com/android/tv/common/feature/
DSystemAppFeature.java24 public static final Feature SYSTEM_APP_FEATURE = new SystemAppFeature(); field 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;
2759 if (SYSTEM_APP_FEATURE.isEnabled(getApplicationContext())) {