Searched refs:mInProgressLabel (Results 1 – 2 of 2) sorted by relevance
2344 private CharSequence mInProgressLabel; field in Notification.Action.WearableExtender2364 mInProgressLabel = wearableBundle.getCharSequence(KEY_IN_PROGRESS_LABEL); in WearableExtender()2382 if (mInProgressLabel != null) { in extend()2383 wearableBundle.putCharSequence(KEY_IN_PROGRESS_LABEL, mInProgressLabel); in extend()2400 that.mInProgressLabel = this.mInProgressLabel; in clone()2444 mInProgressLabel = label; in setInProgressLabel()2456 return mInProgressLabel; in getInProgressLabel()
7555 Landroid/app/Notification$Action$WearableExtender;->mInProgressLabel:Ljava/lang/CharSequence;