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.java119 mEnabled = readDeviceConfigBooleanOrDefaultIfEmpty( in updateConstants()
122 mRequiresTargetingP = readDeviceConfigBooleanOrDefaultIfEmpty( in updateConstants()
129 mEditChoicesBeforeSending = readDeviceConfigBooleanOrDefaultIfEmpty( in updateConstants()
132 mShowInHeadsUp = readDeviceConfigBooleanOrDefaultIfEmpty( in updateConstants()
150 private static boolean readDeviceConfigBooleanOrDefaultIfEmpty(String propertyName, in readDeviceConfigBooleanOrDefaultIfEmpty() method in SmartReplyConstants