Home
last modified time | relevance | path

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

/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java2828 private static final String EXTRA_WEARABLE_EXTENSIONS = "android.wearable.EXTENSIONS"; field in NotificationCompat.Action.WearableExtender
2863 Bundle wearableBundle = action.getExtras().getBundle(EXTRA_WEARABLE_EXTENSIONS); in WearableExtender()
2894 builder.getExtras().putBundle(EXTRA_WEARABLE_EXTENSIONS, wearableBundle); in extend()
3198 private static final String EXTRA_WEARABLE_EXTENSIONS = "android.wearable.EXTENSIONS"; field in NotificationCompat.WearableExtender
3255 Bundle wearableBundle = extras != null ? extras.getBundle(EXTRA_WEARABLE_EXTENSIONS) in WearableExtender()
3345 builder.getExtras().putBundle(EXTRA_WEARABLE_EXTENSIONS, wearableBundle); in extend()