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

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java3412 private CharSequence mInProgressLabel; field in class:NotificationCompat.Action.WearableExtender
3432 mInProgressLabel = wearableBundle.getCharSequence(KEY_IN_PROGRESS_LABEL);
3450 if (mInProgressLabel != null) {
3451 wearableBundle.putCharSequence(KEY_IN_PROGRESS_LABEL, mInProgressLabel);
3468 that.mInProgressLabel = this.mInProgressLabel;
3512 mInProgressLabel = label;
3524 return mInProgressLabel;
/frameworks/base/core/java/android/app/
H A DNotification.java1798 private CharSequence mInProgressLabel; field in class:Notification.Action.WearableExtender
1818 mInProgressLabel = wearableBundle.getCharSequence(KEY_IN_PROGRESS_LABEL);
1836 if (mInProgressLabel != null) {
1837 wearableBundle.putCharSequence(KEY_IN_PROGRESS_LABEL, mInProgressLabel);
1854 that.mInProgressLabel = this.mInProgressLabel;
1898 mInProgressLabel = label;
1910 return mInProgressLabel;

Completed in 32 milliseconds