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

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java3002 private CharSequence mCancelLabel; field in class:NotificationCompat.Action.WearableExtender
3022 mCancelLabel = wearableBundle.getCharSequence(KEY_CANCEL_LABEL);
3044 if (mCancelLabel != null) {
3045 wearableBundle.putCharSequence(KEY_CANCEL_LABEL, mCancelLabel);
3058 that.mCancelLabel = this.mCancelLabel;
3143 mCancelLabel = label;
3154 return mCancelLabel;
/frameworks/base/core/java/android/app/
H A DNotification.java1589 private CharSequence mCancelLabel; field in class:Notification.Action.WearableExtender
1609 mCancelLabel = wearableBundle.getCharSequence(KEY_CANCEL_LABEL);
1631 if (mCancelLabel != null) {
1632 wearableBundle.putCharSequence(KEY_CANCEL_LABEL, mCancelLabel);
1645 that.mCancelLabel = this.mCancelLabel;
1730 mCancelLabel = label;
1741 return mCancelLabel;

Completed in 158 milliseconds