Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java2195 private CharSequence mInProgressLabel; field in Notification.Action.WearableExtender
2215 mInProgressLabel = wearableBundle.getCharSequence(KEY_IN_PROGRESS_LABEL); in WearableExtender()
2233 if (mInProgressLabel != null) { in extend()
2234 wearableBundle.putCharSequence(KEY_IN_PROGRESS_LABEL, mInProgressLabel); in extend()
2251 that.mInProgressLabel = this.mInProgressLabel; in clone()
2295 mInProgressLabel = label; in setInProgressLabel()
2307 return mInProgressLabel; in getInProgressLabel()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt7555 Landroid/app/Notification$Action$WearableExtender;->mInProgressLabel:Ljava/lang/CharSequence;