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.java60 private volatile int mMaxNumActions; field in SmartReplyConstants
146 mMaxNumActions = mDeviceConfig.getInt( in updateConstants()
234 return mMaxNumActions; in getMaxNumActions()
DSmartReplyView.java89 private int mMaxNumActions; field in SmartReplyView
181 mMaxNumActions = maxNumActions; in setMaxNumActions()
246 final int maxNumActions = mMaxNumActions; in onMeasure()