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

  /frameworks/opt/telephony/src/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 546 * @param operatorNumeric
551 protected boolean shouldFixTimeZoneNow(PhoneBase phoneBase, String operatorNumeric,
561 mcc = Integer.parseInt(operatorNumeric.substring(0, 3));
564 log("shouldFixTimeZoneNow: no mcc, operatorNumeric=" + operatorNumeric +
591 " operatorNumeric=" + operatorNumeric + " mcc=" + mcc +
CommandsInterface.java     [all...]
RIL.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaLteServiceStateTracker.java 147 String operatorNumeric = null;
150 operatorNumeric = mLteSS.getOperatorNumeric();
151 mcc = Integer.parseInt(operatorNumeric.substring(0,3));
154 operatorNumeric = ss.getOperatorNumeric();
155 mcc = Integer.parseInt(operatorNumeric.substring(0,3));
157 loge("handlePollStateResultMessage: bad mcc operatorNumeric=" +
158 operatorNumeric + " ex=" + ex);
159 operatorNumeric = "";
164 mnc = Integer.parseInt(operatorNumeric.substring(3));
166 loge("handlePollStateResultMessage: bad mnc operatorNumeric="
    [all...]
CDMALTEPhone.java 64 * the carrier selection process. operatorNumeric can be ""
70 public String operatorNumeric;
164 nsm.operatorNumeric = network.getOperatorNumeric();
195 // nsm.operatorNumeric is "" if we're in automatic.selection.
198 editor.putString(NETWORK_SELECTION_KEY, nsm.operatorNumeric);
214 String operatorNumeric = mSimRecords.getOperatorNumeric();
215 map.put(Telephony.Carriers.NUMERIC, operatorNumeric);
217 operatorNumeric);
CDMAPhone.java 208 String operatorNumeric = SystemProperties.get(PROPERTY_CDMA_HOME_OPERATOR_NUMERIC);
210 operatorNumeric + "'");
211 setSystemProperty(PROPERTY_ICC_OPERATOR_NUMERIC, operatorNumeric);
214 setIsoCountryProperty(operatorNumeric);
217 updateCurrentCarrierInProvider(operatorNumeric);
    [all...]
CdmaServiceStateTracker.java     [all...]
RuimRecords.java 467 String operatorNumeric = getRUIMOperatorNumeric();
468 if (operatorNumeric != null) {
469 if(operatorNumeric.length() <= 6){
470 MccTable.updateMccMncConfiguration(mContext, operatorNumeric);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java     [all...]
GSMPhone.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipCommandInterface.java 240 String operatorNumeric, Message response) {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
UsimDataDownloadCommands.java 420 public void setNetworkSelectionModeManual(String operatorNumeric, Message response) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java     [all...]

Completed in 513 milliseconds