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.java153 private final SparseArray<InProgressCallSession> mInProgressCallSessions = new SparseArray<>(); field in TelephonyMetrics
926 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in annotateInProgressCallSession()
954 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in startNewCallSessionIfNeeded()
958 mInProgressCallSessions.append(phoneId, callSession); in startNewCallSessionIfNeeded()
1052 mInProgressCallSessions.remove(inProgressCallSession.phoneId); in finishCallSession()
1586 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeRilHangup()
1609 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeRilAnswer()
1627 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeRilSrvcc()
1715 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeOnCallSolicitedResponse()
1883 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writePhoneState()
[all …]