Searched refs:getOperatorNumeric (Results 1 – 10 of 10) sorted by relevance
114 return ((mForbiddenPlmns != null) && mForbiddenPlmns.contains(getOperatorNumeric())); in isForbiddenNetwork()153 public String getOperatorNumeric() { in getOperatorNumeric() method in NetworkOperatorPreference184 return CellInfoUtil.getNetworkTitle(mCellId, getOperatorNumeric()); in getOperatorName()193 getOperatorNumeric(), getAccessNetworkTypeFromCellInfo(mCellInfo)); in getOperatorInfo()
112 final String operatorNumeric = operatorInfo.getOperatorNumeric(); in convertOperatorInfoToCellInfo()
544 (serviceState != null) ? serviceState.getOperatorNumeric() : null; in isTdscdmaSupported()
91 return bidiFormatter.unicodeWrap(oi.getOperatorNumeric(), TextDirectionHeuristics.LTR); in getNetworkTitle()138 String operatorNumeric = operatorInfo.getOperatorNumeric(); in convertOperatorInfoToCellInfo()163 String plmn = CellInfoUtil.getOperatorInfoFromCellInfo(cellInfo).getOperatorNumeric(); in isForbidden()
477 final String voice_operator_numeric = ss.getOperatorNumeric(); in query()480 final String data_operator_numeric = ss.getOperatorNumeric(); in query()
901 updateDataRoamingStatus(serviceState.getOperatorNumeric()); in handleServiceStateChanged()
1032 (serviceState != null) ? serviceState.getOperatorNumeric() : null; in isTdscdmaSupported()
6376 return TextUtils.isEmpty(networkSelection.getOperatorNumeric()) in getManualNetworkSelectionPlmn()6377 ? phone.getManualNetworkSelectionPlmn() : networkSelection.getOperatorNumeric(); in getManualNetworkSelectionPlmn()
437 assertEquals(ss.getOperatorNumeric(), in verifyServiceStateWithPublicColumns()457 final String voiceOperatorNumeric = hasLocation ? ss.getOperatorNumeric() : null; in verifyServiceStateForSubId()460 final String dataOperatorNumeric = hasLocation ? ss.getOperatorNumeric() : null; in verifyServiceStateForSubId()
3173 phone.getServiceState().getOperatorNumeric())) { in possiblyOverrideDefaultDataForEmergencyCall()