Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaCallTracker.java798 mCi.hangupConnection (conn.getCDMAIndex(), obtainCompleteMessage()); in hangup()
817 mCi.separateConnection (conn.getCDMAIndex(), in separate()
896 if (cn.getCDMAIndex() == index) { in hangupConnectionByIndex()
910 mCi.hangupConnection(cn.getCDMAIndex(), obtainCompleteMessage()); in hangupAllConnections()
923 if (cn.getCDMAIndex() == index) { in getConnectionByIndex()
DCdmaConnection.java537 getCDMAIndex() throws CallStateException { in getCDMAIndex() method in CdmaConnection