Home
last modified time | relevance | path

Searched refs:mCancelLabel (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java2197 private CharSequence mCancelLabel; field in Notification.Action.WearableExtender
2217 mCancelLabel = wearableBundle.getCharSequence(KEY_CANCEL_LABEL); in WearableExtender()
2239 if (mCancelLabel != null) { in extend()
2240 wearableBundle.putCharSequence(KEY_CANCEL_LABEL, mCancelLabel); in extend()
2253 that.mCancelLabel = this.mCancelLabel; in clone()
2343 mCancelLabel = label; in setCancelLabel()
2355 return mCancelLabel; in getCancelLabel()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt7552 Landroid/app/Notification$Action$WearableExtender;->mCancelLabel:Ljava/lang/CharSequence;