Searched defs:mInProgressLabel (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java2846 private CharSequence mInProgressLabel; field in class:NotificationCompat.Action.WearableExtender
2866 mInProgressLabel = wearableBundle.getCharSequence(KEY_IN_PROGRESS_LABEL);
2884 if (mInProgressLabel != null) {
2885 wearableBundle.putCharSequence(KEY_IN_PROGRESS_LABEL, mInProgressLabel);
2902 that.mInProgressLabel = this.mInProgressLabel;
2945 mInProgressLabel = label;
2956 return mInProgressLabel;
/frameworks/base/core/java/android/app/
H A DNotification.java1574 private CharSequence mInProgressLabel; field in class:Notification.Action.WearableExtender
1594 mInProgressLabel = wearableBundle.getCharSequence(KEY_IN_PROGRESS_LABEL);
1612 if (mInProgressLabel != null) {
1613 wearableBundle.putCharSequence(KEY_IN_PROGRESS_LABEL, mInProgressLabel);
1630 that.mInProgressLabel = this.mInProgressLabel;
1673 mInProgressLabel = label;
1684 return mInProgressLabel;

Completed in 46 milliseconds