Searched refs:mActionsToShowInCompact (Results 1 – 2 of 2) sorted by relevance
8916 private int[] mActionsToShowInCompact = null; field in Notification.Builder.MediaStyle8937 mActionsToShowInCompact = actions; in setShowActionsInCompactView()8995 if (mActionsToShowInCompact != null) { in addExtras()8996 extras.putIntArray(EXTRA_COMPACT_ACTIONS, mActionsToShowInCompact); in addExtras()9011 mActionsToShowInCompact = extras.getIntArray(EXTRA_COMPACT_ACTIONS); in restoreFromExtras()9054 final int numActionsToShow = Math.min(mActionsToShowInCompact == null in makeMediaContentView()9055 ? 0 : mActionsToShowInCompact.length, MAX_MEDIA_BUTTONS_IN_COMPACT); in makeMediaContentView()9077 final Action action = mBuilder.mActions.get(mActionsToShowInCompact[i]); in makeMediaContentView()
7764 Landroid/app/Notification$MediaStyle;->mActionsToShowInCompact:[I