Searched refs:mCompletedCallSessions (Results 1 – 1 of 1) sorted by relevance
133 private final Deque<TelephonyCallSession> mCompletedCallSessions = new ArrayDeque<>(); field in TelephonyMetrics367 for (TelephonyCallSession callSession : mCompletedCallSessions) { in printAllMetrics()452 mCompletedCallSessions.clear(); in reset()501 log.callSessions = new TelephonyCallSession[mCompletedCallSessions.size()]; in buildProto()502 mCompletedCallSessions.toArray(log.callSessions); in buildProto()786 if (mCompletedCallSessions.size() >= MAX_COMPLETED_CALL_SESSIONS) { in finishCallSession()787 mCompletedCallSessions.removeFirst(); in finishCallSession()789 mCompletedCallSessions.add(callSession); in finishCallSession()