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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DOperatorInfo.java62 String operatorNumeric,
67 mOperatorNumeric = operatorNumeric;
75 String operatorNumeric,
78 operatorNumeric, rilStateToState(stateString));
83 String operatorNumeric) {
84 this(operatorAlphaLong, operatorAlphaShort, operatorNumeric, State.UNKNOWN);
150 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
81 OperatorInfo(String operatorAlphaLong, String operatorAlphaShort, String operatorNumeric) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java326 String operatorNumeric, Message response) {
325 setNetworkSelectionModeManual( String operatorNumeric, Message response) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java327 String operatorNumeric, Message response) {
326 setNetworkSelectionModeManual( String operatorNumeric, Message response) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaPhone.java303 String operatorNumeric = SystemProperties.get(PROPERTY_CDMA_HOME_OPERATOR_NUMERIC);
305 + "' operatorNumeric='" + operatorNumeric + "'");
312 if (!TextUtils.isEmpty(operatorNumeric)) {
313 logd("init: set 'gsm.sim.operator.numeric' to operator='" + operatorNumeric +
315 logd("update icc_operator_numeric=" + operatorNumeric);
316 tm.setSimOperatorNumericForPhone(mPhoneId, operatorNumeric);
318 SubscriptionController.getInstance().setMccMnc(operatorNumeric, getSubId());
320 setIsoCountryProperty(operatorNumeric);
322 logd("update mccmnc=" + operatorNumeric);
337 setIsoCountryProperty(String operatorNumeric) argument
2596 updateCurrentCarrierInProvider(String operatorNumeric) argument
[all...]
H A DCommandsInterface.java1273 void setNetworkSelectionModeManual(String operatorNumeric, Message response); argument
H A DRIL.java1775 public void setNetworkSelectionModeManual(String operatorNumeric, Message result) { argument
1783 + " operatorNumeric = " + operatorNumeric);
1788 convertNullToEmptyString(operatorNumeric));
H A DServiceStateTracker.java1527 String operatorNumeric = ((TelephonyManager) mPhone.getContext().
1531 if (!TextUtils.isEmpty(operatorNumeric) && getCdmaMin() != null) {
1532 return (operatorNumeric + getCdmaMin());
2848 String operatorNumeric = mSS.getOperatorNumeric();
2852 if (isInvalidOperatorNumeric(operatorNumeric)) {
2854 operatorNumeric = fixUnknownMcc(operatorNumeric, sid);
2858 tm.setNetworkOperatorNumericForPhone(mPhone.getPhoneId(), operatorNumeric);
2859 updateCarrierMccMncConfiguration(operatorNumeric,
2861 if (isInvalidOperatorNumeric(operatorNumeric)) {
3101 setOperatorIdd(String operatorNumeric) argument
3115 isInvalidOperatorNumeric(String operatorNumeric) argument
3120 fixUnknownMcc(String operatorNumeric, int sid) argument
4455 shouldFixTimeZoneNow(Phone phone, String operatorNumeric, String prevOperatorNumeric, boolean needToFixTimeZone) argument
4791 inSameCountry(String operatorNumeric) argument
[all...]
H A DPhone.java238 * the carrier selection process. operatorNumeric can be ""
244 public String operatorNumeric; field in class:Phone.NetworkSelectMessage
1200 nsm.operatorNumeric = "";
1245 nsm.operatorNumeric = network.getOperatorNumeric();
1280 // nsm.operatorNumeric is "" if we're in automatic.selection.
1283 editor.putString(NETWORK_SELECTION_KEY + subId, nsm.operatorNumeric);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1332 String operatorNumeric, Message result) {unimplemented(result);}
1331 setNetworkSelectionModeManual( String operatorNumeric, Message result) argument
H A DSimulatedCommandsVerifier.java935 public void setNetworkSelectionModeManual(String operatorNumeric, Message response) { argument

Completed in 199 milliseconds