Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyConstants.java127 mEnabled = readDeviceConfigBooleanOrDefaultIfEmpty( in updateConstants()
130 mRequiresTargetingP = readDeviceConfigBooleanOrDefaultIfEmpty( in updateConstants()
137 mEditChoicesBeforeSending = readDeviceConfigBooleanOrDefaultIfEmpty( in updateConstants()
140 mShowInHeadsUp = readDeviceConfigBooleanOrDefaultIfEmpty( in updateConstants()
158 private boolean readDeviceConfigBooleanOrDefaultIfEmpty(String propertyName, in readDeviceConfigBooleanOrDefaultIfEmpty() method in SmartReplyConstants