Searched refs:mPendingMO (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | GsmCdmaCallTracker.java | 84 private GsmCdmaConnection mPendingMO; field in GsmCdmaCallTracker 124 if (mPendingMO != null) { 125 toNotify.add(mPendingMO); 193 if (mPendingMO != null) { in reset() 194 mPendingMO.dispose(); in reset() 198 mPendingMO = null; in reset() 307 mPendingMO = new GsmCdmaConnection(mPhone, checkForTestEmergencyNumber(dialString), in dial() 310 mMetrics.writeRilDial(mPhone.getPhoneId(), mPendingMO, clirMode, uusInfo); in dial() local 313 if ( mPendingMO.getAddress() == null || mPendingMO.getAddress().length() == 0 in dial() 314 || mPendingMO.getAddress().indexOf(PhoneNumberUtils.WILD) >= 0) { in dial() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTracker.java | 256 private ImsPhoneConnection mPendingMO; field in ImsPhoneCallTracker 837 mPendingMO = new ImsPhoneConnection(mPhone, in dial() 840 mPendingMO.setVideoState(videoState); in dial() 842 addConnection(mPendingMO); in dial() 846 dialInternal(mPendingMO, clirMode, videoState, intentExtras); in dial() 864 return mPendingMO; in dial() 1241 && mPendingMO == null in canDial() 1270 boolean isPendingMOIdle = mPendingMO == null || !mPendingMO.getState().isAlive(); in updatePhoneState() 1290 log("updatePhoneState pendingMo = " + (mPendingMO == null ? "null" in updatePhoneState() 1291 : mPendingMO.getState()) + ", fg= " + mForegroundCall.getState() + "(" in updatePhoneState() [all …]
|