Searched refs:mCancelLabel (Results 1 – 2 of 2) sorted by relevance
2189 private CharSequence mCancelLabel; field in Notification.Action.WearableExtender2209 mCancelLabel = wearableBundle.getCharSequence(KEY_CANCEL_LABEL); in WearableExtender()2231 if (mCancelLabel != null) { in extend()2232 wearableBundle.putCharSequence(KEY_CANCEL_LABEL, mCancelLabel); in extend()2245 that.mCancelLabel = this.mCancelLabel; in clone()2335 mCancelLabel = label; in setCancelLabel()2347 return mCancelLabel; in getCancelLabel()
7552 Landroid/app/Notification$Action$WearableExtender;->mCancelLabel:Ljava/lang/CharSequence;