Home
last modified time | relevance | path

Searched refs:mInProgressCallSessions (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java159 private final SparseArray<InProgressCallSession> mInProgressCallSessions = new SparseArray<>(); field in TelephonyMetrics
970 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in annotateInProgressCallSession()
998 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in startNewCallSessionIfNeeded()
1002 mInProgressCallSessions.append(phoneId, callSession); in startNewCallSessionIfNeeded()
1096 mInProgressCallSessions.remove(inProgressCallSession.phoneId); in finishCallSession()
1645 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeRilHangup()
1668 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeRilAnswer()
1686 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeRilSrvcc()
1774 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeOnCallSolicitedResponse()
1942 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writePhoneState()
[all …]