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

  /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*/
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaPhone.java 303 String operatorNumeric = SystemProperties.get(PROPERTY_CDMA_HOME_OPERATOR_NUMERIC);
305 + "' operatorNumeric='" + operatorNumeric + "'");
312 if (!TextUtils.isEmpty(operatorNumeric)) {
313 logd("init: set 'gsm.sim.operator.numeric' to operator='" + operatorNumeric +
315 logd("update icc_operator_numeric=" + operatorNumeric);
316 tm.setSimOperatorNumericForPhone(mPhoneId, operatorNumeric);
318 SubscriptionController.getInstance().setMccMnc(operatorNumeric, getSubId());
320 setIsoCountryProperty(operatorNumeric);
322 logd("update mccmnc=" + operatorNumeric);
    [all...]
ServiceStateTracker.java     [all...]
Phone.java 238 * the carrier selection process. operatorNumeric can be ""
244 public String operatorNumeric;
    [all...]
CommandsInterface.java     [all...]
RIL.java     [all...]
RadioResponse.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
RuimRecords.java 631 String operatorNumeric = getRUIMOperatorNumeric();
632 if (operatorNumeric != null) {
633 if (operatorNumeric.length() <= 6) {
634 log("update mccmnc=" + operatorNumeric);
635 MccTable.updateMccMncConfiguration(mContext, operatorNumeric, false);
639 String operatorNumeric = getRUIMOperatorNumeric();
640 log("NO update mccmnc=" + 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...]
  /packages/services/Telephony/src/com/android/phone/
MobileNetworkSettings.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCommandInterface.java 326 String operatorNumeric, Message response) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipCommandInterface.java 327 String operatorNumeric, Message response) {
  /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 935 public void setNetworkSelectionModeManual(String operatorNumeric, Message response) {
SimulatedCommands.java     [all...]
  /prebuilts/misc/common/robolectric/lib/
android-all-6.0.0_r1-robolectric-0.jar 
android-all-5.0.0_r2-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 
  /hardware/ril/libril/
ril_service.cpp 245 const ::android::hardware::hidl_string& operatorNumeric);
    [all...]

Completed in 553 milliseconds