/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
TelephonyTester.java | 38 private PhoneBase mPhone; 47 if (action.equals(mPhone.getActionDetached())) { 49 mPhone.getServiceStateTracker().mDetachedRegistrants.notifyRegistrants(); 50 } else if (action.equals(mPhone.getActionAttached())) { 52 mPhone.getServiceStateTracker().mAttachedRegistrants.notifyRegistrants(); 60 mPhone = phone; 65 filter.addAction(mPhone.getActionDetached()); 66 log("register for intent action=" + mPhone.getActionDetached()); 68 filter.addAction(mPhone.getActionAttached()); 69 log("register for intent action=" + mPhone.getActionAttached()) [all...] |
IccSmsInterfaceManager.java | 70 protected PhoneBase mPhone; 118 mPhone = phone; 134 IccFileHandler fh = mPhone.getIccFileHandler(); 162 mPhone = phone; 204 if (PhoneConstants.PHONE_TYPE_GSM == mPhone.getPhoneType()) { 205 mPhone.mCi.deleteSmsOnSim(index, response); 207 mPhone.mCi.deleteSmsOnRuim(index, response); 211 IccFileHandler fh = mPhone.getIccFileHandler(); 255 if (PhoneConstants.PHONE_TYPE_GSM == mPhone.getPhoneType()) { 256 mPhone.mCi.writeSmsToSim(status, IccUtils.bytesToHexString(smsc) [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
DcTesterFailBringUpAll.java | 44 private PhoneBase mPhone; 60 } else if (action.equals(mPhone.getActionDetached())) { 66 } else if (action.equals(mPhone.getActionAttached())) { 78 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.getActionAttached()); 97 mPhone.getContext().unregisterReceiver(mIntentReceiver);
|
DcTesterDeactivateAll.java | 38 private PhoneBase mPhone; 53 || action.equals(mPhone.getActionDetached())) { 69 mPhone = phone; 78 filter.addAction(mPhone.getActionDetached()); 79 log("register for intent action=" + mPhone.getActionDetached()); 87 mPhone.getContext().unregisterReceiver(sIntentReceiver);
|
DcController.java | 47 private PhoneBase mPhone; 81 mPhone = phone; 125 mPhone.mCi.registerForRilConnected(getHandler(), 127 mPhone.mCi.registerForDataNetworkStateChanged(getHandler(), 131 new DcTesterDeactivateAll(mPhone, DcController.this, getHandler()); 137 if (mPhone != null) { 138 mPhone.mCi.unregisterForRilConnected(getHandler()); 139 mPhone.mCi.unregisterForDataNetworkStateChanged(getHandler()); 280 mPhone.notifyDataConnection( 301 mPhone.notifyDataActivity() [all...] |
DcRetryAlarmController.java | 39 private PhoneBase mPhone; 80 mPhone = phone; 82 mAlarmManager = (AlarmManager) mPhone.getContext().getSystemService(Context.ALARM_SERVICE); 89 mPhone.getContext().registerReceiver(mIntentReceiver, filter, null, mDc.getHandler()); 97 mPhone.getContext().unregisterReceiver(mIntentReceiver); 98 mPhone = null; 149 PendingIntent retryIntent = PendingIntent.getBroadcast (mPhone.getContext(), 0, 159 sb.append(" mPhone=").append(mPhone);
|
/packages/services/Telephony/src/com/android/phone/ |
CdmaSubscriptionListPreference.java | 45 private Phone mPhone; 51 mPhone = PhoneFactory.getDefaultPhone(); 57 int cdmaSubscriptionMode = Settings.Global.getInt(mPhone.getContext().getContentResolver(), 98 mPhone.setCdmaSubscription(statusCdmaSubscriptionMode, mHandler 118 mPhone = PhoneFactory.getDefaultPhone(); 124 Settings.Global.putInt(mPhone.getContext().getContentResolver(),
|
CdmaSystemSelectListPreference.java | 39 private Phone mPhone; 45 mPhone = PhoneGlobals.getPhone(); 47 mPhone.queryCdmaRoamingPreference( 72 Settings.Global.getInt(mPhone.getContext().getContentResolver(), 85 Settings.Global.putInt(mPhone.getContext().getContentResolver(), 89 mPhone.setCdmaRoamingPreference(statusCdmaRoamingMode, mHandler 122 mPhone.getContext().getContentResolver(), 132 mPhone.getContext().getContentResolver(), 151 Settings.Global.putInt(mPhone.getContext().getContentResolver(), 155 mPhone.queryCdmaRoamingPreference(obtainMessage(MESSAGE_GET_ROAMING_PREFERENCE)) [all...] |
CdmaOptions.java | 49 private Phone mPhone; 54 mPhone = phone; 79 final boolean isLTE = mPhone.getLteOnCdmaMode() == PhoneConstants.LTE_ON_CDMA_TRUE;
|
EmergencyCallbackModeExitDialog.java | 73 private Phone mPhone = null; 94 mPhone = PhoneGlobals.getPhone(); 95 mPhone.registerForEcmTimerReset(mTimerResetHandler, ECM_TIMER_RESET, null); 108 mPhone.unregisterForEcmTimerReset(mHandler); 215 mPhone.exitEmergencyCallbackMode();
|
EmergencyCallbackModeService.java | 59 private Phone mPhone = null; 92 mPhone = PhoneFactory.getDefaultPhone(); 93 mPhone.registerForEcmTimerReset(mHandler, ECM_TIMER_RESET, null); 103 mPhone.unregisterForEcmTimerReset(mHandler);
|
CLIRListPreference.java | 26 private final Phone mPhone; 34 mPhone = PhoneGlobals.getPhone(); 45 mPhone.setOutgoingCallerIdDisplay(findIndexOfValue(getValue()), 55 mPhone.getOutgoingCallerIdDisplay(mHandler.obtainMessage(MyHandler.MESSAGE_GET_CLIR, 166 mPhone.getOutgoingCallerIdDisplay(obtainMessage(MESSAGE_GET_CLIR,
|
CallWaitingCheckBoxPreference.java | 23 private final Phone mPhone; 29 mPhone = PhoneGlobals.getPhone(); 44 mPhone.getCallWaiting(mHandler.obtainMessage(MyHandler.MESSAGE_GET_CALL_WAITING, 56 mPhone.setCallWaiting(isChecked(), 130 mPhone.getCallWaiting(obtainMessage(MESSAGE_GET_CALL_WAITING,
|
EnableFdnScreen.java | 48 private Phone mPhone; 70 mPhone = PhoneGlobals.getPhone(); 71 mEnable = !mPhone.getIccCard().getIccFdnEnabled(); 80 mPhone = PhoneGlobals.getPhone(); 110 mPhone.getIccCard().setIccFdnEnabled(mEnable, getPin2(), callback);
|
EnableIccPinScreen.java | 48 private Phone mPhone; 70 mPhone = PhoneGlobals.getPhone(); 71 mEnable = !mPhone.getIccCard().getIccLockEnabled(); 105 mPhone.getIccCard().setIccLockEnabled(mEnable, getPin(), callback);
|
IccNetworkDepersonalizationPanel.java | 55 private Phone mPhone; 151 mPhone = PhoneGlobals.getPhone(); 177 mPhone.getIccCard().supplyNetworkDepersonalization(pin,
|
MMIDialogActivity.java | 46 private Phone mPhone = PhoneGlobals.getPhone(); 73 final List<? extends MmiCode> codes = mPhone.getPendingMmiCodes(); 92 int phoneType = mPhone.getPhoneType(); 94 PhoneUtils.displayMMIComplete(mPhone, this, mmiCode, null, null); 112 PhoneUtils.cancelMmiCode(mPhone);
|
NetworkQueryService.java | 59 private Phone mPhone; 121 mPhone.getAvailableNetworks( 160 mPhone = PhoneFactory.getDefaultPhone();
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
GsmMmiCode.java | 115 GSMPhone mPhone; 411 mPhone = phone; 449 mPhone.mCi.cancelPendingUssd(obtainMessage(EVENT_USSD_CANCEL_COMPLETE, this)); 460 mPhone.onMMIDone (this); 649 mPhone.mCi.queryCLIP( 657 mPhone.mCi.setCLIR(CommandsInterface.CLIR_INVOCATION, 660 mPhone.mCi.setCLIR(CommandsInterface.CLIR_SUPPRESSION, 663 mPhone.mCi.getCLIR( 677 mPhone.mCi.queryCallForwardStatus( 716 mPhone.mCi.setCallForward(cfAction, reason, serviceClass [all...] |
GsmCallTracker.java | 84 GSMPhone mPhone; 98 this.mPhone = phone; 219 mPendingMO = new GsmConnection(mPhone.getContext(), checkForTestEmergencyNumber(dialString), 240 mPhone.notifyPreciseCallStateChanged(); 316 mPhone.notifyPreciseCallStateChanged(); 330 int serviceState = mPhone.getServiceState().getState(); 425 mPhone.notifyPhoneStateChanged(); 501 mConnections[i] = new GsmConnection(mPhone.getContext(), dc, this, i); 542 mConnections[i] = new GsmConnection (mPhone.getContext(), dc, this, i); 587 mPhone.notifyNewRingingConnection(newRinging) [all...] |
GsmInboundSmsHandler.java | 57 mPhone.mCi.unSetOnNewGsmSms(getHandler()); 104 UsimServiceTable ust = mPhone.getUsimServiceTable(); 110 mPhone.setVoiceMessageWaiting(1, -1); // line 1: unknown number of msgs waiting 114 mPhone.setVoiceMessageWaiting(1, 0); // line 1: no msgs waiting 140 mPhone.mCi.acknowledgeLastIncomingGsmSms(success, resultToCause(result), response); 144 * Called when the phone changes the default method updates mPhone
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
List7.java | 40 private TextView mPhone; 58 mPhone = (TextView) findViewById(R.id.phone); 93 mPhone.setText(text);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CdmaCallTracker.java | 80 CDMAPhone mPhone; 97 mPhone = phone; 196 PhoneNumberUtils.isLocalEmergencyNumber(dialString, mPhone.getContext()); 215 mPendingMO = new CdmaConnection(mPhone.getContext(), checkForTestEmergencyNumber(dialString), 238 mPhone.exitEmergencyCallbackMode(); 239 mPhone.setOnEcbModeExitResponse(this,EVENT_EXIT_ECM_RESPONSE_CDMA, null); 246 mPhone.notifyPreciseCallStateChanged(); 264 mPendingMO = new CdmaConnection(mPhone.getContext(), 339 mPhone.notifyPreciseCallStateChanged(); 353 int serviceState = mPhone.getServiceState().getState() [all...] |
CdmaServiceStateTracker.java | 74 CDMAPhone mPhone; 167 mPhone = phone; 212 mPhone.unregisterForEriFileLoaded(this); 253 Settings.Global.putInt(mPhone.getContext().getContentResolver(), 271 if (!mPhone.mIsTheCurrentActivePhone) { 286 if (mPhone.getLteOnCdmaMode() == PhoneConstants.LTE_ON_CDMA_TRUE) { 294 mPhone.prepareEri(); 376 mPhone.notifyLocationChanged(); 521 DcTrackerBase dcTracker = mPhone.mDcTracker; 548 mPhone.getContext().sendStickyBroadcastAsUser(intent, UserHandle.ALL) [all...] |
/packages/apps/Settings/src/com/android/settings/ |
BandMode.java | 54 private Phone mPhone = null; 68 mPhone = PhoneFactory.getDefaultPhone(); 96 mPhone.setBandMode(mTargetBand.getBand(), msg); 128 mPhone.queryAvailableBandMode(msg);
|