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

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java2848 private CharSequence mCancelLabel; field in class:NotificationCompat.Action.WearableExtender
2868 mCancelLabel = wearableBundle.getCharSequence(KEY_CANCEL_LABEL);
2890 if (mCancelLabel != null) {
2891 wearableBundle.putCharSequence(KEY_CANCEL_LABEL, mCancelLabel);
2904 that.mCancelLabel = this.mCancelLabel;
2989 mCancelLabel = label;
3000 return mCancelLabel;
/frameworks/base/core/java/android/app/
H A DNotification.java1576 private CharSequence mCancelLabel; field in class:Notification.Action.WearableExtender
1596 mCancelLabel = wearableBundle.getCharSequence(KEY_CANCEL_LABEL);
1618 if (mCancelLabel != null) {
1619 wearableBundle.putCharSequence(KEY_CANCEL_LABEL, mCancelLabel);
1632 that.mCancelLabel = this.mCancelLabel;
1717 mCancelLabel = label;
1728 return mCancelLabel;

Completed in 52 milliseconds