Home | History | Annotate | Download | only in settings

Lines Matching refs:phone

75 import com.android.internal.telephony.Phone;
205 private Phone phone = null;
352 phone = PhoneFactory.getDefaultPhone();
355 // Better to have an instance per phone?
425 phone.getPreferredNetworkType(
489 log("onPause: unregister phone & data intents");
492 phone.setCellInfoListRate(CELL_INFO_LIST_RATE_DISABLED);
568 dnsCheckState.setText(phone.isDnsCheckDisabled() ?
859 if( phone != null ) {
860 ServiceState ss = phone.getServiceState();
862 phone.getServiceState().getRilDataRadioTechnology()));
864 phone.getServiceState().getRilVoiceRadioTechnology()));
873 s = phone.getDeviceId();
878 s = phone.getLine1Number();
955 phone.getSmscAddress(mHandler.obtainMessage(EVENT_QUERY_SMSC_DONE));
1030 intent.setClassName("com.android.phone",
1031 "com.android.phone.SimContacts");
1045 intent.setClassName("com.android.phone",
1046 "com.android.phone.settings.fdn.FdnList");
1061 intent.setClassName("com.android.phone",
1062 "com.android.phone.ADNList");
1071 phone.getDataCallList(null);
1091 phone.setDataEnabled(false);
1095 phone.setDataEnabled(true);
1107 return phone.getServiceState().getState() != ServiceState.STATE_POWER_OFF;
1134 if (phone != null && mImsManager != null) {
1153 phone.setRadioPower(isChecked);
1158 if (phone != null && mImsManager != null) {
1159 return mImsManager.isVolteEnabledByPlatform(phone.getContext())
1160 && mImsManager.isVolteProvisionedOnDevice(phone.getContext());
1173 if (phone != null && mImsManager != null) {
1174 return mImsManager.isVtEnabledByPlatform(phone.getContext())
1175 && mImsManager.isVtProvisionedOnDevice(phone.getContext());
1188 if (phone != null && mImsManager != null) {
1189 return mImsManager.isWfcEnabledByPlatform(phone.getContext())
1190 && mImsManager.isWfcProvisionedOnDevice(phone.getContext());
1222 phone.disableDnsCheck(!phone.isDnsCheckDisabled());
1249 phone.setSmscAddress(smsc.getText().toString(),
1268 phone.setPreferredNetworkType(mPreferredNetworkTypeResult, msg);
1281 phone.setCellInfoListRate(mCellInfoRefreshRates[pos]);