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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaCallTracker.java 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() ==
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCallTracker.java 306 private ImsPhoneConnection 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 
  /prebuilts/misc/common/robolectric/android-all/
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 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 58 milliseconds