Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DConversationChannelWrapper.java33 private CharSequence mGroupLabel; field in ConversationChannelWrapper
43 mGroupLabel = in.readCharSequence(); in ConversationChannelWrapper()
53 dest.writeCharSequence(mGroupLabel); in writeToParcel()
89 return mGroupLabel; in getGroupLabel()
93 mGroupLabel = groupLabel; in setGroupLabel()