Searched refs:mInProgressCallSessions (Results 1 – 1 of 1) sorted by relevance
130 private final SparseArray<InProgressCallSession> mInProgressCallSessions = new SparseArray<>(); field in TelephonyMetrics675 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in annotateInProgressCallSession()703 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in startNewCallSessionIfNeeded()707 mInProgressCallSessions.append(phoneId, callSession); in startNewCallSessionIfNeeded()790 mInProgressCallSessions.remove(inProgressCallSession.phoneId); in finishCallSession()1277 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeRilHangup()1300 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeRilAnswer()1318 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeRilSrvcc()1408 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeOnCallSolicitedResponse()1523 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writePhoneState()[all …]