Home
last modified time | relevance | path

Searched refs:wearableBundle (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java2863 Bundle wearableBundle = action.getExtras().getBundle(EXTRA_WEARABLE_EXTENSIONS); in WearableExtender() local
2864 if (wearableBundle != null) { in WearableExtender()
2865 mFlags = wearableBundle.getInt(KEY_FLAGS, DEFAULT_FLAGS); in WearableExtender()
2866 mInProgressLabel = wearableBundle.getCharSequence(KEY_IN_PROGRESS_LABEL); in WearableExtender()
2867 mConfirmLabel = wearableBundle.getCharSequence(KEY_CONFIRM_LABEL); in WearableExtender()
2868 mCancelLabel = wearableBundle.getCharSequence(KEY_CANCEL_LABEL); in WearableExtender()
2879 Bundle wearableBundle = new Bundle(); in extend() local
2882 wearableBundle.putInt(KEY_FLAGS, mFlags); in extend()
2885 wearableBundle.putCharSequence(KEY_IN_PROGRESS_LABEL, mInProgressLabel); in extend()
2888 wearableBundle.putCharSequence(KEY_CONFIRM_LABEL, mConfirmLabel); in extend()
[all …]