Searched refs:mCancelLabel (Results 1 – 1 of 1) sorted by relevance
1934 private CharSequence mCancelLabel; field in Notification.Action.WearableExtender1954 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()