Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java1920 private static final String KEY_CANCEL_LABEL = "cancelLabel"; field in Notification.Action.WearableExtender
1954 mCancelLabel = wearableBundle.getCharSequence(KEY_CANCEL_LABEL); in WearableExtender()
1977 wearableBundle.putCharSequence(KEY_CANCEL_LABEL, mCancelLabel); in extend()