Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java897 private String mGroupKey; field in Notification
904 return mGroupKey; in getGroup()
2264 mGroupKey = parcel.readString(); in readFromParcelImpl()
2377 that.mGroupKey = this.mGroupKey; in cloneInto()
2693 parcel.writeString(mGroupKey); in writeToParcelImpl()
2977 proto.write(NotificationProto.GROUP_KEY, this.mGroupKey); in writeToProto()
3043 if (this.mGroupKey != null) { in toString()
3045 sb.append(this.mGroupKey); in toString()
3246 return mGroupKey != null && (flags & FLAG_GROUP_SUMMARY) != 0; in isGroupSummary()
3254 return mGroupKey != null && (flags & FLAG_GROUP_SUMMARY) == 0; in isGroupChild()
[all …]