Searched refs:mCompletedCallSessions (Results 1 – 1 of 1) sorted by relevance
176 private final Deque<TelephonyCallSession> mCompletedCallSessions = new ArrayDeque<>(); field in TelephonyMetrics491 for (TelephonyCallSession callSession : mCompletedCallSessions) { in printAllMetrics()669 mCompletedCallSessions.clear(); in reset()770 log.callSessions = new TelephonyCallSession[mCompletedCallSessions.size()]; in buildProto()771 mCompletedCallSessions.toArray(log.callSessions); in buildProto()1159 if (mCompletedCallSessions.size() >= MAX_COMPLETED_CALL_SESSIONS) { in finishCallSession()1160 mCompletedCallSessions.removeFirst(); in finishCallSession()1162 mCompletedCallSessions.add(callSession); in finishCallSession()