Home | History | Annotate | Download | only in telephony

Lines Matching refs:mPhone

125     private Phone mPhone;
135 if (action.equals(mPhone.getActionDetached())) {
137 mPhone.getServiceStateTracker().mDetachedRegistrants.notifyRegistrants();
138 } else if (action.equals(mPhone.getActionAttached())) {
140 mPhone.getServiceStateTracker().mAttachedRegistrants.notifyRegistrants();
162 mPhone.getServiceStateTracker().sendEmptyMessage(
174 mPhone = phone;
179 filter.addAction(mPhone.getActionDetached());
180 log("register for intent action=" + mPhone.getActionDetached());
182 filter.addAction(mPhone.getActionAttached());
183 log("register for intent action=" + mPhone.getActionAttached());
185 if (mPhone.getPhoneType() == PhoneConstants.PHONE_TYPE_IMS) {
198 phone.getContext().registerReceiver(mIntentReceiver, filter, null, mPhone.getHandler());
204 mPhone.getContext().unregisterReceiver(mIntentReceiver);
213 ImsPhone imsPhone = (ImsPhone) mPhone;
223 ImsPhone imsPhone = (ImsPhone) mPhone;
252 ImsPhone imsPhone = (ImsPhone) mPhone;
291 ImsPhone imsPhone = (ImsPhone) mPhone;
323 ImsPhone imsPhone = (ImsPhone) mPhone;