Searched refs:getMaxNumActions (Results 1 – 4 of 4) sorted by relevance
204 assertEquals(-1, mConstants.getMaxNumActions()); in testMaxNumActionsWithNoConfig()211 assertEquals(10, mConstants.getMaxNumActions()); in testMaxNumActionsSet()
123 when(mConstants.getMaxNumActions()).thenReturn(-1); in setUp()1138 when(mConstants.getMaxNumActions()).thenReturn(2); in testMeasure_maxNumActions()1168 when(mConstants.getMaxNumActions()).thenReturn(-1); in testMeasure_maxNumActions_noLimit()
226 public int getMaxNumActions() { in getMaxNumActions() method in SmartReplyConstants
414 final int maxNumActions = mConstants.getMaxNumActions(); in onMeasure()