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

/frameworks/base/core/java/android/app/
H A DNotification.java1321 private CharSequence mInProgressLabel; field in class:Notification.Action.WearableExtender
1341 mInProgressLabel = wearableBundle.getCharSequence(KEY_IN_PROGRESS_LABEL);
1359 if (mInProgressLabel != null) {
1360 wearableBundle.putCharSequence(KEY_IN_PROGRESS_LABEL, mInProgressLabel);
1377 that.mInProgressLabel = this.mInProgressLabel;
1420 mInProgressLabel = label;
1431 return mInProgressLabel;
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java2649 private CharSequence mInProgressLabel; field in class:NotificationCompat.Action.WearableExtender
2669 mInProgressLabel = wearableBundle.getCharSequence(KEY_IN_PROGRESS_LABEL);
2687 if (mInProgressLabel != null) {
2688 wearableBundle.putCharSequence(KEY_IN_PROGRESS_LABEL, mInProgressLabel);
2705 that.mInProgressLabel = this.mInProgressLabel;
2748 mInProgressLabel = label;
2759 return mInProgressLabel;

Completed in 53 milliseconds