Searched defs:KEY_ACTIONS (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
H A DNotification.java5824 private static final String KEY_ACTIONS = "actions"; field in class:Notification.WearableExtender
5877 List<Action> actions = wearableBundle.getParcelableArrayList(KEY_ACTIONS);
5916 wearableBundle.putParcelableArrayList(KEY_ACTIONS, mActions);
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java3002 private static final String KEY_ACTIONS = "actions"; field in class:NotificationCompat.WearableExtender
3060 wearableBundle.getParcelableArrayList(KEY_ACTIONS));
3100 wearableBundle.putParcelableArrayList(KEY_ACTIONS,

Completed in 716 milliseconds