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

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java2988 private static final String KEY_CANCEL_LABEL = "cancelLabel"; field in class:NotificationCompat.Action.WearableExtender
3022 mCancelLabel = wearableBundle.getCharSequence(KEY_CANCEL_LABEL);
3045 wearableBundle.putCharSequence(KEY_CANCEL_LABEL, mCancelLabel);
/frameworks/base/core/java/android/app/
H A DNotification.java1575 private static final String KEY_CANCEL_LABEL = "cancelLabel"; field in class:Notification.Action.WearableExtender
1609 mCancelLabel = wearableBundle.getCharSequence(KEY_CANCEL_LABEL);
1632 wearableBundle.putCharSequence(KEY_CANCEL_LABEL, mCancelLabel);

Completed in 61 milliseconds