HomeSort by relevance Sort by last modified time
    Searched refs:CdmaConnection (Results 1 - 4 of 4) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaCall.java 99 //***** Called from CdmaConnection
116 * Called by CdmaConnection when it has disconnected
119 connectionDisconnected(CdmaConnection conn) {
142 detach(CdmaConnection conn) {
151 update (CdmaConnection conn, DriverCall dc) {
185 CdmaConnection cn = (CdmaConnection)connections.get(i);
197 CdmaConnection cn = (CdmaConnection)connections.get(i);
CdmaCallTracker.java 58 CdmaConnection connections[] = new CdmaConnection[MAX_CONNECTIONS];
65 ArrayList<CdmaConnection> droppedDuringPoll
66 = new ArrayList<CdmaConnection>(MAX_CONNECTIONS);
73 CdmaConnection pendingMO;
108 for(CdmaConnection c : connections) {
173 CdmaConnection conn = (CdmaConnection)connCopy.get(i);
213 pendingMO = new CdmaConnection(phone.getContext(), dialString, this, foregroundCall);
261 pendingMO = new CdmaConnection(phone.getContext()
    [all...]
CdmaConnection.java 39 public class CdmaConnection extends Connection {
121 CdmaConnection (Context context, DriverCall dc, CdmaCallTracker ct, int index) {
144 CdmaConnection(Context context, String dialString, CdmaCallTracker ct, CdmaCall parent) {
152 Log.d(LOG_TAG, "[CDMAConn] CdmaConnection: dialString=" + dialString);
154 Log.d(LOG_TAG, "[CDMAConn] CdmaConnection:formated dialString=" + dialString);
180 CdmaConnection(Context context, CdmaCallWaitingNotification cw, CdmaCallTracker ct,
313 Log.w(LOG_TAG, "CdmaConnection.proceedAfterWaitChar(): Expected "
325 Log.w(LOG_TAG, "CdmaConnection.proceedAfterWaitChar(): Expected "
  /packages/apps/Phone/src/com/android/phone/
PhoneUtils.java 59 import com.android.internal.telephony.cdma.CdmaConnection;
633 number = CdmaConnection.formatDialString(number);
    [all...]

Completed in 38 milliseconds