Lines Matching refs:phone
135 private Phone phone = null; field in RadioInfo
211 phone.getPreferredNetworkType(
378 phone = PhoneFactory.getDefaultPhone(); in onCreate()
441 phone.getPreferredNetworkType( in onCreate()
443 phone.getNeighboringCids( in onCreate()
536 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(phone.getContext()); in onPrepareOptionsMenu()
547 return phone.getServiceState().getState() != ServiceState.STATE_POWER_OFF; in isRadioOn()
559 PreferenceManager.getDefaultSharedPreferences(phone.getContext()); in updateQxdmState()
577 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(phone.getContext()); in setCiphPref()
584 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(phone.getContext()); in getCiphPref()
594 dnsCheckState.setText(phone.isDnsCheckDisabled() ? in updateDnsCheckState()
780 s = phone.getDeviceId(); in updateProperties()
785 s = phone.getLine1Number(); in updateProperties()
890 phone.getSmscAddress(mHandler.obtainMessage(EVENT_QUERY_SMSC_DONE)); in refreshSmsc()
942 List<DataConnection> dcs = phone.getCurrentDataConnectionList(); in updatePdpList()
960 .append(phone.getInterfaceName(phone.getActiveApnTypes()[0])) in updatePdpList()
962 .append(phone.getIpAddress(phone.getActiveApnTypes()[0])) in updatePdpList()
964 .append(phone.getGateway(phone.getActiveApnTypes()[0])); in updatePdpList()
965 String[] dns = phone.getDnsServers(phone.getActiveApnTypes()[0]); in updatePdpList()
1050 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(phone.getContext()); in toggleDataDisabledOnBoot()
1061 phone.invokeOemRilRequestRaw(data, null); in toggleDataDisabledOnBoot()
1076 phone.disableDataConnectivity();
1079 phone.enableDataConnectivity();
1091 phone.getDataCallList(null);
1108 phone.setRadioPower(!isRadioOn());
1121 phone.invokeOemRilRequestRaw(data,
1128 phone.disableDnsCheck(!phone.isDnsCheckDisabled());
1142 phone.setSmscAddress(smsc.getText().toString(),
1164 phone.invokeOemRilRequestRaw(data,
1174 phone.setPreferredNetworkType(pos, msg);