Searched refs:EXTRA_WEARABLE_EXTENSIONS (Results 1 – 2 of 2) sorted by relevance
1879 private static final String EXTRA_WEARABLE_EXTENSIONS = "android.wearable.EXTENSIONS"; field in Notification.Action.WearableExtender1914 Bundle wearableBundle = action.getExtras().getBundle(EXTRA_WEARABLE_EXTENSIONS); in WearableExtender()1945 builder.getExtras().putBundle(EXTRA_WEARABLE_EXTENSIONS, wearableBundle); in extend()5982 clone.extras.remove(WearableExtender.EXTRA_WEARABLE_EXTENSIONS);9059 private static final String EXTRA_WEARABLE_EXTENSIONS = "android.wearable.EXTENSIONS"; field in Notification.Builder.WearableExtender9115 Bundle wearableBundle = notif.extras.getBundle(EXTRA_WEARABLE_EXTENSIONS); in WearableExtender()9201 builder.getExtras().putBundle(EXTRA_WEARABLE_EXTENSIONS, wearableBundle); in extend()
7547 Landroid/app/Notification$Action$WearableExtender;->EXTRA_WEARABLE_EXTENSIONS:Ljava/lang/String;7878 Landroid/app/Notification$WearableExtender;->EXTRA_WEARABLE_EXTENSIONS:Ljava/lang/String;