Lines Matching refs:phone

48     public CdmaLteServiceStateTracker(CDMALTEPhone phone) {
49 super(phone);
50 mCdmaLtePhone = phone;
68 CdmaLteUiccRecords sim = (CdmaLteUiccRecords)phone.mIccRecords;
174 int networkMode = android.provider.Settings.Secure.getInt(phone.getContext()
219 int networkMode = android.provider.Settings.Secure.getInt(phone.getContext()
307 && (phone.mDataConnectionTracker instanceof CdmaDataConnectionTracker)) {
309 phone.mDataConnectionTracker.dispose();
310 phone.mDataConnectionTracker = new GsmDataConnectionTracker(mCdmaLtePhone);
314 && (phone.mDataConnectionTracker instanceof GsmDataConnectionTracker)) {
316 phone.mDataConnectionTracker.dispose();
317 phone.mDataConnectionTracker = new CdmaDataConnectionTracker(phone);
331 phone.setSystemProperty(TelephonyProperties.PROPERTY_DATA_NETWORK_TYPE,
340 if (phone.isEriFileLoaded()) {
345 eriText = phone.getCdmaEriText();
347 eriText = phone.mIccRecords.getServiceProviderName();
356 eriText = phone.getContext()
362 if (phone.getIccCard().getState() == IccCard.State.READY) {
366 ((CdmaLteUiccRecords)phone.mIccRecords).getCsimSpnDisplayCondition();
371 ss.setOperatorAlphaLong(phone.mIccRecords.getServiceProviderName());
377 phone.setSystemProperty(TelephonyProperties.PROPERTY_OPERATOR_ALPHA,
383 phone.setSystemProperty(TelephonyProperties.PROPERTY_OPERATOR_NUMERIC, operatorNumeric);
387 phone.setSystemProperty(TelephonyProperties.PROPERTY_OPERATOR_ISO_COUNTRY, "");
401 phone.setSystemProperty(TelephonyProperties.PROPERTY_OPERATOR_ISO_COUNTRY,
405 if (shouldFixTimeZoneNow(phone, operatorNumeric, prevOperatorNumeric,
411 phone.setSystemProperty(TelephonyProperties.PROPERTY_OPERATOR_ISROAMING,
415 phone.notifyServiceStateChanged(ss);
427 phone.notifyDataConnection(null);
439 phone.notifyLocationChanged();
486 phone.notifySignalStrength();