Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSmartReplyConstants.java60 private volatile int mMaxNumActions; field in SmartReplyConstants
146 mMaxNumActions = mDeviceConfig.getInt( in updateConstants()
234 return mMaxNumActions; in getMaxNumActions()
H A 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()