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.java796 mCi.hangupConnection (conn.getCDMAIndex(), obtainCompleteMessage()); in hangup()
815 mCi.separateConnection (conn.getCDMAIndex(), in separate()
894 if (cn.getCDMAIndex() == index) { in hangupConnectionByIndex()
908 mCi.hangupConnection(cn.getCDMAIndex(), obtainCompleteMessage()); in hangupAllConnections()
921 if (cn.getCDMAIndex() == index) { in getConnectionByIndex()
DCdmaConnection.java533 getCDMAIndex() throws CallStateException { in getCDMAIndex() method in CdmaConnection