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 50 * the carrier selection process. operatorNumeric can be ""
56 public String operatorNumeric;
149 nsm.operatorNumeric = network.getOperatorNumeric();
180 // nsm.operatorNumeric is "" if we're in automatic.selection.
183 editor.putString(NETWORK_SELECTION_KEY, nsm.operatorNumeric);
199 String operatorNumeric = mIccRecords.getOperatorNumeric();
200 map.put(Telephony.Carriers.NUMERIC, operatorNumeric);
201 log("updateCurrentCarrierInProvider from UICC: numeric=" + operatorNumeric);
CdmaLteServiceStateTracker.java 385 String operatorNumeric;
390 operatorNumeric = ss.getOperatorNumeric();
391 phone.setSystemProperty(TelephonyProperties.PROPERTY_OPERATOR_NUMERIC, operatorNumeric);
393 if (operatorNumeric == null) {
399 isoCountryCode = MccTable.countryCodeForMcc(Integer.parseInt(operatorNumeric
RuimRecords.java 235 String operatorNumeric = getRUIMOperatorNumeric();
236 if (operatorNumeric != null) {
237 if(operatorNumeric.length() <= 6){
238 MccTable.updateMccMncConfiguration(phone, operatorNumeric);
CdmaServiceStateTracker.java     [all...]
CDMAPhone.java 204 String operatorNumeric = SystemProperties.get(PROPERTY_CDMA_HOME_OPERATOR_NUMERIC);
205 setSystemProperty(PROPERTY_ICC_OPERATOR_NUMERIC, operatorNumeric);
208 setIsoCountryProperty(operatorNumeric);
211 updateCurrentCarrierInProvider(operatorNumeric);
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GSMPhone.java     [all...]
GsmServiceStateTracker.java 842 String operatorNumeric;
    [all...]

Completed in 3472 milliseconds