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.java1142 mCi.hangupConnection (conn.getGsmCdmaIndex(), obtainCompleteMessage()); in hangup()
1160 mCi.separateConnection (conn.getGsmCdmaIndex(), in separate()
1238 if (cn.getGsmCdmaIndex() == index) { in hangupConnectionByIndex()
1252 mCi.hangupConnection(cn.getGsmCdmaIndex(), obtainCompleteMessage()); in hangupAllConnections()
1264 if (cn.getGsmCdmaIndex() == index) { in getConnectionByIndex()
DGsmCdmaConnection.java678 getGsmCdmaIndex() throws CallStateException { in getGsmCdmaIndex() method in GsmCdmaConnection