Searched refs:mActionsToShowInCompact (Results 1 – 2 of 2) sorted by relevance
8847 private int[] mActionsToShowInCompact = null; field in Notification.Builder.MediaStyle8868 mActionsToShowInCompact = actions; in setShowActionsInCompactView()8926 if (mActionsToShowInCompact != null) { in addExtras()8927 extras.putIntArray(EXTRA_COMPACT_ACTIONS, mActionsToShowInCompact); in addExtras()8942 mActionsToShowInCompact = extras.getIntArray(EXTRA_COMPACT_ACTIONS); in restoreFromExtras()8985 final int numActionsToShow = Math.min(mActionsToShowInCompact == null in makeMediaContentView()8986 ? 0 : mActionsToShowInCompact.length, MAX_MEDIA_BUTTONS_IN_COMPACT); in makeMediaContentView()9008 final Action action = mBuilder.mActions.get(mActionsToShowInCompact[i]); in makeMediaContentView()
7764 Landroid/app/Notification$MediaStyle;->mActionsToShowInCompact:[I