Searched refs:mPhone (Results 26 - 50 of 50) sorted by relevance

12

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCellBroadcastHandler.java53 mPhone.mCi.unSetOnNewGsmBroadcastSms(getHandler());
112 mPhone.getPhoneId());
115 CellLocation cl = mPhone.getCellLocation();
H A DSimPhoneBookInterfaceManager.java67 IccFileHandler fh = mPhone.getIccFileHandler();
H A DGsmSMSDispatcher.java252 + " SS=" + mPhone.getServiceState().getState());
267 + " SS=" + mPhone.getServiceState().getState());
275 int ss = mPhone.getServiceState().getState();
320 Rlog.d(TAG, "GsmSMSDispatcher: subId = " + mPhone.getSubId()
321 + " slotId = " + mPhone.getPhoneId());
322 return mUiccController.getUiccCardApplication(mPhone.getPhoneId(),
H A DGsmCall.java56 return mOwner.mPhone;
H A DGsmConnection.java345 GSMPhone phone = mOwner.mPhone;
401 mOwner.mPhone.notifyDisconnect(this);
643 postDialHandler = mOwner.mPhone.mPostDialHandler;
/frameworks/base/location/java/android/location/
H A DAddress.java55 private String mPhone; field in class:Address
369 return mPhone;
376 mPhone = phone;
466 sb.append(mPhone);
518 a.mPhone = in.readString();
565 parcel.writeString(mPhone);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaSMSDispatcher.java222 + " SS=" + mPhone.getServiceState().getState());
230 int ss = mPhone.getServiceState().getState();
240 int currentDataNetwork = mPhone.getServiceState().getDataNetworkType();
243 && !mPhone.getServiceStateTracker().isConcurrentVoiceAndDataAllowed()))
244 && mPhone.getServiceState().getVoiceNetworkType()
246 && ((CDMAPhone) mPhone).mCT.mState != PhoneConstants.State.IDLE;
H A DRuimPhoneBookInterfaceManager.java67 IccFileHandler fh = mPhone.getIccFileHandler();
H A DCdmaInboundSmsHandler.java73 mPhone.mCi.unSetOnNewCdmaSms(getHandler());
203 mPhone.mCi.acknowledgeLastIncomingCdmaSms(success, causeCode, response);
212 * Called when the phone changes the default method updates mPhone
262 mPhone.setVoiceMessageCount(voicemailCount);
H A DCdmaCall.java55 return mOwner.mPhone;
H A DCdmaServiceCategoryProgramHandler.java108 SubscriptionManager.putPhoneIdAndSubIdExtra(intent, mPhone.getPhoneId());
H A DCdmaConnection.java378 CDMAPhone phone = mOwner.mPhone;
421 mOwner.mPhone.notifyDisconnect(this);
695 postDialHandler = mOwner.mPhone.mPostDialHandler;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataConnection.java177 private PhoneBase mPhone; field in class:DataConnection
398 int mtu = mPhone.getContext().getResources().getInteger(
415 mPhone = phone;
421 mDcRetryAlarmController = new DcRetryAlarmController(mPhone, this);
422 ServiceState ss = mPhone.getServiceState();
424 mDataRegState = mPhone.getServiceState().getDataRegState();
445 int nt = mPhone.getServiceState().getNetworkType();
512 response.version = mPhone.mCi.getRilVersion();
552 if (mPhone.getServiceState().getDataRoaming()) {
558 mPhone
[all...]
H A DDctController.java606 private Phone mPhone; field in class:DctController.TelephonyNetworkFactory
611 mPhone = phone;
620 if (!SubscriptionManager.isUsableSubIdValue(mPhone.getSubId())) {
626 if (getRequestPhoneId(networkRequest) == mPhone.getPhoneId()) {
627 DcTrackerBase dcTracker =((PhoneBase)mPhone).mDcTracker;
644 if (!SubscriptionManager.isUsableSubIdValue(mPhone.getSubId())) {
650 if (getRequestPhoneId(networkRequest) == mPhone.getPhoneId()) {
651 DcTrackerBase dcTracker =((PhoneBase)mPhone).mDcTracker;
666 if (DBG) Rlog.d(LOG_TAG, "[TNF " + mPhone.getSubId() + "]" + s);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DInboundSmsHandler.java184 protected PhoneBase mPhone; field in class:InboundSmsHandler
202 mPhone = phone;
210 mPhone.getPhoneId(), smsCapable);
255 return mPhone;
568 * Called when the phone changes the default method updates mPhone
575 mPhone = phone;
576 mStorageMonitor = mPhone.mSmsStorageMonitor;
577 log("onUpdatePhoneObject: phone=" + mPhone.getClass().getSimpleName());
753 UiccCard card = UiccController.getInstance().getUiccCard(mPhone.getPhoneId());
819 SubscriptionManager.putPhoneIdAndSubIdExtra(intent, mPhone
[all...]
H A DSubscriptionInfoUpdater.java89 private static Phone[] mPhone; field in class:SubscriptionInfoUpdater
99 mPhone = phoneProxy;
220 mPhone[slotId].setNetworkSelectionModeAutomatic(null);
262 IccFileHandler fileHandler = mPhone[slotId].getIccCard() == null ? null :
263 mPhone[slotId].getIccCard().getIccFileHandler();
286 IccRecords records = mPhone[slotId].getIccCard().getIccRecords();
364 mPhone[slotId].setPreferredNetworkType(networkType, null);
365 Settings.Global.putInt(mPhone[slotId].getContext().getContentResolver(),
370 mPhone[slotId].getNetworkSelectionMode(
H A DCellBroadcastHandler.java94 SubscriptionManager.putPhoneIdAndSubIdExtra(intent, mPhone.getPhoneId());
H A DPhoneSubInfoController.java36 private Phone[] mPhone; field in class:PhoneSubInfoController
39 mPhone = phone;
239 return (PhoneProxy) mPhone[phoneId];
H A DUiccSmsController.java42 protected Phone[] mPhone; field in class:UiccSmsController
45 mPhone = phone;
341 ((PhoneProxy)mPhone[(int)phoneId]).getIccSmsInterfaceManager();
H A DSMSDispatcher.java137 protected PhoneBase mPhone; field in class:SMSDispatcher
184 mPhone = phone;
198 mPhone.getPhoneId(), mSmsCapable);
224 mPhone = phone;
226 Rlog.d(TAG, "Active phone changed to " + mPhone.getPhoneName() );
635 int ss = mPhone.getServiceState().getState();
648 +" SS= "+mPhone.getServiceState().getState());
1254 int ss = mPhone.getServiceState().getState();
1700 UiccCard card = UiccController.getInstance().getUiccCard(mPhone.getPhoneId());
1712 return SubscriptionController.getInstance().getSubIdUsingPhoneId(mPhone
[all...]
H A DImsSMSDispatcher.java258 (PhoneConstants.PHONE_TYPE_CDMA == mPhone.getPhoneType()) ?
385 return (PhoneConstants.PHONE_TYPE_CDMA == mPhone.getPhoneType());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCall.java80 return mOwner.mPhone;
276 mOwner.mPhone.stopRingbackTone();
279 mOwner.mPhone.startRingbackTone();
284 mOwner.mPhone.stopRingbackTone();
H A DImsPhoneConnection.java326 mOwner.mPhone.notifyDisconnect(this);
455 postDialHandler = mOwner.mPhone.mPostDialHandler;
/frameworks/base/telecomm/java/android/telecom/
H A DCall.java529 private final Phone mPhone; field in class:Call
692 return mPhone.internalGetCallByTelecomId(mParentId);
709 Call call = mPhone.internalGetCallByTelecomId(id);
794 mPhone = phone;
901 mPhone.internalRemoveCall(this);
917 mPhone.internalRemoveCall(this);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNetworkControllerImpl.java90 private final TelephonyManager mPhone; field in class:NetworkControllerImpl
170 mPhone = (TelephonyManager) mContext.getSystemService(Context.TELEPHONY_SERVICE);
264 return mPhone.getPhoneType() != TelephonyManager.PHONE_TYPE_NONE;
481 mHasMobileDataFeature, mPhone, mSignalsChangedCallbacks, mSignalClusters,
763 mConfig, mHasMobileDataFeature, mPhone, mSignalsChangedCallbacks,
999 private final TelephonyManager mPhone; field in class:NetworkControllerImpl.MobileSignalController
1032 mPhone = phone;
1120 mPhone.listen(mPhoneStateListener,
1132 mPhone.listen(mPhoneStateListener, 0);

Completed in 245 milliseconds

12