Searched refs:mInProgressLabel (Results 1 – 2 of 2) sorted by relevance
2278 private CharSequence mInProgressLabel; field in Notification.Action.WearableExtender2298 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()
7555 Landroid/app/Notification$Action$WearableExtender;->mInProgressLabel:Ljava/lang/CharSequence;