Searched refs:SystemAppFeature (Results 1 – 3 of 3) sorted by relevance
23 public final class SystemAppFeature implements Feature { class24 public static final Feature SYSTEM_APP_FEATURE = new SystemAppFeature();26 private SystemAppFeature() {} in SystemAppFeature() method in SystemAppFeature
49 createTestableFeature(and(Sdk.AT_LEAST_N, SystemAppFeature.SYSTEM_APP_FEATURE));
19 import static com.android.tv.common.feature.SystemAppFeature.SYSTEM_APP_FEATURE;