Searched refs:mGroupKey (Results 1 – 6 of 6) sorted by relevance
46 private String mGroupKey; field in NotificationGroup112 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()
178 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()
32 final String mGroupKey; field in EventBatch44 this.mGroupKey = groupKey; in EventBatch()
65 private final String mGroupKey; field in Bubble178 mGroupKey = null; in Bubble()198 mGroupKey = entry.getGroupKey(); in Bubble()224 return mGroupKey; in getGroupKey()
1007 private String mGroupKey; field in Notification1014 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 …]
7983 String mGroupKey;8009 mGroupKey = groupKey;8030 || !Objects.equals(mGroupKey, r.getGroupKey())8051 || !Objects.equals(mGroupKey, r.getGroupKey())