OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ENG_ONLY_FEATURE
(Results
1 - 3
of
3
) sorted by null
/packages/apps/TV/common/src/com/android/tv/common/feature/
CommonFeatures.java
19
import static com.android.tv.common.feature.EngOnlyFeature.
ENG_ONLY_FEATURE
;
35
OR(
ENG_ONLY_FEATURE
, Sdk.N_PRE_2_OR_HIGHER));
EngOnlyFeature.java
27
public static Feature
ENG_ONLY_FEATURE
= new EngOnlyFeature();
/packages/apps/TV/src/com/android/tv/
Features.java
19
import static com.android.tv.common.feature.EngOnlyFeature.
ENG_ONLY_FEATURE
;
47
public static final Feature ANALYTICS_OPT_IN =
ENG_ONLY_FEATURE
;
Completed in 96 milliseconds