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 62 String operatorNumeric,
67 mOperatorNumeric = operatorNumeric;
75 String operatorNumeric,
78 operatorNumeric, rilStateToState(stateString));
144 in.readString(), /*operatorNumeric*/
ServiceStateTracker.java 615 * @param operatorNumeric
620 protected boolean shouldFixTimeZoneNow(PhoneBase phoneBase, String operatorNumeric,
630 mcc = Integer.parseInt(operatorNumeric.substring(0, 3));
633 log("shouldFixTimeZoneNow: no mcc, operatorNumeric=" + operatorNumeric +
660 " operatorNumeric=" + operatorNumeric + " mcc=" + mcc +
CommandsInterface.java     [all...]
RIL.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaLteServiceStateTracker.java 128 String operatorNumeric = null;
131 operatorNumeric = mNewSS.getOperatorNumeric();
132 mcc = Integer.parseInt(operatorNumeric.substring(0,3));
135 operatorNumeric = mSS.getOperatorNumeric();
136 mcc = Integer.parseInt(operatorNumeric.substring(0,3));
138 loge("handlePollStateResultMessage: bad mcc operatorNumeric=" +
139 operatorNumeric + " ex=" + ex);
140 operatorNumeric = "";
145 mnc = Integer.parseInt(operatorNumeric.substring(3));
147 loge("handlePollStateResultMessage: bad mnc operatorNumeric="
    [all...]
CDMALTEPhone.java 62 * the carrier selection process. operatorNumeric can be ""
68 public String operatorNumeric;
162 nsm.operatorNumeric = network.getOperatorNumeric();
193 // nsm.operatorNumeric is "" if we're in automatic.selection.
196 editor.putString(NETWORK_SELECTION_KEY, nsm.operatorNumeric);
212 String operatorNumeric = mSimRecords.getOperatorNumeric();
213 map.put(Telephony.Carriers.NUMERIC, operatorNumeric);
215 operatorNumeric);
CDMAPhone.java 201 String operatorNumeric = SystemProperties.get(PROPERTY_CDMA_HOME_OPERATOR_NUMERIC);
203 operatorNumeric + "'");
204 setSystemProperty(PROPERTY_ICC_OPERATOR_NUMERIC, operatorNumeric);
207 setIsoCountryProperty(operatorNumeric);
210 updateCurrentCarrierInProvider(operatorNumeric);
    [all...]
CdmaServiceStateTracker.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
RuimRecords.java 483 String operatorNumeric = getRUIMOperatorNumeric();
484 if (operatorNumeric != null) {
485 if(operatorNumeric.length() <= 6){
486 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 304 String operatorNumeric, Message response) {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
UsimDataDownloadCommands.java 421 public void setNetworkSelectionModeManual(String operatorNumeric, Message response) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java     [all...]

Completed in 391 milliseconds