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

1 2

  /frameworks/base/telephony/java/com/android/internal/telephony/
OperatorInfo.java 62 String operatorNumeric,
67 mOperatorNumeric = operatorNumeric;
75 String operatorNumeric,
78 operatorNumeric, rilStateToState(stateString));
83 String operatorNumeric) {
84 this(operatorAlphaLong, operatorAlphaShort, operatorNumeric, State.UNKNOWN);
150 in.readString(), /*operatorNumeric*/
ITelephony.aidl 880 * @param operatorNumeric the PLMN of the operator to attach to.
886 boolean setNetworkSelectionModeManual(int subId, in String operatorNumeric,
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
LocaleTracker.java 260 * @param operatorNumeric MCC/MNC of the operator
262 public synchronized void updateOperatorNumericSync(String operatorNumeric) {
264 if (DBG) log("updateOperatorNumericSync. mcc/mnc=" + operatorNumeric);
265 if (!Objects.equals(mOperatorNumeric, operatorNumeric)) {
266 String msg = "Operator numeric changes to " + operatorNumeric;
269 mOperatorNumeric = operatorNumeric;
294 * @param operatorNumeric MCC/MNC of the operator
296 public void updateOperatorNumericAsync(String operatorNumeric) {
297 if (DBG) log("updateOperatorNumericAsync. mcc/mnc=" + operatorNumeric);
298 sendMessage(obtainMessage(EVENT_UPDATE_OPERATOR_NUMERIC, operatorNumeric));
    [all...]
ServiceStateTracker.java     [all...]
GsmCdmaPhone.java 324 String operatorNumeric = SystemProperties.get(PROPERTY_CDMA_HOME_OPERATOR_NUMERIC);
326 + "' operatorNumeric='" + operatorNumeric + "'");
331 if (!TextUtils.isEmpty(operatorNumeric)) {
332 logd("init: set 'gsm.sim.operator.numeric' to operator='" + operatorNumeric +
334 logd("update icc_operator_numeric=" + operatorNumeric);
335 tm.setSimOperatorNumericForPhone(mPhoneId, operatorNumeric);
337 SubscriptionController.getInstance().setMccMnc(operatorNumeric, getSubId());
339 setIsoCountryProperty(operatorNumeric);
341 logd("update mccmnc=" + operatorNumeric);
    [all...]
Phone.java 238 * the carrier selection process. operatorNumeric can be ""
244 public String operatorNumeric;
    [all...]
CommandsInterface.java     [all...]
  /packages/services/Telephony/src/com/android/phone/
NetworkQueryService.java 375 String operatorNumeric = oi.getOperatorNumeric();
378 log("operatorNumeric: " + operatorNumeric);
379 if (operatorNumeric != null && operatorNumeric.matches("^[0-9]{5,6}$")) {
380 mcc = operatorNumeric.substring(0, 3);
381 mnc = operatorNumeric.substring(3);
MobileNetworkSettings.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
RuimRecords.java 644 String operatorNumeric = getRUIMOperatorNumeric();
645 if (operatorNumeric != null) {
646 if (operatorNumeric.length() <= 6) {
647 log("update mccmnc=" + operatorNumeric);
648 MccTable.updateMccMncConfiguration(mContext, operatorNumeric, false);
652 String operatorNumeric = getRUIMOperatorNumeric();
653 log("NO update mccmnc=" + operatorNumeric);
    [all...]
  /frameworks/base/telephony/java/android/telephony/data/
ApnSetting.java 569 public static ApnSetting makeApnSetting(int id, String operatorNumeric, String entryName,
577 .setOperatorNumeric(operatorNumeric)
    [all...]
  /hardware/interfaces/radio/1.0/
IRadio.hal 625 * @param operatorNumeric string specifying MCCMNC of network to select (eg "310170")
629 oneway setNetworkSelectionModeManual(int32_t serial, string operatorNumeric);
    [all...]
types.hal     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCommandInterface.java 337 String operatorNumeric, Message response) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipCommandInterface.java 338 String operatorNumeric, Message response) {
  /hardware/interfaces/radio/1.2/default/
Radio.h 120 const hidl_string& operatorNumeric) override;
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
UsimDataDownloadCommands.java.broken 435 public void setNetworkSelectionModeManual(String operatorNumeric, Message response) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommandsVerifier.java 947 public void setNetworkSelectionModeManual(String operatorNumeric, Message response) {
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.0_r1-robolectric-0.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-4.4_r1-robolectric-1.jar 
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-4.4_r1-robolectric-1.jar 

Completed in 397 milliseconds

1 2