Home
last modified time | relevance | path

Searched refs:getMaxNumActions (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSmartReplyConstantsTest.java204 assertEquals(-1, mConstants.getMaxNumActions()); in testMaxNumActionsWithNoConfig()
211 assertEquals(10, mConstants.getMaxNumActions()); in testMaxNumActionsSet()
DSmartReplyViewTest.java125 when(mConstants.getMaxNumActions()).thenReturn(-1); in setUp()
1144 when(mConstants.getMaxNumActions()).thenReturn(2); in testMeasure_maxNumActions()
1174 when(mConstants.getMaxNumActions()).thenReturn(-1); in testMeasure_maxNumActions_noLimit()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyConstants.java226 public int getMaxNumActions() { in getMaxNumActions() method in SmartReplyConstants
DSmartReplyView.java419 final int maxNumActions = mConstants.getMaxNumActions(); in onMeasure()