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

/frameworks/base/core/java/android/app/
H A DNotification.java1318 private CharSequence mCancelLabel; field in class:Notification.Action.WearableExtender
1338 mCancelLabel = wearableBundle.getCharSequence(KEY_CANCEL_LABEL);
1360 if (mCancelLabel != null) {
1361 wearableBundle.putCharSequence(KEY_CANCEL_LABEL, mCancelLabel);
1374 that.mCancelLabel = this.mCancelLabel;
1459 mCancelLabel = label;
1470 return mCancelLabel;
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java2571 private CharSequence mCancelLabel; field in class:NotificationCompat.Action.WearableExtender
2591 mCancelLabel = wearableBundle.getCharSequence(KEY_CANCEL_LABEL);
2613 if (mCancelLabel != null) {
2614 wearableBundle.putCharSequence(KEY_CANCEL_LABEL, mCancelLabel);
2627 that.mCancelLabel = this.mCancelLabel;
2712 mCancelLabel = label;
2723 return mCancelLabel;

Completed in 33 milliseconds