Searched refs:mCancelLabel (Results 1 – 2 of 2) sorted by relevance
2651 private CharSequence mCancelLabel; field in NotificationCompat.Action.WearableExtender2671 mCancelLabel = wearableBundle.getCharSequence(KEY_CANCEL_LABEL); in WearableExtender()2693 if (mCancelLabel != null) { in extend()2694 wearableBundle.putCharSequence(KEY_CANCEL_LABEL, mCancelLabel); in extend()2707 that.mCancelLabel = this.mCancelLabel; in clone()2792 mCancelLabel = label; in setCancelLabel()2803 return mCancelLabel; in getCancelLabel()
1323 private CharSequence mCancelLabel; field in Notification.Action.WearableExtender1343 mCancelLabel = wearableBundle.getCharSequence(KEY_CANCEL_LABEL); in WearableExtender()1365 if (mCancelLabel != null) { in extend()1366 wearableBundle.putCharSequence(KEY_CANCEL_LABEL, mCancelLabel); in extend()1379 that.mCancelLabel = this.mCancelLabel; in clone()1464 mCancelLabel = label; in setCancelLabel()1475 return mCancelLabel; in getCancelLabel()