Searched refs:mCompletedCallSessions (Results 1 – 1 of 1) sorted by relevance
176 private final Deque<TelephonyCallSession> mCompletedCallSessions = new ArrayDeque<>(); field in TelephonyMetrics489 for (TelephonyCallSession callSession : mCompletedCallSessions) { in printAllMetrics()667 mCompletedCallSessions.clear(); in reset()766 log.callSessions = new TelephonyCallSession[mCompletedCallSessions.size()]; in buildProto()767 mCompletedCallSessions.toArray(log.callSessions); in buildProto()1155 if (mCompletedCallSessions.size() >= MAX_COMPLETED_CALL_SESSIONS) { in finishCallSession()1156 mCompletedCallSessions.removeFirst(); in finishCallSession()1158 mCompletedCallSessions.add(callSession); in finishCallSession()