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

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java3335 private static final String KEY_ACTIONS = "actions"; field in class:NotificationCompat.WearableExtender
3393 wearableBundle.getParcelableArrayList(KEY_ACTIONS);
3453 wearableBundle.putParcelableArrayList(KEY_ACTIONS, parcelables);
3455 wearableBundle.putParcelableArrayList(KEY_ACTIONS, null);
/frameworks/base/core/java/android/app/
H A DNotification.java7175 private static final String KEY_ACTIONS = "actions"; field in class:Notification.WearableExtender
7230 List<Action> actions = wearableBundle.getParcelableArrayList(KEY_ACTIONS);
7270 wearableBundle.putParcelableArrayList(KEY_ACTIONS, mActions);

Completed in 139 milliseconds