Searched refs:getMaxNumActions (Results 1 – 4 of 4) sorted by relevance
192 assertEquals(-1, mConstants.getMaxNumActions()); in testMaxNumActionsWithNoConfig()198 assertEquals(10, mConstants.getMaxNumActions()); in testMaxNumActionsSet()
141 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()
234 public int getMaxNumActions() { in getMaxNumActions() method in SmartReplyConstants
151 view.setMaxNumActions(constants.getMaxNumActions()); in inflate()