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.java62 private Phone mActivePhone; field in PhoneProxy
86 mActivePhone = phone; in PhoneProxy()
92 mCommandsInterface = ((PhoneBase)mActivePhone).mCi; in PhoneProxy()
100 new IccSmsInterfaceManager((PhoneBase)this.mActivePhone); in PhoneProxy()
101 …mIccCardProxy = new IccCardProxy(mActivePhone.getContext(), mCommandsInterface, mActivePhone.getPh… in PhoneProxy()
154 if (!mActivePhone.getContext().getResources().getBoolean( in handleMessage()
180 if (mActivePhone != null) { in phoneObjectUpdater()
185 mActivePhone.getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); in phoneObjectUpdater()
186 PersistableBundle b = configMgr.getConfigForSubId(mActivePhone.getSubId()); in phoneObjectUpdater()
204 if (mActivePhone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) { in phoneObjectUpdater()
[all …]