Lines Matching defs:actions

335      * Notification extras key: the indices of actions to be shown in the compact view,
452 public ArrayList<Parcelable> getParcelableArrayListForActions(Action[] actions);
510 public ArrayList<Parcelable> getParcelableArrayListForActions(Action[] actions) {
628 Action[] actions) {
629 return NotificationCompatJellybean.getParcelableArrayListForActions(actions);
733 Action[] actions) {
734 return NotificationCompatApi20.getParcelableArrayListForActions(actions);
793 ArrayList<Action> actions) {
794 for (Action action : actions) {
1806 * to attach actions.
1981 * Wearable extender for notification actions. To add extensions to an action,
2312 private static final String KEY_ACTIONS = "actions";
2363 Action[] actions = IMPL.getActionsFromParcelableArrayList(
2365 if (actions != null) {
2366 Collections.addAll(mActions, actions);
2467 * <p>When wearable actions are added using this method, the set of actions that
2468 * show on a wearable device splits from devices that only show actions added
2470 * of which actions display on different devices.
2482 * Adds wearable actions to this notification.
2484 * <p>When wearable actions are added using this method, the set of actions that
2485 * show on a wearable device splits from devices that only show actions added
2487 * of which actions display on different devices.
2489 * @param actions the actions to add to this notification
2493 public WearableExtender addActions(List<Action> actions) {
2494 mActions.addAll(actions);
2499 * Clear all wearable actions present on this builder.
2509 * Get the wearable actions present on this notification.
2672 * Set an action from this notification's actions to be clickable with the content of
2676 * <p>For notifications with multiple pages, child pages can also have content actions
2677 * set, although the list of available actions comes from the main notification and not
2681 * If wearable actions were added to the main notification, this index
2683 * actions list.
2695 * <p>For notifications with multiple pages, child pages can also have content actions
2696 * set, although the list of available actions comes from the main notification and not
2699 * <p>If wearable specific actions were added to the main notification, this index will
2700 * apply to that list, otherwise it will apply to the regular actions list.
3294 * Get the number of actions in this notification in a backwards compatible