Searched refs:mGroupKey (Results 1 – 1 of 1) sorted by relevance
904 private String mGroupKey; field in Notification911 return mGroupKey; in getGroup()2271 mGroupKey = parcel.readString(); in readFromParcelImpl()2384 that.mGroupKey = this.mGroupKey; in cloneInto()2700 parcel.writeString(mGroupKey); in writeToParcelImpl()2984 proto.write(NotificationProto.GROUP_KEY, this.mGroupKey); in writeToProto()3050 if (this.mGroupKey != null) { in toString()3052 sb.append(this.mGroupKey); in toString()3253 return mGroupKey != null && (flags & FLAG_GROUP_SUMMARY) != 0; in isGroupSummary()3261 return mGroupKey != null && (flags & FLAG_GROUP_SUMMARY) == 0; in isGroupChild()[all …]