Home | History | Annotate | Download | only in app

Lines Matching defs:EXTRA_WEARABLE_EXTENSIONS

1780             private static final String EXTRA_WEARABLE_EXTENSIONS = "android.wearable.EXTENSIONS";
1782 // Keys within EXTRA_WEARABLE_EXTENSIONS for wearable options.
1815 Bundle wearableBundle = action.getExtras().getBundle(EXTRA_WEARABLE_EXTENSIONS);
1846 builder.getExtras().putBundle(EXTRA_WEARABLE_EXTENSIONS, wearableBundle);
5655 clone.extras.remove(WearableExtender.EXTRA_WEARABLE_EXTENSIONS);
8290 private static final String EXTRA_WEARABLE_EXTENSIONS = "android.wearable.EXTENSIONS";
8292 // Keys within EXTRA_WEARABLE_EXTENSIONS for wearable options.
8346 Bundle wearableBundle = notif.extras.getBundle(EXTRA_WEARABLE_EXTENSIONS);
8432 builder.getExtras().putBundle(EXTRA_WEARABLE_EXTENSIONS, wearableBundle);