HomeSort by relevance Sort by last modified time
    Searched refs:mPhone (Results 76 - 82 of 82) sorted by null

1 2 34

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaServiceCategoryProgramHandler.java 108 SubscriptionManager.putPhoneIdAndSubIdExtra(intent, mPhone.getPhoneId());
CdmaConnection.java 381 CDMAPhone phone = mOwner.mPhone;
425 mOwner.mPhone.notifyDisconnect(this);
699 postDialHandler = mOwner.mPhone.mPostDialHandler;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SMSDispatcher.java 138 protected PhoneBase mPhone;
185 mPhone = phone;
199 mPhone.getPhoneId(), mSmsCapable);
225 mPhone = phone;
227 Rlog.d(TAG, "Active phone changed to " + mPhone.getPhoneName() );
646 int ss = mPhone.getServiceState().getState();
659 +" SS= "+mPhone.getServiceState().getState());
    [all...]
ImsSMSDispatcher.java 260 (PhoneConstants.PHONE_TYPE_CDMA == mPhone.getPhoneType()) ?
387 return (PhoneConstants.PHONE_TYPE_CDMA == mPhone.getPhoneType());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkControllerImpl.java 75 private final TelephonyManager mPhone;
167 mPhone = telephonyManager;
253 return mPhone.getPhoneType() != TelephonyManager.PHONE_TYPE_NONE;
480 mHasMobileDataFeature, mPhone, mCallbackHandler,
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmConnection.java 347 GSMPhone phone = mOwner.mPhone;
404 mOwner.mPhone.notifyDisconnect(this);
646 postDialHandler = mOwner.mPhone.mPostDialHandler;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java 335 mOwner.mPhone.notifyDisconnect(this);
464 postDialHandler = mOwner.mPhone.mPostDialHandler;

Completed in 367 milliseconds

1 2 34