Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java1892 private CharSequence mCancelLabel; field in Notification.Action.WearableExtender
1912 mCancelLabel = wearableBundle.getCharSequence(KEY_CANCEL_LABEL); in WearableExtender()
1934 if (mCancelLabel != null) { in extend()
1935 wearableBundle.putCharSequence(KEY_CANCEL_LABEL, mCancelLabel); in extend()
1948 that.mCancelLabel = this.mCancelLabel; in clone()
2038 mCancelLabel = label; in setCancelLabel()
2050 return mCancelLabel; in getCancelLabel()