Home
last modified time | relevance | path

Searched refs:ALLOW_ANALYTICS_IN_ENG (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TV/src/com/android/tv/util/
DSystemProperties.java29 public static final BooleanSystemProperty ALLOW_ANALYTICS_IN_ENG = new BooleanSystemProperty( field in SystemProperties
/packages/apps/TV/src/com/android/tv/
DTvApplication.java116 if (BuildConfig.ENG && !SystemProperties.ALLOW_ANALYTICS_IN_ENG.getValue()) { in onCreate()