Home | History | Annotate | Download | only in telephony

Lines Matching defs:mPendingMO

86     private GsmCdmaConnection mPendingMO;
126 if (mPendingMO != null) {
127 toNotify.add(mPendingMO);
199 if (mPendingMO != null) {
200 mPendingMO.dispose();
204 mPendingMO = null;
313 mPendingMO = new GsmCdmaConnection(mPhone, checkForTestEmergencyNumber(dialString),
316 mMetrics.writeRilDial(mPhone.getPhoneId(), mPendingMO, clirMode, uusInfo);
319 if ( mPendingMO.getAddress() == null || mPendingMO.getAddress().length() == 0
320 || mPendingMO.getAddress().indexOf(PhoneNumberUtils.WILD) >= 0) {
322 mPendingMO.mCause = DisconnectCause.INVALID_NUMBER;
331 mCi.dial(mPendingMO.getAddress(), clirMode, uusInfo, obtainCompleteMessage());
335 mPendingMO.setConverted(origNumber);
342 return mPendingMO;
425 mPendingMO = new GsmCdmaConnection(mPhone, checkForTestEmergencyNumber(dialString),
429 if ( mPendingMO.getAddress() == null || mPendingMO.getAddress().length() == 0
430 || mPendingMO.getAddress().indexOf(PhoneNumberUtils.WILD) >= 0 ) {
432 mPendingMO.mCause = DisconnectCause.INVALID_NUMBER;
446 mCi.dial(mPendingMO.getAddress(), clirMode, obtainCompleteMessage());
456 mPendingMO.setConverted(origNumber);
463 return mPendingMO;
473 mPendingMO = new GsmCdmaConnection(mPhone,
490 mCi.sendCDMAFeatureCode(mPendingMO.getAddress(),
493 return mPendingMO;
621 && mPendingMO == null
640 mPendingMO == null,
714 } else if (mPendingMO != null ||
800 if (mPendingMO != null && mPendingMO.compareTo(dc)) {
802 if (DBG_POLL) log("poll: pendingMO=" + mPendingMO);
805 mConnections[i] = mPendingMO;
806 mPendingMO.mIndex = i;
807 mPendingMO.update(dc);
808 mPendingMO = null;
833 log("pendingMo=" + mPendingMO + ", dc=" + dc);
981 if (mPendingMO != null) {
985 mDroppedDuringPoll.add(mPendingMO);
986 mPendingMO = null;
1159 if (conn == mPendingMO) {
1496 mCi.dial(mPendingMO.getAddress(), mPendingCallClirMode, obtainCompleteMessage());
1524 mPendingMO.onConnectedInOrOut();
1525 mPendingMO = null;
1540 if (mPendingMO != null) {
1541 mCi.sendCDMAFeatureCode(mPendingMO.getAddress(),
1547 mPendingMO = null;
1660 pw.println(" mPendingMO=" + mPendingMO);