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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCall.java95 //***** Called from CdmaConnection
112 * Called by CdmaConnection when it has disconnected
115 connectionDisconnected(CdmaConnection conn) {
141 detach(CdmaConnection conn) {
150 update (CdmaConnection conn, DriverCall dc) {
184 CdmaConnection cn = (CdmaConnection)mConnections.get(i);
196 CdmaConnection cn = (CdmaConnection)mConnections.get(i);
H A DCdmaCallTracker.java61 CdmaConnection mConnections[] = new CdmaConnection[MAX_CONNECTIONS];
68 ArrayList<CdmaConnection> mDroppedDuringPoll
69 = new ArrayList<CdmaConnection>(MAX_CONNECTIONS);
76 CdmaConnection mPendingMO;
111 for(CdmaConnection c : mConnections) {
215 mPendingMO = new CdmaConnection(mPhone.getContext(), checkForTestEmergencyNumber(dialString),
264 mPendingMO = new CdmaConnection(mPhone.getContext(),
281 CdmaConnection cwConn = (CdmaConnection)(mRingingCal
[all...]
H A DCdmaConnection.java41 public class CdmaConnection extends Connection { class in inherits:Connection
42 static final String LOG_TAG = "CdmaConnection";
123 CdmaConnection (Context context, DriverCall dc, CdmaCallTracker ct, int index) { method in class:CdmaConnection
146 CdmaConnection(Context context, String dialString, CdmaCallTracker ct, CdmaCall parent) { method in class:CdmaConnection
154 Rlog.d(LOG_TAG, "[CDMAConn] CdmaConnection: dialString=" + dialString);
156 Rlog.d(LOG_TAG, "[CDMAConn] CdmaConnection:formated dialString=" + dialString);
182 CdmaConnection(Context context, CdmaCallWaitingNotification cw, CdmaCallTracker ct, method in class:CdmaConnection
322 Rlog.w(LOG_TAG, "CdmaConnection.proceedAfterWaitChar(): Expected "
335 Rlog.w(LOG_TAG, "CdmaConnection.proceedAfterWaitChar(): Expected "

Completed in 3920 milliseconds