Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DOperatorInfo.java35 private String operatorNumeric; field in OperatorInfo
52 return operatorNumeric; in getOperatorNumeric()
62 String operatorNumeric, in OperatorInfo() argument
67 this.operatorNumeric = operatorNumeric; in OperatorInfo()
75 String operatorNumeric, in OperatorInfo() argument
78 operatorNumeric, rilStateToState(stateString)); in OperatorInfo()
103 + "/" + operatorNumeric in toString()
126 dest.writeString(operatorNumeric); in writeToParcel()
DServiceStateTracker.java476 protected boolean shouldFixTimeZoneNow(PhoneBase phoneBase, String operatorNumeric, in shouldFixTimeZoneNow() argument
486 mcc = Integer.parseInt(operatorNumeric.substring(0, 3)); in shouldFixTimeZoneNow()
489 log("shouldFixTimeZoneNow: no mcc, operatorNumeric=" + operatorNumeric + in shouldFixTimeZoneNow()
516 " operatorNumeric=" + operatorNumeric + " mcc=" + mcc + in shouldFixTimeZoneNow()
DCommandsInterface.java1143 void setNetworkSelectionModeManual(String operatorNumeric, Message response); in setNetworkSelectionModeManual() argument
DRIL.java1552 setNetworkSelectionModeManual(String operatorNumeric, Message response) { in setNetworkSelectionModeManual() argument
1558 + " " + operatorNumeric); in setNetworkSelectionModeManual()
1560 rr.mp.writeString(operatorNumeric); in setNetworkSelectionModeManual()
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
DCDMALTEPhone.java61 public String operatorNumeric; field in CDMALTEPhone.NetworkSelectMessage
160 nsm.operatorNumeric = network.getOperatorNumeric(); in selectNetworkManually()
194 editor.putString(NETWORK_SELECTION_KEY, nsm.operatorNumeric); in handleSetSelectNetwork()
210 String operatorNumeric = mIccRecords.getOperatorNumeric(); in updateCurrentCarrierInProvider() local
211 map.put(Telephony.Carriers.NUMERIC, operatorNumeric); in updateCurrentCarrierInProvider()
213 operatorNumeric); in updateCurrentCarrierInProvider()
DCdmaLteServiceStateTracker.java375 String operatorNumeric; in pollStateDone() local
382 operatorNumeric = ss.getOperatorNumeric(); in pollStateDone()
383 phone.setSystemProperty(TelephonyProperties.PROPERTY_OPERATOR_NUMERIC, operatorNumeric); in pollStateDone()
385 if (operatorNumeric == null) { in pollStateDone()
391 String mcc = operatorNumeric.substring(0, 3); in pollStateDone()
393 isoCountryCode = MccTable.countryCodeForMcc(Integer.parseInt(operatorNumeric in pollStateDone()
405 if (shouldFixTimeZoneNow(phone, operatorNumeric, prevOperatorNumeric, in pollStateDone()
DCDMAPhone.java207 String operatorNumeric = SystemProperties.get(PROPERTY_CDMA_HOME_OPERATOR_NUMERIC); in init() local
209 operatorNumeric + "'"); in init()
210 setSystemProperty(PROPERTY_ICC_OPERATOR_NUMERIC, operatorNumeric); in init()
213 setIsoCountryProperty(operatorNumeric); in init()
216 updateCurrentCarrierInProvider(operatorNumeric); in init()
1398 private void setIsoCountryProperty(String operatorNumeric) { in setIsoCountryProperty() argument
1399 if (TextUtils.isEmpty(operatorNumeric)) { in setIsoCountryProperty()
1405 operatorNumeric.substring(0,3))); in setIsoCountryProperty()
1422 boolean updateCurrentCarrierInProvider(String operatorNumeric) { in updateCurrentCarrierInProvider() argument
1423 if (!TextUtils.isEmpty(operatorNumeric)) { in updateCurrentCarrierInProvider()
[all …]
DRuimRecords.java238 String operatorNumeric = getRUIMOperatorNumeric(); in handleMessage() local
239 if (operatorNumeric != null) { in handleMessage()
240 if(operatorNumeric.length() <= 6){ in handleMessage()
241 MccTable.updateMccMncConfiguration(mContext, operatorNumeric); in handleMessage()
DCdmaServiceStateTracker.java1013 String operatorNumeric; in pollStateDone() local
1020 operatorNumeric = ss.getOperatorNumeric(); in pollStateDone()
1021 phone.setSystemProperty(TelephonyProperties.PROPERTY_OPERATOR_NUMERIC, operatorNumeric); in pollStateDone()
1023 if (operatorNumeric == null) { in pollStateDone()
1029 String mcc = operatorNumeric.substring(0, 3); in pollStateDone()
1032 operatorNumeric.substring(0,3))); in pollStateDone()
1043 if (shouldFixTimeZoneNow(phone, operatorNumeric, prevOperatorNumeric, in pollStateDone()
1607 String operatorNumeric = SystemProperties.get( in getImsi() local
1610 if (!TextUtils.isEmpty(operatorNumeric) && getCdmaMin() != null) { in getImsi()
1611 return (operatorNumeric + getCdmaMin()); in getImsi()
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
DGsmServiceStateTracker.java848 String operatorNumeric; in pollStateDone() local
857 operatorNumeric = ss.getOperatorNumeric(); in pollStateDone()
858 phone.setSystemProperty(TelephonyProperties.PROPERTY_OPERATOR_NUMERIC, operatorNumeric); in pollStateDone()
860 if (operatorNumeric == null) { in pollStateDone()
867 String mcc = operatorNumeric.substring(0, 3); in pollStateDone()
908 if (shouldFixTimeZoneNow(phone, operatorNumeric, prevOperatorNumeric, in pollStateDone()
1282 String operatorNumeric = s.getOperatorNumeric(); in isRoamingBetweenOperators() local
1287 equals(operatorNumeric.substring(0, 3)); in isRoamingBetweenOperators()
DGSMPhone.java985 public String operatorNumeric; field in GSMPhone.NetworkSelectMessage
996 nsm.operatorNumeric = ""; in setNetworkSelectionModeAutomatic()
1014 nsm.operatorNumeric = network.getOperatorNumeric(); in selectNetworkManually()
1380 editor.putString(NETWORK_SELECTION_KEY, nsm.operatorNumeric); in handleSetSelectNetwork()
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
DSipCommandInterface.java240 String operatorNumeric, Message response) { in setNetworkSelectionModeManual() argument
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java420 public void setNetworkSelectionModeManual(String operatorNumeric, Message response) { in setNetworkSelectionModeManual() argument
/frameworks/base/telephony/java/com/android/internal/telephony/test/
DSimulatedCommands.java1143 String operatorNumeric, Message result) {unimplemented(result);} in setNetworkSelectionModeManual() argument