Home
last modified time | relevance | path

Searched refs:servicestate (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java5647 private void updateOperatorNameForServiceState(ServiceState servicestate) { in updateOperatorNameForServiceState() argument
5648 if (servicestate == null) { in updateOperatorNameForServiceState()
5652 servicestate.setOperatorName( in updateOperatorNameForServiceState()
5653 filterOperatorNameByPattern(servicestate.getOperatorAlphaLong()), in updateOperatorNameForServiceState()
5654 filterOperatorNameByPattern(servicestate.getOperatorAlphaShort()), in updateOperatorNameForServiceState()
5655 servicestate.getOperatorNumeric()); in updateOperatorNameForServiceState()
5658 servicestate.getNetworkRegistrationInfoList(); in updateOperatorNameForServiceState()
5664 servicestate.addNetworkRegistrationInfo(networkRegistrationInfos.get(i)); in updateOperatorNameForServiceState()