Searched refs:mInProgressLabel (Results 1 – 2 of 2) sorted by relevance
1897 private CharSequence mInProgressLabel; field in Notification.Action.WearableExtender1917 mInProgressLabel = wearableBundle.getCharSequence(KEY_IN_PROGRESS_LABEL); in WearableExtender()1935 if (mInProgressLabel != null) { in extend()1936 wearableBundle.putCharSequence(KEY_IN_PROGRESS_LABEL, mInProgressLabel); in extend()1953 that.mInProgressLabel = this.mInProgressLabel; in clone()1997 mInProgressLabel = label; in setInProgressLabel()2009 return mInProgressLabel; in getInProgressLabel()
7558 Landroid/app/Notification$Action$WearableExtender;->mInProgressLabel:Ljava/lang/CharSequence;