Searched defs:KEY_CANCEL_LABEL (Results 1 - 2 of 2) sorted by last modified time

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java2558 private static final String KEY_CANCEL_LABEL = "cancelLabel"; field in class:NotificationCompat.Action.WearableExtender
2591 mCancelLabel = wearableBundle.getCharSequence(KEY_CANCEL_LABEL);
2614 wearableBundle.putCharSequence(KEY_CANCEL_LABEL, mCancelLabel);
/frameworks/base/core/java/android/app/
H A DNotification.java1305 private static final String KEY_CANCEL_LABEL = "cancelLabel"; field in class:Notification.Action.WearableExtender
1338 mCancelLabel = wearableBundle.getCharSequence(KEY_CANCEL_LABEL);
1361 wearableBundle.putCharSequence(KEY_CANCEL_LABEL, mCancelLabel);

Completed in 43 milliseconds