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