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.java34 private CharSequence mGroupLabel; field in ConversationChannelWrapper
44 mGroupLabel = in.readCharSequence(); in ConversationChannelWrapper()
54 dest.writeCharSequence(mGroupLabel); in writeToParcel()
90 return mGroupLabel; in getGroupLabel()
94 mGroupLabel = groupLabel; in setGroupLabel()