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()
125 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()
226 public int getMaxNumActions() { in getMaxNumActions() method in SmartReplyConstants
419 final int maxNumActions = mConstants.getMaxNumActions(); in onMeasure()