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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaConnection.java44 public class CdmaConnection extends Connection { class in inherits:Connection
45 static final String LOG_TAG = "CdmaConnection";
122 CdmaConnection (CDMAPhone phone, DriverCall dc, CdmaCallTracker ct, int index) { method in class:CdmaConnection
147 CdmaConnection(CDMAPhone phone, String dialString, CdmaCallTracker ct, CdmaCall parent) { method in class:CdmaConnection
155 Rlog.d(LOG_TAG, "[CDMAConn] CdmaConnection: dialString=" + maskDialString(dialString));
158 "[CDMAConn] CdmaConnection:formated dialString=" + maskDialString(dialString));
186 CdmaConnection(Context context, CdmaCallWaitingNotification cw, CdmaCallTracker ct, method in class:CdmaConnection
297 Rlog.w(LOG_TAG, "CdmaConnection.proceedAfterWaitChar(): Expected "
310 Rlog.w(LOG_TAG, "CdmaConnection.proceedAfterWaitChar(): Expected "

Completed in 55 milliseconds