Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
H A DTelephonyMetrics.java1037 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in annotateInProgressCallSession()
1065 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in startNewCallSessionIfNeeded()
1069 mInProgressCallSessions.append(phoneId, callSession); in startNewCallSessionIfNeeded()
1163 mInProgressCallSessions.remove(inProgressCallSession.phoneId); in finishCallSession()
1727 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeRilHangup()
1750 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeRilAnswer()
1856 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeOnCallSolicitedResponse()
2028 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writePhoneState()
2097 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeImsCallState()
2241 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeOnImsCallTerminated()
[all …]