OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EngOnlyFeature
(Results
1 - 2
of
2
) 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 final Feature ENG_ONLY_FEATURE = new
EngOnlyFeature
();
29
private
EngOnlyFeature
() { }
38
return "
EngOnlyFeature
(" + BuildConfig.ENG + ")";
/packages/apps/TV/src/com/android/tv/
Features.java
19
import static com.android.tv.common.feature.
EngOnlyFeature
.ENG_ONLY_FEATURE;
Completed in 92 milliseconds