Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DNotificationGroup.java46 private String mGroupKey; field in NotificationGroup
112 mGroupKey = groupKey; in setGroupKey()
122 return mGroupKey; in getGroupKey()
321 if (mGroupKey == null) { in assertSameGroupKey()
323 } else if (!mGroupKey.equals(groupKey)) { in assertSameGroupKey()
326 "mGroupKey: " + mGroupKey + "; groupKey:" + groupKey); in assertSameGroupKey()
332 return mGroupKey + ": " + mNotifications.toString(); in toString()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/
H A DGroupCoalescer.java178 mLogger.logEarlyEmit(sbn.getKey(), requireNonNull(event.getBatch()).mGroupKey); in maybeEmitBatch()
182 mLogger.logMaxBatchTimeout(sbn.getKey(), batch.mGroupKey); in maybeEmitBatch()
243 if (batch != mBatches.get(batch.mGroupKey)) { in emitBatch()
244 throw new IllegalStateException("Cannot emit out-of-date batch " + batch.mGroupKey); in emitBatch()
247 throw new IllegalStateException("Batch " + batch.mGroupKey + " cannot be empty"); in emitBatch()
254 mBatches.remove(batch.mGroupKey); in emitBatch()
263 mLogger.logEmitBatch(batch.mGroupKey); in emitBatch()
299 pw.println(" Batch " + batch.mGroupKey + ":"); in dump()
H A DEventBatch.java32 final String mGroupKey; field in EventBatch
44 this.mGroupKey = groupKey; in EventBatch()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubble.java65 private final String mGroupKey; field in Bubble
178 mGroupKey = null; in Bubble()
198 mGroupKey = entry.getGroupKey(); in Bubble()
224 return mGroupKey; in getGroupKey()
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java1007 private String mGroupKey; field in Notification
1014 return mGroupKey; in getGroup()
2572 mGroupKey = parcel.readString8(); in readFromParcelImpl()
2687 that.mGroupKey = this.mGroupKey; in cloneInto()
3064 parcel.writeString8(mGroupKey); in writeToParcelImpl()
3363 proto.write(NotificationProto.GROUP_KEY, this.mGroupKey); in dumpDebug()
3429 if (this.mGroupKey != null) { in toString()
3431 sb.append(this.mGroupKey); in toString()
3640 return mGroupKey != null && (flags & FLAG_GROUP_SUMMARY) != 0; in isGroupSummary()
3648 return mGroupKey != null && (flags & FLAG_GROUP_SUMMARY) == 0; in isGroupChild()
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java7983 String mGroupKey;
8009 mGroupKey = groupKey;
8030 || !Objects.equals(mGroupKey, r.getGroupKey())
8051 || !Objects.equals(mGroupKey, r.getGroupKey())