Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/textclassifier/
DConfigParser.java44 static final boolean ENABLE_DEVICE_CONFIG = true; field in ConfigParser
85 if (ENABLE_DEVICE_CONFIG) { in getBoolean()
108 if (ENABLE_DEVICE_CONFIG) { in getInt()
131 if (ENABLE_DEVICE_CONFIG) { in getFloat()
154 if (ENABLE_DEVICE_CONFIG) { in getString()
182 if (ENABLE_DEVICE_CONFIG) { in getStringList()
205 if (ENABLE_DEVICE_CONFIG) { in getFloatArray()
DTextClassificationManager.java206 if (ConfigParser.ENABLE_DEVICE_CONFIG) { in finalize()
308 if (ConfigParser.ENABLE_DEVICE_CONFIG) { in SettingsObserver()