Searched refs:ALLOW_ANALYTICS_IN_ENG (Results 1 – 2 of 2) sorted by relevance
29 public static final BooleanSystemProperty ALLOW_ANALYTICS_IN_ENG = new BooleanSystemProperty( field in SystemProperties
116 if (BuildConfig.ENG && !SystemProperties.ALLOW_ANALYTICS_IN_ENG.getValue()) { in onCreate()