Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java1934 private CharSequence mCancelLabel; field in Notification.Action.WearableExtender
1954 mCancelLabel = wearableBundle.getCharSequence(KEY_CANCEL_LABEL); in WearableExtender()
1976 if (mCancelLabel != null) { in extend()
1977 wearableBundle.putCharSequence(KEY_CANCEL_LABEL, mCancelLabel); in extend()
1990 that.mCancelLabel = this.mCancelLabel; in clone()
2080 mCancelLabel = label; in setCancelLabel()
2092 return mCancelLabel; in getCancelLabel()