Searched refs:mPhone (Results 1 - 25 of 50) sorted by last modified time

12

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCellBroadcastHandler.java94 SubscriptionManager.putPhoneIdAndSubIdExtra(intent, mPhone.getPhoneId());
H A DIccPhoneBookInterfaceManager.java44 protected PhoneBase mPhone; field in class:IccPhoneBookInterfaceManager
115 this.mPhone = phone;
163 if (mPhone.getContext().checkCallingOrSelfPermission(
215 if (mPhone.getContext().checkCallingOrSelfPermission(
263 if (mPhone.getContext().checkCallingOrSelfPermission(
311 if (mPhone.getCurrentUiccAppType() == AppType.APPTYPE_USIM) {
H A DIccSmsInterfaceManager.java80 protected PhoneBase mPhone; field in class:IccSmsInterfaceManager
129 mPhone = phone;
143 IccFileHandler fh = mPhone.getIccFileHandler();
171 mPhone = phone;
213 if (PhoneConstants.PHONE_TYPE_GSM == mPhone.getPhoneType()) {
214 mPhone.mCi.deleteSmsOnSim(index, response);
216 mPhone.mCi.deleteSmsOnRuim(index, response);
220 IccFileHandler fh = mPhone.getIccFileHandler();
263 if (PhoneConstants.PHONE_TYPE_GSM == mPhone.getPhoneType()) {
264 mPhone
[all...]
H A DImsSMSDispatcher.java258 (PhoneConstants.PHONE_TYPE_CDMA == mPhone.getPhoneType()) ?
385 return (PhoneConstants.PHONE_TYPE_CDMA == mPhone.getPhoneType());
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 DPhoneSubInfo.java37 private Phone mPhone; field in class:PhoneSubInfo
48 mPhone = phone;
70 return mPhone.getDeviceId();
78 return mPhone.getImei();
86 return mPhone.getNai();
95 return mPhone.getDeviceSvn();
103 return mPhone.getSubscriberId();
111 return mPhone.getGroupIdLevel1();
119 return mPhone.getIccSerialNumber();
127 return mPhone
[all...]
H A DPhoneSubInfoController.java36 private Phone[] mPhone; field in class:PhoneSubInfoController
39 mPhone = phone;
239 return (PhoneProxy) mPhone[phoneId];
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 DSmsStorageMonitor.java59 PhoneBase mPhone; field in class:SmsStorageMonitor
75 mPhone = phone;
147 SubscriptionManager.putPhoneIdAndSubIdExtra(intent, mPhone.getPhoneId());
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 DTelephonyTester.java55 private PhoneBase mPhone; field in class:TelephonyTester
64 if (action.equals(mPhone.getActionDetached())) {
66 mPhone.getServiceStateTracker().mDetachedRegistrants.notifyRegistrants();
67 } else if (action.equals(mPhone.getActionAttached())) {
69 mPhone.getServiceStateTracker().mAttachedRegistrants.notifyRegistrants();
80 mPhone = phone;
85 filter.addAction(mPhone.getActionDetached());
86 log("register for intent action=" + mPhone.getActionDetached());
88 filter.addAction(mPhone.getActionAttached());
89 log("register for intent action=" + mPhone
[all...]
H A DUiccPhoneBookController.java36 private Phone[] mPhone; field in class:UiccPhoneBookController
43 mPhone = phone;
141 return ((PhoneProxy)mPhone[(int)phoneId]).getIccPhoneBookInterfaceManagerProxy();
H A DUiccSmsController.java42 protected Phone[] mPhone; field in class:UiccSmsController
45 mPhone = phone;
341 ((PhoneProxy)mPhone[(int)phoneId]).getIccSmsInterfaceManager();
H A DWakeLockStateMachine.java53 protected PhoneBase mPhone; field in class:WakeLockStateMachine
68 mPhone = phone;
116 mPhone = (PhoneBase) msg.obj;
117 log("updatePhoneObject: phone=" + mPhone.getClass().getSimpleName());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCall.java55 return mOwner.mPhone;
H A DCdmaCallTracker.java88 CDMAPhone mPhone; field in class:CdmaCallTracker
106 mPhone = phone;
182 (TelephonyManager) mPhone.getContext().getSystemService(Context.TELEPHONY_SERVICE);
184 String operatorIsoContry = tm.getNetworkCountryIsoForPhone(mPhone.getPhoneId());
185 String simIsoContry = tm.getSimCountryIsoForPhone(mPhone.getPhoneId());
197 dialString = convertNumberIfNecessary(mPhone, dialString);
203 PhoneNumberUtils.isLocalEmergencyNumber(mPhone.getContext(), dialString);
222 mPendingMO = new CdmaConnection(mPhone.getContext(), checkForTestEmergencyNumber(dialString),
245 mPhone.exitEmergencyCallbackMode();
246 mPhone
[all...]
H A DCdmaConnection.java378 CDMAPhone phone = mOwner.mPhone;
421 mOwner.mPhone.notifyDisconnect(this);
695 postDialHandler = mOwner.mPhone.mPostDialHandler;
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 DCdmaLteServiceStateTracker.java82 mPhone.unregisterForSimRecordsLoaded(this);
92 if (!mPhone.mIsTheCurrentActivePhone) {
120 mPhone.prepareEri();
308 if (mPhone.isMccMncMarkedAsNonRoaming(mNewSS.getOperatorNumeric()) ||
309 mPhone.isSidMarkedAsNonRoaming(mNewSS.getSystemId())) {
314 } else if (mPhone.isMccMncMarkedAsRoaming(mNewSS.getOperatorNumeric()) ||
315 mPhone.isSidMarkedAsRoaming(mNewSS.getSystemId())) {
383 (TelephonyManager) mPhone.getContext().getSystemService(Context.TELEPHONY_SERVICE);
429 tm.setDataNetworkTypeForPhone(mPhone.getPhoneId(), mSS.getRilDataRadioTechnology());
439 if (!hasBrandOverride && (mCi.getRadioState().isOn()) && (mPhone
[all...]
H A DCdmaMmiCode.java61 CDMAPhone mPhone; field in class:CdmaMmiCode
147 mPhone = phone;
168 return ((Phone) mPhone);
181 mPhone.onMMIDone (this);
265 mPhone.onMMIDone(this);
275 mPhone.onMMIDone(this);
367 mPhone.onMMIDone(this);
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 DCdmaServiceCategoryProgramHandler.java108 SubscriptionManager.putPhoneIdAndSubIdExtra(intent, mPhone.getPhoneId());
H A DCdmaServiceStateTracker.java78 CDMAPhone mPhone; field in class:CdmaServiceStateTracker
174 mPhone = phone;
224 mPhone.unregisterForEriFileLoaded(this);
265 Settings.Global.putInt(mPhone.getContext().getContentResolver(),
268 log("Read from settings: " + Settings.Global.getInt(mPhone.getContext().getContentResolver(),
285 if (!mPhone.mIsTheCurrentActivePhone) {
297 if (mPhone.getLteOnCdmaMode() == PhoneConstants.LTE_ON_CDMA_TRUE) {
309 mPhone.prepareEri();
394 mPhone.notifyLocationChanged();
524 mPhone
[all...]
H A DRuimPhoneBookInterfaceManager.java67 IccFileHandler fh = mPhone.getIccFileHandler();
/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...]

Completed in 1053 milliseconds

12