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.java161 private final SparseArray<InProgressCallSession> mInProgressCallSessions = new SparseArray<>(); field in TelephonyMetrics
990 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in annotateInProgressCallSession()
1018 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in startNewCallSessionIfNeeded()
1022 mInProgressCallSessions.append(phoneId, callSession); in startNewCallSessionIfNeeded()
1116 mInProgressCallSessions.remove(inProgressCallSession.phoneId); in finishCallSession()
1665 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeRilHangup()
1688 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeRilAnswer()
1706 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeRilSrvcc()
1794 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeOnCallSolicitedResponse()
1965 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writePhoneState()
[all …]