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

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java3394 private static final String EXTRA_WEARABLE_EXTENSIONS = "android.wearable.EXTENSIONS"; field in class:NotificationCompat.Action.WearableExtender
3396 // Keys within EXTRA_WEARABLE_EXTENSIONS for wearable options.
3429 Bundle wearableBundle = action.getExtras().getBundle(EXTRA_WEARABLE_EXTENSIONS);
3460 builder.getExtras().putBundle(EXTRA_WEARABLE_EXTENSIONS, wearableBundle);
3772 private static final String EXTRA_WEARABLE_EXTENSIONS = "android.wearable.EXTENSIONS"; field in class:NotificationCompat.WearableExtender
3774 // Keys within EXTRA_WEARABLE_EXTENSIONS for wearable options.
3829 Bundle wearableBundle = extras != null ? extras.getBundle(EXTRA_WEARABLE_EXTENSIONS)
3940 builder.getExtras().putBundle(EXTRA_WEARABLE_EXTENSIONS, wearableBundle);
/frameworks/base/core/java/android/app/
H A DNotification.java1780 private static final String EXTRA_WEARABLE_EXTENSIONS = "android.wearable.EXTENSIONS"; field in class:Notification.Action.WearableExtender
1782 // Keys within EXTRA_WEARABLE_EXTENSIONS for wearable options.
1815 Bundle wearableBundle = action.getExtras().getBundle(EXTRA_WEARABLE_EXTENSIONS);
1846 builder.getExtras().putBundle(EXTRA_WEARABLE_EXTENSIONS, wearableBundle);
5655 clone.extras.remove(WearableExtender.EXTRA_WEARABLE_EXTENSIONS);
8290 private static final String EXTRA_WEARABLE_EXTENSIONS = "android.wearable.EXTENSIONS"; field in class:Notification.WearableExtender
8292 // Keys within EXTRA_WEARABLE_EXTENSIONS for wearable options.
8346 Bundle wearableBundle = notif.extras.getBundle(EXTRA_WEARABLE_EXTENSIONS);
8432 builder.getExtras().putBundle(EXTRA_WEARABLE_EXTENSIONS, wearableBundle);

Completed in 50 milliseconds