Searched refs:mPendingMO (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | GsmCdmaCallTracker.java | 94 private GsmCdmaConnection mPendingMO; field in GsmCdmaCallTracker 136 if (mPendingMO != null) { 137 toNotify.add(mPendingMO); 209 if (mPendingMO != null) { in reset() 211 mPendingMO.onDisconnect(DisconnectCause.ERROR_UNSPECIFIED); in reset() 212 mPendingMO.dispose(); in reset() 216 mPendingMO = null; in reset() 332 mPendingMO = new GsmCdmaConnection(mPhone, dialString, this, mForegroundCall, in dialGsm() 338 mPendingMO.setHasKnownUserIntentEmergency(intentExtras.getBoolean( in dialGsm() 343 mMetrics.writeRilDial(mPhone.getPhoneId(), mPendingMO, clirMode, uusInfo); in dialGsm() local [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTracker.java | 498 private ImsPhoneConnection mPendingMO; field in ImsPhoneCallTracker 1128 mPendingMO = null; in hangupAllOrphanedConnections() 1285 mPendingMO = pendingConnection; in startConference() 1361 mPendingMO = new ImsPhoneConnection(mPhone, dialString, this, mForegroundCall, in dial() 1366 mPendingMO.setHasKnownUserIntentEmergency(dialArgs.intentExtras.getBoolean( in dial() 1369 mPendingMO.setVideoState(videoState); in dial() 1372 mPendingMO.setCurrentRttTextStream(dialArgs.rttTextStream); in dial() 1375 addConnection(mPendingMO); in dial() 1379 dialInternal(mPendingMO, clirMode, videoState, dialArgs.retryCallFailCause, in dial() 1397 mPendingMO.restoreDialedNumberAfterConversion(origNumber); in dial() [all …]
|