Searched refs:EXTRA_WEARABLE_EXTENSIONS (Results 1 – 2 of 2) sorted by relevance
2326 private static final String EXTRA_WEARABLE_EXTENSIONS = "android.wearable.EXTENSIONS"; field in Notification.Action.WearableExtender2361 Bundle wearableBundle = action.getExtras().getBundle(EXTRA_WEARABLE_EXTENSIONS); in WearableExtender()2392 builder.getExtras().putBundle(EXTRA_WEARABLE_EXTENSIONS, wearableBundle); in extend()3034 if (extras != null && extras.containsKey(WearableExtender.EXTRA_WEARABLE_EXTENSIONS)) { in visitUris()11874 private static final String EXTRA_WEARABLE_EXTENSIONS = "android.wearable.EXTENSIONS"; field in Notification.Builder.WearableExtender11930 Bundle wearableBundle = notif.extras.getBundle(EXTRA_WEARABLE_EXTENSIONS); in WearableExtender()12028 builder.getExtras().putBundle(EXTRA_WEARABLE_EXTENSIONS, wearableBundle); in extend()
7544 Landroid/app/Notification$Action$WearableExtender;->EXTRA_WEARABLE_EXTENSIONS:Ljava/lang/String;7875 Landroid/app/Notification$WearableExtender;->EXTRA_WEARABLE_EXTENSIONS:Ljava/lang/String;