Searched refs:mCallProtos (Results 1 – 1 of 1) sorted by relevance
109 private final SparseArray<VoiceCallSession> mCallProtos = new SparseArray<>(); field in VoiceCallSessionStats152 if (mCallProtos.get(id) == null) { in onRilCallListChanged()156 checkCallSetup(conn, mCallProtos.get(id)); in onRilCallListChanged()161 VoiceCallSession proto = mCallProtos.get(id); in onRilCallListChanged()216 if (mCallProtos.get(id) != null) { in onImsCallTerminated()248 VoiceCallSession proto = mCallProtos.get(getConnectionId(conn)); in onAudioCodecChanged()264 VoiceCallSession proto = mCallProtos.get(getConnectionId(conn)); in onCallStateChanged()295 VoiceCallSession proto = mCallProtos.get(id); in onRilSrvccStateChanged()302 mCallProtos.get(id).srvccFailureCount++; in onRilSrvccStateChanged()307 mCallProtos.get(id).srvccCancellationCount++; in onRilSrvccStateChanged()[all …]