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

  /packages/apps/TV/common/src/com/android/tv/common/feature/
SystemAppFeature.java 23 public final class SystemAppFeature implements Feature {
24 public static final Feature SYSTEM_APP_FEATURE = new SystemAppFeature();
26 private SystemAppFeature() {}
CommonFeatures.java 49 createTestableFeature(AND(Sdk.AT_LEAST_N, SystemAppFeature.SYSTEM_APP_FEATURE));

Completed in 198 milliseconds