Home | History | Annotate | Download | only in app

Lines Matching defs:EXTRA_WEARABLE_EXTENSIONS

3394             private static final String EXTRA_WEARABLE_EXTENSIONS = "android.wearable.EXTENSIONS";
3396 // Keys within EXTRA_WEARABLE_EXTENSIONS for wearable options.
3429 Bundle wearableBundle = action.getExtras().getBundle(EXTRA_WEARABLE_EXTENSIONS);
3460 builder.getExtras().putBundle(EXTRA_WEARABLE_EXTENSIONS, wearableBundle);
3772 private static final String EXTRA_WEARABLE_EXTENSIONS = "android.wearable.EXTENSIONS";
3774 // Keys within EXTRA_WEARABLE_EXTENSIONS for wearable options.
3829 Bundle wearableBundle = extras != null ? extras.getBundle(EXTRA_WEARABLE_EXTENSIONS)
3940 builder.getExtras().putBundle(EXTRA_WEARABLE_EXTENSIONS, wearableBundle);