Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationGroup.java38 private String mGroupKey; field in NotificationGroup
66 mGroupKey = groupKey; in setGroupKey()
76 return mGroupKey; in getGroupKey()
225 if (mGroupKey == null) { in assertSameGroupKey()
227 } else if (!mGroupKey.equals(groupKey)) { in assertSameGroupKey()
230 "mGroupKey: " + mGroupKey + "; groupKey:" + groupKey); in assertSameGroupKey()