Searched refs:maxNumberActions (Results 1 – 1 of 1) sorted by relevance
1317 final int maxNumberActions = ActivityTaskManager.getMaxNumPictureInPictureActions(mContext); in testMaxNumberOfActions() local1318 assertThat(maxNumberActions, greaterThanOrEqualTo(3)); in testMaxNumberOfActions()1323 final int maxNumberActions = ActivityTaskManager.getMaxNumPictureInPictureActions(mContext); in testFillMaxAllowedActions() local1326 extraString(EXTRA_NUMBER_OF_CUSTOM_ACTIONS, String.valueOf(maxNumberActions))); in testFillMaxAllowedActions()1329 assertNumberOfActions(PIP_ACTIVITY, maxNumberActions); in testFillMaxAllowedActions()1334 final int maxNumberActions = ActivityTaskManager.getMaxNumPictureInPictureActions(mContext); in testRejectExceededActions() local1337 extraString(EXTRA_NUMBER_OF_CUSTOM_ACTIONS, String.valueOf(maxNumberActions + 1))); in testRejectExceededActions()1340 assertNumberOfActions(PIP_ACTIVITY, maxNumberActions); in testRejectExceededActions()