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.java5693 filterOperatorNameByPattern(servicestate.getOperatorAlphaLong()), in updateOperatorNameForServiceState()
5694 filterOperatorNameByPattern(servicestate.getOperatorAlphaShort()), in updateOperatorNameForServiceState()
5714 filterOperatorNameByPattern((String) cellIdentity.getOperatorAlphaLong())); in updateOperatorNameForCellIdentity()
5716 filterOperatorNameByPattern((String) cellIdentity.getOperatorAlphaShort())); in updateOperatorNameForCellIdentity()
5741 public String filterOperatorNameByPattern(String operatorName) { in filterOperatorNameByPattern() method in ServiceStateTracker
DGsmCdmaPhone.java3618 mSST.filterOperatorNameByPattern( in handleMessage()
3620 mSST.filterOperatorNameByPattern( in handleMessage()