Home
last modified time | relevance | path

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

/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java2651 private CharSequence mCancelLabel; field in NotificationCompat.Action.WearableExtender
2671 mCancelLabel = wearableBundle.getCharSequence(KEY_CANCEL_LABEL); in WearableExtender()
2693 if (mCancelLabel != null) { in extend()
2694 wearableBundle.putCharSequence(KEY_CANCEL_LABEL, mCancelLabel); in extend()
2707 that.mCancelLabel = this.mCancelLabel; in clone()
2792 mCancelLabel = label; in setCancelLabel()
2803 return mCancelLabel; in getCancelLabel()
/frameworks/base/core/java/android/app/
DNotification.java1323 private CharSequence mCancelLabel; field in Notification.Action.WearableExtender
1343 mCancelLabel = wearableBundle.getCharSequence(KEY_CANCEL_LABEL); in WearableExtender()
1365 if (mCancelLabel != null) { in extend()
1366 wearableBundle.putCharSequence(KEY_CANCEL_LABEL, mCancelLabel); in extend()
1379 that.mCancelLabel = this.mCancelLabel; in clone()
1464 mCancelLabel = label; in setCancelLabel()
1475 return mCancelLabel; in getCancelLabel()