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.java126 mEnabled = readDeviceConfigBooleanOrDefaultIfEmpty( in updateConstants()
129 mRequiresTargetingP = readDeviceConfigBooleanOrDefaultIfEmpty( in updateConstants()
136 mEditChoicesBeforeSending = readDeviceConfigBooleanOrDefaultIfEmpty( in updateConstants()
139 mShowInHeadsUp = readDeviceConfigBooleanOrDefaultIfEmpty( in updateConstants()
157 private boolean readDeviceConfigBooleanOrDefaultIfEmpty(String propertyName, in readDeviceConfigBooleanOrDefaultIfEmpty() method in SmartReplyConstants