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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaCallTracker.java 82 private GsmCdmaConnection mPendingMO;
120 if (mPendingMO != null) {
121 toNotify.add(mPendingMO);
189 if (mPendingMO != null) {
190 mPendingMO.dispose();
194 mPendingMO = null;
303 mPendingMO = new GsmCdmaConnection(mPhone, checkForTestEmergencyNumber(dialString),
307 if ( mPendingMO.getAddress() == null || mPendingMO.getAddress().length() == 0
308 || mPendingMO.getAddress().indexOf(PhoneNumberUtils.WILD) >= 0)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCallTracker.java 241 private ImsPhoneConnection mPendingMO;
508 mPendingMO = new ImsPhoneConnection(mPhone,
511 mPendingMO.setVideoState(videoState);
513 addConnection(mPendingMO);
517 dialInternal(mPendingMO, clirMode, videoState, intentExtras);
535 return mPendingMO;
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 107 milliseconds