Searched refs:mCancelLabel (Results 1 – 2 of 2) sorted by relevance
2014 private CharSequence mCancelLabel; field in NotificationCompat.Action.WearableExtender2034 mCancelLabel = wearableBundle.getCharSequence(KEY_CANCEL_LABEL); in WearableExtender()2056 if (mCancelLabel != null) { in extend()2057 wearableBundle.putCharSequence(KEY_CANCEL_LABEL, mCancelLabel); in extend()2070 that.mCancelLabel = this.mCancelLabel; in clone()2155 mCancelLabel = label; in setCancelLabel()2166 return mCancelLabel; in getCancelLabel()
1189 private CharSequence mCancelLabel; field in Notification.Action.WearableExtender1209 mCancelLabel = wearableBundle.getCharSequence(KEY_CANCEL_LABEL); in WearableExtender()1231 if (mCancelLabel != null) { in extend()1232 wearableBundle.putCharSequence(KEY_CANCEL_LABEL, mCancelLabel); in extend()1245 that.mCancelLabel = this.mCancelLabel; in clone()1330 mCancelLabel = label; in setCancelLabel()1341 return mCancelLabel; in getCancelLabel()