Searched refs:mGroupKey (Results 1 – 5 of 5) sorted by relevance
186 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()
32 final String mGroupKey; field in EventBatch44 this.mGroupKey = groupKey; in EventBatch()
36 private final String mGroupKey; field in NotificationRecordExtractorData64 mGroupKey = groupKey; in NotificationRecordExtractorData()87 || !Objects.equals(mGroupKey, r.getGroupKey()) in hasDiffForRankingLocked()110 || !Objects.equals(mGroupKey, r.getGroupKey()) in hasDiffForLoggingLocked()
74 private final String mGroupKey; field in Bubble208 mGroupKey = null; in Bubble()232 mGroupKey = null; in Bubble()279 mGroupKey = entry.getGroupKey(); in Bubble()322 return mGroupKey; in getGroupKey()
1046 private String mGroupKey; field in Notification1053 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 …]