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.java1238 mMetrics.writeRilHangup(mPhone.getPhoneId(), conn, conn.getGsmCdmaIndex(), in hangup()
1240 mCi.hangupConnection (conn.getGsmCdmaIndex(), obtainCompleteMessage()); in hangup()
1258 mCi.separateConnection (conn.getGsmCdmaIndex(), in separate()
1329 call_index = c.getGsmCdmaIndex(); in logHangupEvent()
1356 if (!c.mDisconnected && c.getGsmCdmaIndex() == index) { in hangupConnectionByIndex()
1357 mMetrics.writeRilHangup(mPhone.getPhoneId(), c, c.getGsmCdmaIndex(), in hangupConnectionByIndex()
1371 mMetrics.writeRilHangup(mPhone.getPhoneId(), c, c.getGsmCdmaIndex(), in hangupAllConnections()
1373 mCi.hangupConnection(c.getGsmCdmaIndex(), obtainCompleteMessage()); in hangupAllConnections()
1385 if (!c.mDisconnected && c.getGsmCdmaIndex() == index) { in getConnectionByIndex()
DGsmCdmaConnection.java767 getGsmCdmaIndex() throws CallStateException { in getGsmCdmaIndex() method in GsmCdmaConnection