Searched refs:mRatUsageMap (Results 1 – 1 of 1) sorted by relevance
41 private final Map<Key, Value> mRatUsageMap = new HashMap<>(); field in VoiceCallRatTracker67 return mRatUsageMap.entrySet().stream() in toProto()74 mRatUsageMap.clear(); in clear()108 Value value = mRatUsageMap.get(mLastKey); in conclude()114 mRatUsageMap.values().stream().forEach(Value::endSession); in conclude()125 that.mRatUsageMap.entrySet().stream() in mergeWith()128 this.mRatUsageMap.merge( in mergeWith()135 Value value = mRatUsageMap.get(key); in addToKey()137 mRatUsageMap.put(key, new Value(durationMillis, connectionIds)); in addToKey()144 mRatUsageMap.put(Key.fromProto(usage), Value.fromProto(usage)); in addProto()