Searched refs:mCompletedCallSessions (Results 1 – 1 of 1) sorted by relevance
162 private final Deque<TelephonyCallSession> mCompletedCallSessions = new ArrayDeque<>(); field in TelephonyMetrics469 for (TelephonyCallSession callSession : mCompletedCallSessions) { in printAllMetrics()616 mCompletedCallSessions.clear(); in reset()706 log.callSessions = new TelephonyCallSession[mCompletedCallSessions.size()]; in buildProto()707 mCompletedCallSessions.toArray(log.callSessions); in buildProto()1092 if (mCompletedCallSessions.size() >= MAX_COMPLETED_CALL_SESSIONS) { in finishCallSession()1093 mCompletedCallSessions.removeFirst(); in finishCallSession()1095 mCompletedCallSessions.add(callSession); in finishCallSession()