Searched refs:mCompletedCallSessions (Results 1 – 1 of 1) sorted by relevance
125 private final Deque<TelephonyCallSession> mCompletedCallSessions = new ArrayDeque<>(); field in TelephonyMetrics357 for (TelephonyCallSession callSession : mCompletedCallSessions) { in printAllMetrics()427 mCompletedCallSessions.clear(); in reset()476 log.callSessions = new TelephonyCallSession[mCompletedCallSessions.size()]; in buildProto()477 mCompletedCallSessions.toArray(log.callSessions); in buildProto()742 if (mCompletedCallSessions.size() >= MAX_COMPLETED_CALL_SESSIONS) { in finishCallSession()743 mCompletedCallSessions.removeFirst(); in finishCallSession()745 mCompletedCallSessions.add(callSession); in finishCallSession()