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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java 76 CdmaConnection mPendingMO;
126 if(mPendingMO != null) {
127 hangup(mPendingMO);
128 Rlog.d(LOG_TAG, "dispose: call mPendingMO.onDsiconnect, cause LOST_SIGNAL");
129 mPendingMO.onDisconnect(Connection.DisconnectCause.LOST_SIGNAL);
215 mPendingMO = new CdmaConnection(mPhone.getContext(), checkForTestEmergencyNumber(dialString),
219 if (mPendingMO.mAddress == null || mPendingMO.mAddress.length() == 0
220 || mPendingMO.mAddress.indexOf(PhoneNumberUtils.WILD) >= 0) {
222 mPendingMO.mCause = Connection.DisconnectCause.INVALID_NUMBER
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCallTracker.java 81 GsmConnection mPendingMO;
128 if(mPendingMO != null) {
129 hangup(mPendingMO);
130 Rlog.d(LOG_TAG, "dispose: call mPendingMO.onDsiconnect, cause LOST_SIGNAL");
131 mPendingMO.onDisconnect(Connection.DisconnectCause.LOST_SIGNAL);
219 mPendingMO = new GsmConnection(mPhone.getContext(), checkForTestEmergencyNumber(dialString),
223 if (mPendingMO.mAddress == null || mPendingMO.mAddress.length() == 0
224 || mPendingMO.mAddress.indexOf(PhoneNumberUtils.WILD) >= 0
227 mPendingMO.mCause = Connection.DisconnectCause.INVALID_NUMBER
    [all...]

Completed in 42 milliseconds