Home
last modified time | relevance | path

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

/frameworks/support/v4/java/android/support/v4/app/
DNotificationCompat.java2002 private static final String KEY_CANCEL_LABEL = "cancelLabel"; field in NotificationCompat.Action.WearableExtender
2034 mCancelLabel = wearableBundle.getCharSequence(KEY_CANCEL_LABEL); in WearableExtender()
2057 wearableBundle.putCharSequence(KEY_CANCEL_LABEL, mCancelLabel); in extend()
/frameworks/base/core/java/android/app/
DNotification.java1177 private static final String KEY_CANCEL_LABEL = "cancelLabel"; field in Notification.Action.WearableExtender
1209 mCancelLabel = wearableBundle.getCharSequence(KEY_CANCEL_LABEL); in WearableExtender()
1232 wearableBundle.putCharSequence(KEY_CANCEL_LABEL, mCancelLabel); in extend()