Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java5371 filterOperatorNameByPattern(servicestate.getOperatorAlphaLong()), in updateOperatorNameForServiceState()
5372 filterOperatorNameByPattern(servicestate.getOperatorAlphaShort()), in updateOperatorNameForServiceState()
5391 filterOperatorNameByPattern((String) cellIdentity.getOperatorAlphaLong())); in updateOperatorNameForCellIdentity()
5393 filterOperatorNameByPattern((String) cellIdentity.getOperatorAlphaShort())); in updateOperatorNameForCellIdentity()
5418 public String filterOperatorNameByPattern(String operatorName) { in filterOperatorNameByPattern() method in ServiceStateTracker
DGsmCdmaPhone.java2772 mSST.filterOperatorNameByPattern( in handleMessage()
2774 mSST.filterOperatorNameByPattern( in handleMessage()