Searched refs:mCancelLabel (Results 1 – 2 of 2) sorted by relevance
1899 private CharSequence mCancelLabel; field in Notification.Action.WearableExtender1919 mCancelLabel = wearableBundle.getCharSequence(KEY_CANCEL_LABEL); in WearableExtender()1941 if (mCancelLabel != null) { in extend()1942 wearableBundle.putCharSequence(KEY_CANCEL_LABEL, mCancelLabel); in extend()1955 that.mCancelLabel = this.mCancelLabel; in clone()2045 mCancelLabel = label; in setCancelLabel()2057 return mCancelLabel; in getCancelLabel()
7555 Landroid/app/Notification$Action$WearableExtender;->mCancelLabel:Ljava/lang/CharSequence;