Searched refs:mActionsToShowInCompact (Results 1 – 1 of 1) sorted by relevance
4155 private int[] mActionsToShowInCompact = null; field in Notification.MediaStyle4172 mActionsToShowInCompact = actions; in setShowActionsInCompactView()4221 if (mActionsToShowInCompact != null) { in addExtras()4222 extras.putIntArray(EXTRA_COMPACT_ACTIONS, mActionsToShowInCompact); in addExtras()4237 mActionsToShowInCompact = extras.getIntArray(EXTRA_COMPACT_ACTIONS); in restoreFromExtras()4261 final int N = mActionsToShowInCompact == null in makeMediaContentView()4263 : Math.min(mActionsToShowInCompact.length, MAX_MEDIA_BUTTONS_IN_COMPACT); in makeMediaContentView()4273 final Action action = mBuilder.mActions.get(mActionsToShowInCompact[i]); in makeMediaContentView()