Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/
H A DGroupCoalescer.java186 mLogger.logEarlyEmit(sbn.getKey(), requireNonNull(event.getBatch()).mGroupKey); in maybeEmitBatch()
190 mLogger.logMaxBatchTimeout(sbn.getKey(), batch.mGroupKey); in maybeEmitBatch()
251 if (batch != mBatches.get(batch.mGroupKey)) { in emitBatch()
252 throw new IllegalStateException("Cannot emit out-of-date batch " + batch.mGroupKey); in emitBatch()
255 throw new IllegalStateException("Batch " + batch.mGroupKey + " cannot be empty"); in emitBatch()
262 mBatches.remove(batch.mGroupKey); in emitBatch()
272 mLogger.logEmitBatch(batch.mGroupKey, batch.mMembers.size(), batchAge); in emitBatch()
308 pw.println(" Batch " + batch.mGroupKey + ":"); in dump()
H A DEventBatch.java32 final String mGroupKey; field in EventBatch
44 this.mGroupKey = groupKey; in EventBatch()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecordExtractorData.java36 private final String mGroupKey; field in NotificationRecordExtractorData
64 mGroupKey = groupKey; in NotificationRecordExtractorData()
87 || !Objects.equals(mGroupKey, r.getGroupKey()) in hasDiffForRankingLocked()
110 || !Objects.equals(mGroupKey, r.getGroupKey()) in hasDiffForLoggingLocked()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubble.java74 private final String mGroupKey; field in Bubble
208 mGroupKey = null; in Bubble()
232 mGroupKey = null; in Bubble()
279 mGroupKey = entry.getGroupKey(); in Bubble()
322 return mGroupKey; in getGroupKey()
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java1046 private String mGroupKey; field in Notification
1053 return mGroupKey; in getGroup()
2655 mGroupKey = parcel.readString8(); in readFromParcelImpl()
2770 that.mGroupKey = this.mGroupKey; in cloneInto()
3171 parcel.writeString8(mGroupKey); in writeToParcelImpl()
3510 proto.write(NotificationProto.GROUP_KEY, this.mGroupKey); in dumpDebug()
3576 if (this.mGroupKey != null) { in toString()
3578 sb.append(this.mGroupKey); in toString()
3787 return mGroupKey != null && (flags & FLAG_GROUP_SUMMARY) != 0; in isGroupSummary()
3795 return mGroupKey != null && (flags & FLAG_GROUP_SUMMARY) == 0; in isGroupChild()
[all …]