Searched defs:operatorNumeric (Results 1 - 10 of 10) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DOperatorInfo.java62 String operatorNumeric,
67 mOperatorNumeric = operatorNumeric;
75 String operatorNumeric,
78 operatorNumeric, rilStateToState(stateString));
144 in.readString(), /*operatorNumeric*/
60 OperatorInfo(String operatorAlphaLong, String operatorAlphaShort, String operatorNumeric, State state) argument
73 OperatorInfo(String operatorAlphaLong, String operatorAlphaShort, String operatorNumeric, String stateString) argument
H A DServiceStateTracker.java655 * @param operatorNumeric
660 protected boolean shouldFixTimeZoneNow(PhoneBase phoneBase, String operatorNumeric, argument
670 mcc = Integer.parseInt(operatorNumeric.substring(0, 3));
673 log("shouldFixTimeZoneNow: no mcc, operatorNumeric=" + operatorNumeric +
700 " operatorNumeric=" + operatorNumeric + " mcc=" + mcc +
H A DCommandsInterface.java1204 void setNetworkSelectionModeManual(String operatorNumeric, Message response); argument
H A DRIL.java1612 setNetworkSelectionModeManual(String operatorNumeric, Message response) { argument
1618 + " " + operatorNumeric);
1620 rr.mParcel.writeString(operatorNumeric);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMALTEPhone.java61 * the carrier selection process. operatorNumeric can be ""
67 public String operatorNumeric; field in class:CDMALTEPhone.NetworkSelectMessage
154 nsm.operatorNumeric = network.getOperatorNumeric();
185 // nsm.operatorNumeric is "" if we're in automatic.selection.
188 editor.putString(NETWORK_SELECTION_KEY, nsm.operatorNumeric);
206 boolean updateCurrentCarrierInProvider(String operatorNumeric) { argument
210 retVal = super.updateCurrentCarrierInProvider(operatorNumeric);
225 String operatorNumeric = mSimRecords.getOperatorNumeric();
226 map.put(Telephony.Carriers.NUMERIC, operatorNumeric);
228 operatorNumeric);
[all...]
H A DCDMAPhone.java200 String operatorNumeric = SystemProperties.get(PROPERTY_CDMA_HOME_OPERATOR_NUMERIC);
202 + "' operatorNumeric='" + operatorNumeric + "'");
209 if (!TextUtils.isEmpty(operatorNumeric)) {
210 log("init: set 'gsm.sim.operator.numeric' to operator='" + operatorNumeric + "'");
211 setSystemProperty(PROPERTY_ICC_OPERATOR_NUMERIC, operatorNumeric);
213 setIsoCountryProperty(operatorNumeric);
217 updateCurrentCarrierInProvider(operatorNumeric);
1546 private void setIsoCountryProperty(String operatorNumeric) { argument
1547 if (TextUtils.isEmpty(operatorNumeric)) {
1572 updateCurrentCarrierInProvider(String operatorNumeric) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java1045 * the carrier selection process. operatorNumeric can be ""
1051 public String operatorNumeric; field in class:GSMPhone.NetworkSelectMessage
1063 nsm.operatorNumeric = "";
1082 nsm.operatorNumeric = network.getOperatorNumeric();
1488 // nsm.operatorNumeric is "" if we're in automatic.selection.
1491 editor.putString(NETWORK_SELECTION_KEY, nsm.operatorNumeric);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java318 String operatorNumeric, Message response) {
317 setNetworkSelectionModeManual( String operatorNumeric, Message response) argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java431 public void setNetworkSelectionModeManual(String operatorNumeric, Message response) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1224 String operatorNumeric, Message result) {unimplemented(result);}
1223 setNetworkSelectionModeManual( String operatorNumeric, Message result) argument

Completed in 95 milliseconds