Searched refs:mActionsToShowInCompact (Results 1 – 2 of 2) sorted by relevance
10097 private int[] mActionsToShowInCompact = null; field in Notification.Builder.MediaStyle10121 mActionsToShowInCompact = actions; in setShowActionsInCompactView()10206 if (mActionsToShowInCompact != null) { in addExtras()10207 extras.putIntArray(EXTRA_COMPACT_ACTIONS, mActionsToShowInCompact); in addExtras()10231 mActionsToShowInCompact = extras.getIntArray(EXTRA_COMPACT_ACTIONS); in restoreFromExtras()10284 final int numActionsToShow = Math.min(mActionsToShowInCompact == null in makeMediaContentView()10285 ? 0 : mActionsToShowInCompact.length, MAX_MEDIA_BUTTONS_IN_COMPACT); in makeMediaContentView()10307 final Action action = mBuilder.mActions.get(mActionsToShowInCompact[i]); in makeMediaContentView()
7764 Landroid/app/Notification$MediaStyle;->mActionsToShowInCompact:[I