HomeSort by relevance Sort by last modified time
    Searched defs:operatorNumeric (Results 1 - 8 of 8) sorted by null

  /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...]
  /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);
CdmaServiceStateTracker.java     [all...]
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...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java     [all...]
GSMPhone.java     [all...]

Completed in 235 milliseconds