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.java173 private final SparseArray<InProgressCallSession> mInProgressCallSessions = new SparseArray<>(); field in TelephonyMetrics
1033 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in annotateInProgressCallSession()
1061 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in startNewCallSessionIfNeeded()
1065 mInProgressCallSessions.append(phoneId, callSession); in startNewCallSessionIfNeeded()
1159 mInProgressCallSessions.remove(inProgressCallSession.phoneId); in finishCallSession()
1723 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeRilHangup()
1746 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeRilAnswer()
1764 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeRilSrvcc()
1852 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeOnCallSolicitedResponse()
2024 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writePhoneState()
[all …]