Searched defs:CdmaConnection (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaConnection.java39 public class CdmaConnection extends Connection { class in inherits:Connection
121 CdmaConnection (Context context, DriverCall dc, CdmaCallTracker ct, int index) { method in class:CdmaConnection
144 CdmaConnection(Context context, String dialString, CdmaCallTracker ct, CdmaCall parent) { method in class:CdmaConnection
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, method in class:CdmaConnection
313 Log.w(LOG_TAG, "CdmaConnection.proceedAfterWaitChar(): Expected "
325 Log.w(LOG_TAG, "CdmaConnection.proceedAfterWaitChar(): Expected "

Completed in 62 milliseconds