Searched refs:wearableBundle (Results 1 – 2 of 2) sorted by relevance
2029 Bundle wearableBundle = action.getExtras().getBundle(EXTRA_WEARABLE_EXTENSIONS); in WearableExtender() local2030 if (wearableBundle != null) { in WearableExtender()2031 mFlags = wearableBundle.getInt(KEY_FLAGS, DEFAULT_FLAGS); in WearableExtender()2032 mInProgressLabel = wearableBundle.getCharSequence(KEY_IN_PROGRESS_LABEL); in WearableExtender()2033 mConfirmLabel = wearableBundle.getCharSequence(KEY_CONFIRM_LABEL); in WearableExtender()2034 mCancelLabel = wearableBundle.getCharSequence(KEY_CANCEL_LABEL); in WearableExtender()2045 Bundle wearableBundle = new Bundle(); in extend() local2048 wearableBundle.putInt(KEY_FLAGS, mFlags); in extend()2051 wearableBundle.putCharSequence(KEY_IN_PROGRESS_LABEL, mInProgressLabel); in extend()2054 wearableBundle.putCharSequence(KEY_CONFIRM_LABEL, mConfirmLabel); in extend()[all …]
1204 Bundle wearableBundle = action.getExtras().getBundle(EXTRA_WEARABLE_EXTENSIONS); in WearableExtender() local1205 if (wearableBundle != null) { in WearableExtender()1206 mFlags = wearableBundle.getInt(KEY_FLAGS, DEFAULT_FLAGS); in WearableExtender()1207 mInProgressLabel = wearableBundle.getCharSequence(KEY_IN_PROGRESS_LABEL); in WearableExtender()1208 mConfirmLabel = wearableBundle.getCharSequence(KEY_CONFIRM_LABEL); in WearableExtender()1209 mCancelLabel = wearableBundle.getCharSequence(KEY_CANCEL_LABEL); in WearableExtender()1220 Bundle wearableBundle = new Bundle(); in extend() local1223 wearableBundle.putInt(KEY_FLAGS, mFlags); in extend()1226 wearableBundle.putCharSequence(KEY_IN_PROGRESS_LABEL, mInProgressLabel); in extend()1229 wearableBundle.putCharSequence(KEY_CONFIRM_LABEL, mConfirmLabel); in extend()[all …]