/frameworks/base/telephony/java/com/android/internal/telephony/ |
OperatorInfo.java | 35 private String operatorNumeric; 52 return operatorNumeric; 62 String operatorNumeric, 67 this.operatorNumeric = operatorNumeric; 75 String operatorNumeric, 78 operatorNumeric, rilStateToState(stateString)); 103 + "/" + operatorNumeric 126 dest.writeString(operatorNumeric); 140 in.readString(), /*operatorNumeric*/ [all...] |
ServiceStateTracker.java | 471 * @param operatorNumeric 476 protected boolean shouldFixTimeZoneNow(PhoneBase phoneBase, String operatorNumeric, 486 mcc = Integer.parseInt(operatorNumeric.substring(0, 3)); 489 log("shouldFixTimeZoneNow: no mcc, operatorNumeric=" + operatorNumeric + 516 " operatorNumeric=" + operatorNumeric + " mcc=" + mcc +
|
CommandsInterface.java | [all...] |
RIL.java | [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
CDMALTEPhone.java | 55 * the carrier selection process. operatorNumeric can be "" 61 public String operatorNumeric; 160 nsm.operatorNumeric = network.getOperatorNumeric(); 191 // nsm.operatorNumeric is "" if we're in automatic.selection. 194 editor.putString(NETWORK_SELECTION_KEY, nsm.operatorNumeric); 210 String operatorNumeric = mIccRecords.getOperatorNumeric(); 211 map.put(Telephony.Carriers.NUMERIC, operatorNumeric); 213 operatorNumeric);
|
CdmaLteServiceStateTracker.java | 375 String operatorNumeric; 382 operatorNumeric = ss.getOperatorNumeric(); 383 phone.setSystemProperty(TelephonyProperties.PROPERTY_OPERATOR_NUMERIC, operatorNumeric); 385 if (operatorNumeric == null) { 386 if (DBG) log("operatorNumeric is null"); 391 String mcc = operatorNumeric.substring(0, 3); 393 isoCountryCode = MccTable.countryCodeForMcc(Integer.parseInt(operatorNumeric 405 if (shouldFixTimeZoneNow(phone, operatorNumeric, prevOperatorNumeric,
|
RuimRecords.java | 238 String operatorNumeric = getRUIMOperatorNumeric(); 239 if (operatorNumeric != null) { 240 if(operatorNumeric.length() <= 6){ 241 MccTable.updateMccMncConfiguration(mContext, operatorNumeric);
|
CDMAPhone.java | 207 String operatorNumeric = SystemProperties.get(PROPERTY_CDMA_HOME_OPERATOR_NUMERIC); 209 operatorNumeric + "'"); 210 setSystemProperty(PROPERTY_ICC_OPERATOR_NUMERIC, operatorNumeric); 213 setIsoCountryProperty(operatorNumeric); 216 updateCurrentCarrierInProvider(operatorNumeric); [all...] |
CdmaServiceStateTracker.java | [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GsmServiceStateTracker.java | [all...] |
GSMPhone.java | [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/sip/ |
SipCommandInterface.java | 240 String operatorNumeric, Message response) {
|
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
UsimDataDownloadCommands.java | 420 public void setNetworkSelectionModeManual(String operatorNumeric, Message response) {
|
/frameworks/base/telephony/java/com/android/internal/telephony/test/ |
SimulatedCommands.java | [all...] |