Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java2278 private CharSequence mInProgressLabel; field in Notification.Action.WearableExtender
2298 mInProgressLabel = wearableBundle.getCharSequence(KEY_IN_PROGRESS_LABEL); in WearableExtender()
2316 if (mInProgressLabel != null) { in extend()
2317 wearableBundle.putCharSequence(KEY_IN_PROGRESS_LABEL, mInProgressLabel); in extend()
2334 that.mInProgressLabel = this.mInProgressLabel; in clone()
2378 mInProgressLabel = label; in setInProgressLabel()
2390 return mInProgressLabel; in getInProgressLabel()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt7555 Landroid/app/Notification$Action$WearableExtender;->mInProgressLabel:Ljava/lang/CharSequence;