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.java192 assertEquals(-1, mConstants.getMaxNumActions()); in testMaxNumActionsWithNoConfig()
198 assertEquals(10, mConstants.getMaxNumActions()); in testMaxNumActionsSet()
DSmartReplyViewTest.java141 when(mConstants.getMaxNumActions()).thenReturn(-1); in setUp()
1234 when(mConstants.getMaxNumActions()).thenReturn(2); in testMeasure_maxNumActions()
1264 when(mConstants.getMaxNumActions()).thenReturn(-1); in testMeasure_maxNumActions_noLimit()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyConstants.java234 public int getMaxNumActions() { in getMaxNumActions() method in SmartReplyConstants
DSmartReplyView.java151 view.setMaxNumActions(constants.getMaxNumActions()); in inflate()