Home | History | Annotate | Download | only in deviceinfo

Lines Matching refs:serviceState

42 import android.telephony.ServiceState;
147 ServiceState serviceState = status.mPhoneStateReceiver.getServiceState();
148 status.updateServiceState(serviceState);
361 private void updateServiceState(ServiceState serviceState) {
362 int state = serviceState.getState();
366 case ServiceState.STATE_IN_SERVICE:
369 case ServiceState.STATE_OUT_OF_SERVICE:
370 case ServiceState.STATE_EMERGENCY_ONLY:
373 case ServiceState.STATE_POWER_OFF:
380 if (serviceState.getRoaming()) {
385 setSummaryText(KEY_OPERATOR_NAME, serviceState.getOperatorAlphaLong());
398 if ((ServiceState.STATE_OUT_OF_SERVICE == state) ||
399 (ServiceState.STATE_POWER_OFF == state)) {