Searched refs:mCancelLabel (Results 1 – 1 of 1) sorted by relevance
2848 private CharSequence mCancelLabel; field in NotificationCompat.Action.WearableExtender2868 mCancelLabel = wearableBundle.getCharSequence(KEY_CANCEL_LABEL); in WearableExtender()2890 if (mCancelLabel != null) { in extend()2891 wearableBundle.putCharSequence(KEY_CANCEL_LABEL, mCancelLabel); in extend()2904 that.mCancelLabel = this.mCancelLabel; in clone()2989 mCancelLabel = label; in setCancelLabel()3000 return mCancelLabel; in getCancelLabel()