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.java1186 mMetrics.writeRilHangup(mPhone.getPhoneId(), conn, conn.getGsmCdmaIndex()); in hangup()
1187 mCi.hangupConnection (conn.getGsmCdmaIndex(), obtainCompleteMessage()); in hangup()
1205 mCi.separateConnection (conn.getGsmCdmaIndex(), in separate()
1276 call_index = cn.getGsmCdmaIndex(); in logHangupEvent()
1301 if (!cn.mDisconnected && cn.getGsmCdmaIndex() == index) { in hangupConnectionByIndex()
1302 mMetrics.writeRilHangup(mPhone.getPhoneId(), cn, cn.getGsmCdmaIndex()); in hangupConnectionByIndex()
1317 mMetrics.writeRilHangup(mPhone.getPhoneId(), cn, cn.getGsmCdmaIndex()); in hangupAllConnections()
1318 mCi.hangupConnection(cn.getGsmCdmaIndex(), obtainCompleteMessage()); in hangupAllConnections()
1331 if (!cn.mDisconnected && cn.getGsmCdmaIndex() == index) { in getConnectionByIndex()
DGsmCdmaConnection.java727 getGsmCdmaIndex() throws CallStateException { in getGsmCdmaIndex() method in GsmCdmaConnection