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

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java2982 private static final String EXTRA_WEARABLE_EXTENSIONS = "android.wearable.EXTENSIONS"; field in class:NotificationCompat.Action.WearableExtender
2984 // Keys within EXTRA_WEARABLE_EXTENSIONS for wearable options.
3017 Bundle wearableBundle = action.getExtras().getBundle(EXTRA_WEARABLE_EXTENSIONS);
3048 builder.getExtras().putBundle(EXTRA_WEARABLE_EXTENSIONS, wearableBundle);
3332 private static final String EXTRA_WEARABLE_EXTENSIONS = "android.wearable.EXTENSIONS"; field in class:NotificationCompat.WearableExtender
3334 // Keys within EXTRA_WEARABLE_EXTENSIONS for wearable options.
3389 Bundle wearableBundle = extras != null ? extras.getBundle(EXTRA_WEARABLE_EXTENSIONS)
3500 builder.getExtras().putBundle(EXTRA_WEARABLE_EXTENSIONS, wearableBundle);
/frameworks/base/core/java/android/app/
H A DNotification.java1569 private static final String EXTRA_WEARABLE_EXTENSIONS = "android.wearable.EXTENSIONS"; field in class:Notification.Action.WearableExtender
1571 // Keys within EXTRA_WEARABLE_EXTENSIONS for wearable options.
1604 Bundle wearableBundle = action.getExtras().getBundle(EXTRA_WEARABLE_EXTENSIONS);
1635 builder.getExtras().putBundle(EXTRA_WEARABLE_EXTENSIONS, wearableBundle);
5047 clone.extras.remove(WearableExtender.EXTRA_WEARABLE_EXTENSIONS);
7172 private static final String EXTRA_WEARABLE_EXTENSIONS = "android.wearable.EXTENSIONS"; field in class:Notification.WearableExtender
7174 // Keys within EXTRA_WEARABLE_EXTENSIONS for wearable options.
7228 Bundle wearableBundle = notif.extras.getBundle(EXTRA_WEARABLE_EXTENSIONS);
7314 builder.getExtras().putBundle(EXTRA_WEARABLE_EXTENSIONS, wearableBundle);

Completed in 29 milliseconds