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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCall.java 95 //***** 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);
CdmaCallTracker.java 61 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)(mRingingCall.getLatestConnection())
    [all...]
CdmaConnection.java 41 public class CdmaConnection extends Connection {
42 static final String LOG_TAG = "CdmaConnection";
123 CdmaConnection (Context context, DriverCall dc, CdmaCallTracker ct, int index) {
146 CdmaConnection(Context context, String dialString, CdmaCallTracker ct, CdmaCall parent) {
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,
322 Rlog.w(LOG_TAG, "CdmaConnection.proceedAfterWaitChar(): Expected "
335 Rlog.w(LOG_TAG, "CdmaConnection.proceedAfterWaitChar(): Expected "
  /packages/services/Telephony/src/com/android/phone/
PhoneUtils.java 60 import com.android.internal.telephony.cdma.CdmaConnection;
    [all...]

Completed in 41 milliseconds