Searched refs:maxNumberActions (Results 1 – 1 of 1) sorted by relevance
1685 final int maxNumberActions = ActivityTaskManager.getMaxNumPictureInPictureActions(mContext); in testMaxNumberOfActions() local1686 assertThat(maxNumberActions, greaterThanOrEqualTo(3)); in testMaxNumberOfActions()1691 final int maxNumberActions = ActivityTaskManager.getMaxNumPictureInPictureActions(mContext); in testFillMaxAllowedActions() local1694 extraString(EXTRA_NUMBER_OF_CUSTOM_ACTIONS, String.valueOf(maxNumberActions))); in testFillMaxAllowedActions()1697 assertNumberOfActions(PIP_ACTIVITY, maxNumberActions); in testFillMaxAllowedActions()1702 final int maxNumberActions = ActivityTaskManager.getMaxNumPictureInPictureActions(mContext); in testRejectExceededActions() local1705 extraString(EXTRA_NUMBER_OF_CUSTOM_ACTIONS, String.valueOf(maxNumberActions + 1))); in testRejectExceededActions()1708 assertNumberOfActions(PIP_ACTIVITY, maxNumberActions); in testRejectExceededActions()