Searched refs:EXTRA_WEARABLE_EXTENSIONS (Results 1 – 1 of 1) sorted by relevance
2828 private static final String EXTRA_WEARABLE_EXTENSIONS = "android.wearable.EXTENSIONS"; field in NotificationCompat.Action.WearableExtender2863 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.WearableExtender3255 Bundle wearableBundle = extras != null ? extras.getBundle(EXTRA_WEARABLE_EXTENSIONS) in WearableExtender()3345 builder.getExtras().putBundle(EXTRA_WEARABLE_EXTENSIONS, wearableBundle); in extend()