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

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java3414 private CharSequence mCancelLabel; field in class:NotificationCompat.Action.WearableExtender
3434 mCancelLabel = wearableBundle.getCharSequence(KEY_CANCEL_LABEL);
3456 if (mCancelLabel != null) {
3457 wearableBundle.putCharSequence(KEY_CANCEL_LABEL, mCancelLabel);
3470 that.mCancelLabel = this.mCancelLabel;
3560 mCancelLabel = label;
3572 return mCancelLabel;
/frameworks/base/core/java/android/app/
H A DNotification.java1800 private CharSequence mCancelLabel; field in class:Notification.Action.WearableExtender
1820 mCancelLabel = wearableBundle.getCharSequence(KEY_CANCEL_LABEL);
1842 if (mCancelLabel != null) {
1843 wearableBundle.putCharSequence(KEY_CANCEL_LABEL, mCancelLabel);
1856 that.mCancelLabel = this.mCancelLabel;
1946 mCancelLabel = label;
1958 return mCancelLabel;

Completed in 137 milliseconds