Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaCallTracker.java1241 mMetrics.writeRilHangup(mPhone.getPhoneId(), conn, conn.getGsmCdmaIndex(), in hangup()
1243 mCi.hangupConnection (conn.getGsmCdmaIndex(), obtainCompleteMessage()); in hangup()
1261 mCi.separateConnection (conn.getGsmCdmaIndex(), in separate()
1333 call_index = cn.getGsmCdmaIndex(); in logHangupEvent()
1358 if (!cn.mDisconnected && cn.getGsmCdmaIndex() == index) { in hangupConnectionByIndex()
1359 mMetrics.writeRilHangup(mPhone.getPhoneId(), cn, cn.getGsmCdmaIndex(), in hangupConnectionByIndex()
1375 mMetrics.writeRilHangup(mPhone.getPhoneId(), cn, cn.getGsmCdmaIndex(), in hangupAllConnections()
1377 mCi.hangupConnection(cn.getGsmCdmaIndex(), obtainCompleteMessage()); in hangupAllConnections()
1390 if (!cn.mDisconnected && cn.getGsmCdmaIndex() == index) { in getConnectionByIndex()
DGsmCdmaConnection.java756 getGsmCdmaIndex() throws CallStateException { in getGsmCdmaIndex() method in GsmCdmaConnection