Home
last modified time | relevance | path

Searched refs:EXTRA_WEARABLE_EXTENSIONS (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
DNotification.java1872 private static final String EXTRA_WEARABLE_EXTENSIONS = "android.wearable.EXTENSIONS"; field in Notification.Action.WearableExtender
1907 Bundle wearableBundle = action.getExtras().getBundle(EXTRA_WEARABLE_EXTENSIONS); in WearableExtender()
1938 builder.getExtras().putBundle(EXTRA_WEARABLE_EXTENSIONS, wearableBundle); in extend()
5982 clone.extras.remove(WearableExtender.EXTRA_WEARABLE_EXTENSIONS);
9036 private static final String EXTRA_WEARABLE_EXTENSIONS = "android.wearable.EXTENSIONS"; field in Notification.Builder.WearableExtender
9092 Bundle wearableBundle = notif.extras.getBundle(EXTRA_WEARABLE_EXTENSIONS); in WearableExtender()
9178 builder.getExtras().putBundle(EXTRA_WEARABLE_EXTENSIONS, wearableBundle); in extend()