Home
last modified time | relevance | path

Searched refs:mActivePhone (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneProxy.java60 private Phone mActivePhone; field in PhoneProxy
84 mActivePhone = phone; in PhoneProxy()
90 mCommandsInterface = ((PhoneBase)mActivePhone).mCi; in PhoneProxy()
98 new IccSmsInterfaceManager((PhoneBase)this.mActivePhone); in PhoneProxy()
99 …mIccCardProxy = new IccCardProxy(mActivePhone.getContext(), mCommandsInterface, mActivePhone.getPh… in PhoneProxy()
152 if (!mActivePhone.getContext().getResources().getBoolean( in handleMessage()
178 if (mActivePhone != null) { in phoneObjectUpdater()
182 int volteReplacementRat = mActivePhone.getContext().getResources().getInteger( in phoneObjectUpdater()
195 if (mActivePhone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) { in phoneObjectUpdater()
198 " mActivePhone=" + mActivePhone.getPhoneName()); in phoneObjectUpdater()
[all …]