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.java1309 mMetrics.writeRilHangup(mPhone.getPhoneId(), conn, conn.getGsmCdmaIndex(), in hangup()
1311 mCi.hangupConnection (conn.getGsmCdmaIndex(), obtainCompleteMessage()); in hangup()
1329 mCi.separateConnection (conn.getGsmCdmaIndex(), in separate()
1400 call_index = c.getGsmCdmaIndex(); in logHangupEvent()
1427 if (!c.mDisconnected && c.getGsmCdmaIndex() == index) { in hangupConnectionByIndex()
1428 mMetrics.writeRilHangup(mPhone.getPhoneId(), c, c.getGsmCdmaIndex(), in hangupConnectionByIndex()
1442 mMetrics.writeRilHangup(mPhone.getPhoneId(), c, c.getGsmCdmaIndex(), in hangupAllConnections()
1444 mCi.hangupConnection(c.getGsmCdmaIndex(), obtainCompleteMessage()); in hangupAllConnections()
1456 if (!c.mDisconnected && c.getGsmCdmaIndex() == index) { in getConnectionByIndex()
DGsmCdmaConnection.java804 getGsmCdmaIndex() throws CallStateException { in getGsmCdmaIndex() method in GsmCdmaConnection