Searched defs:operatorNumeric (Results 1 - 12 of 12) 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.java701 * @param operatorNumeric
706 protected boolean shouldFixTimeZoneNow(PhoneBase phoneBase, String operatorNumeric, argument
716 mcc = Integer.parseInt(operatorNumeric.substring(0, 3));
719 log("shouldFixTimeZoneNow: no mcc, operatorNumeric=" + operatorNumeric +
746 " operatorNumeric=" + operatorNumeric + " mcc=" + mcc +
H A DPhoneBase.java165 * the carrier selection process. operatorNumeric can be ""
171 public String operatorNumeric; field in class:PhoneBase.NetworkSelectMessage
820 nsm.operatorNumeric = "";
833 nsm.operatorNumeric = network.getOperatorNumeric();
861 // nsm.operatorNumeric is "" if we're in automatic.selection.
864 editor.putString(NETWORK_SELECTION_KEY, nsm.operatorNumeric);
H A DCommandsInterface.java1235 void setNetworkSelectionModeManual(String operatorNumeric, Message response); argument
H A DRIL.java1703 setNetworkSelectionModeManual(String operatorNumeric, Message response) { argument
1709 + " " + operatorNumeric);
1711 rr.mParcel.writeString(operatorNumeric);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMALTEPhone.java189 boolean updateCurrentCarrierInProvider(String operatorNumeric) { argument
193 retVal = super.updateCurrentCarrierInProvider(operatorNumeric);
205 String operatorNumeric = getOperatorNumeric();
208 + " currentDds = " + currentDds + " operatorNumeric = " + operatorNumeric);
210 if (!TextUtils.isEmpty(operatorNumeric) && (getSubId() == currentDds)) {
214 map.put(Telephony.Carriers.NUMERIC, operatorNumeric);
362 String operatorNumeric = SystemProperties.get(PROPERTY_CDMA_HOME_OPERATOR_NUMERIC);
363 log("update icc_operator_numeric=" + operatorNumeric);
364 if (!TextUtils.isEmpty(operatorNumeric)) {
[all...]
H A DCdmaServiceStateTracker.java1100 String operatorNumeric;
1107 operatorNumeric = mSS.getOperatorNumeric();
1110 if (isInvalidOperatorNumeric(operatorNumeric)) {
1112 operatorNumeric = fixUnknownMcc(operatorNumeric, sid);
1115 mPhone.setSystemProperty(TelephonyProperties.PROPERTY_OPERATOR_NUMERIC, operatorNumeric);
1116 updateCarrierMccMncConfiguration(operatorNumeric,
1119 if (isInvalidOperatorNumeric(operatorNumeric)) {
1120 if (DBG) log("operatorNumeric "+ operatorNumeric
1181 isInvalidOperatorNumeric(String operatorNumeric) argument
1186 fixUnknownMcc(String operatorNumeric, int sid) argument
1217 setOperatorIdd(String operatorNumeric) argument
[all...]
H A DCDMAPhone.java212 String operatorNumeric = SystemProperties.get(PROPERTY_CDMA_HOME_OPERATOR_NUMERIC);
214 + "' operatorNumeric='" + operatorNumeric + "'");
221 if (!TextUtils.isEmpty(operatorNumeric)) {
222 log("init: set 'gsm.sim.operator.numeric' to operator='" + operatorNumeric + "'");
223 log("update icc_operator_numeric=" + operatorNumeric);
224 setSystemProperty(PROPERTY_ICC_OPERATOR_NUMERIC, operatorNumeric);
226 SubscriptionController.getInstance().setMccMnc(operatorNumeric, getSubId());
228 setIsoCountryProperty(operatorNumeric);
232 updateCurrentCarrierInProvider(operatorNumeric);
1674 setIsoCountryProperty(String operatorNumeric) argument
1700 updateCurrentCarrierInProvider(String operatorNumeric) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java321 String operatorNumeric, Message response) {
320 setNetworkSelectionModeManual( String operatorNumeric, Message response) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java323 String operatorNumeric, Message response) {
322 setNetworkSelectionModeManual( String operatorNumeric, Message response) argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java435 public void setNetworkSelectionModeManual(String operatorNumeric, Message response) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1239 String operatorNumeric, Message result) {unimplemented(result);}
1238 setNetworkSelectionModeManual( String operatorNumeric, Message result) argument

Completed in 421 milliseconds