Searched refs:mCompletedCallSessions (Results 1 – 1 of 1) sorted by relevance
156 private final Deque<TelephonyCallSession> mCompletedCallSessions = new ArrayDeque<>(); field in TelephonyMetrics448 for (TelephonyCallSession callSession : mCompletedCallSessions) { in printAllMetrics()593 mCompletedCallSessions.clear(); in reset()676 log.callSessions = new TelephonyCallSession[mCompletedCallSessions.size()]; in buildProto()677 mCompletedCallSessions.toArray(log.callSessions); in buildProto()1048 if (mCompletedCallSessions.size() >= MAX_COMPLETED_CALL_SESSIONS) { in finishCallSession()1049 mCompletedCallSessions.removeFirst(); in finishCallSession()1051 mCompletedCallSessions.add(callSession); in finishCallSession()