Home
last modified time | relevance | path

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

/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java2846 private CharSequence mInProgressLabel; field in NotificationCompat.Action.WearableExtender
2866 mInProgressLabel = wearableBundle.getCharSequence(KEY_IN_PROGRESS_LABEL); in WearableExtender()
2884 if (mInProgressLabel != null) { in extend()
2885 wearableBundle.putCharSequence(KEY_IN_PROGRESS_LABEL, mInProgressLabel); in extend()
2902 that.mInProgressLabel = this.mInProgressLabel; in clone()
2945 mInProgressLabel = label; in setInProgressLabel()
2956 return mInProgressLabel; in getInProgressLabel()