Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyConstants.java61 private volatile int mMaxNumActions; field in SmartReplyConstants
147 mMaxNumActions = mDeviceConfig.getInt( in updateConstants()
235 return mMaxNumActions; in getMaxNumActions()
DSmartReplyView.java94 private int mMaxNumActions; field in SmartReplyView
193 mMaxNumActions = maxNumActions; in setMaxNumActions()
260 final int maxNumActions = mMaxNumActions; in onMeasure()
414 pw.println(mMaxNumActions); in dump()