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

1 2 3 4 5

  /frameworks/base/telephony/java/android/telephony/
SubInfoRecord.java 77 public int mnc; field in class:SubInfoRecord
91 this.mnc = 0;
96 int mcc, int mnc) {
108 this.mnc = mnc;
126 int mnc = source.readInt();
129 displayNumberFormat, dataRoaming, iconRes, mcc, mnc);
151 dest.writeInt(mnc);
165 + " mSimIconRes=" + simIconRes + " mMcc " + mcc + " mMnc " + mnc + "}";
CellIdentityGsm.java 52 * @param mnc 2 or 3-digit Mobile Network Code, 0..999
58 public CellIdentityGsm (int mcc, int mnc, int lac, int cid) {
60 mMnc = mnc;
CellIdentityWcdma.java 55 * @param mnc 2 or 3-digit Mobile Network Code, 0..999
62 public CellIdentityWcdma (int mcc, int mnc, int lac, int cid, int psc) {
64 mMnc = mnc;
CellIdentityLte.java 56 * @param mnc 2 or 3-digit Mobile Network Code, 0..999
63 public CellIdentityLte (int mcc, int mnc, int ci, int pci, int tac) {
65 mMnc = mnc;
  /packages/services/Mms/src/com/android/mms/service/
MmsConfigManager.java 57 * the TelephonyManager has loaded the information needed in order to get the mcc/mnc's for
95 // Always put the mnc/mcc in the log so we can tell which mms_config.xml
97 Log.i(TAG, "MmsConfigManager.loadInBackground(): mcc/mnc: " +
98 configuration.mcc + "/" + configuration.mnc);
124 * device), builds a context with that SIM's mcc/mnc and loads the appropriate mms_config.xml
139 if (sub.mcc == 0 && sub.mnc == 0) {
142 configuration.mnc = config.mnc;
143 Log.i(TAG, "MmsConfigManager.load -- no mcc/mnc for sub: " + sub +
144 " using mcc/mnc from main context: " + configuration.mcc + "/"
    [all...]
  /frameworks/base/core/jni/
android_content_res_Configuration.cpp 30 jfieldID mnc; member in struct:android::__anon38340
49 out->mnc = env->GetIntField(clazz, gConfigurationClassInfo.mnc);
88 GET_FIELD_ID(gConfigurationClassInfo.mnc, clazz,
89 "mnc", "I");
  /frameworks/base/core/java/android/content/res/
Configuration.java 64 * IMSI MNC (Mobile Network Code), corresponding to
65 * <a href="{@docRoot}guide/topics/resources/providing-resources.html#MccQualifier">mnc</a>
66 * resource qualifier. 0 if undefined. Note that the actual MNC may be 0; in order to check
69 public int mnc; field in class:Configuration
72 * Constant used to to represent MNC (Mobile Network Code) zero.
73 * 0 cannot be used, since it is used to represent an undefined MNC.
576 /** @hide Native-specific bit mask for MNC config; DO NOT USE UNLESS YOU ARE SURE. */
625 mnc = o.mnc;
660 if (mnc != 0)
    [all...]
  /development/apps/Development/src/com/android/development/
ConfigurationViewer.java 46 + "mnc=" + c.mnc + "\n"
  /development/tools/findunused/
findunusedtranslations 31 if ($values =~ /^(-mcc[^-]*)*(-mnc[^-]*)*(.*)$/) {
  /frameworks/base/native/android/
configuration.cpp 49 return config->mnc;
137 void AConfiguration_setMnc(AConfiguration* config, int32_t mnc) {
138 config->mnc = mnc;
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigurationTest.java 42 mConfig.mcc = mConfig.mnc = 1;
117 cfg1.mnc = 2;
118 cfg2.mnc = 3;
120 cfg1.mnc = 3;
121 cfg2.mnc = 2;
154 config.mnc = 1;
356 config.mnc = 1;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
MccTable.java 56 MccEntry(int mnc, String iso, int smallestDigitsMCC) {
57 this(mnc, iso, smallestDigitsMCC, null);
60 MccEntry(int mnc, String iso, int smallestDigitsMCC, String language) {
61 mMcc = mnc;
173 * Updates MCC and MNC device configuration information for application retrieving
174 * correct version of resources. If MCC is 0, MCC and MNC will be ignored (not set).
176 * @param mccmnc truncated imsi with just the MCC and MNC - MNC assumed to be from 4th to end
183 int mcc, mnc; local
195 mnc = Integer.parseInt(mccmnc.substring(3))
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ApnEditor.java 113 Telephony.Carriers.MNC, // 10
267 // MCC is first 3 chars and then in 2 - 3 chars of MNC
272 String mnc = numeric.substring(3); local
273 // Auto populate MNC and MCC for new entries, based on what SIM reports
275 mMnc.setText(mnc);
276 mCurMnc = mnc;
517 String mnc = checkNotSet(mMnc.getText()); local
563 values.put(Telephony.Carriers.MNC, mnc);
565 values.put(Telephony.Carriers.NUMERIC, mcc + mnc);
593 String mnc = checkNotSet(mMnc.getText()); local
    [all...]
  /development/ndk/platforms/android-9/include/android/
configuration.h 133 * Return the current MNC set in the configuration. 0 if not set.
138 * Set the current MNC in the configuration. 0 to clear.
140 void AConfiguration_setMnc(AConfiguration* config, int32_t mnc);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaLteServiceStateTracker.java 110 // eri.xml can be defined by mcc mnc
163 int mnc; local
185 mnc = Integer.parseInt(operatorNumeric.substring(3));
187 loge("handlePollStateResultMessage: bad mnc operatorNumeric=" +
189 mnc = Integer.MAX_VALUE;
223 mNewCellIdentityLte = new CellIdentityLte(mcc, mnc, eci, pci, tac);
  /hardware/ril/include/telephony/
ril.h 872 int mnc; \/* 2 or 3-digit Mobile Network Code, 0..999, INT_MAX if unknown *\/ member in struct:__anon41648
880 int mnc; \/* 2 or 3-digit Mobile Network Code, 0..999, INT_MAX if unknown *\/ member in struct:__anon41649
905 int mnc; \/* 2 or 3-digit Mobile Network Code, 0..999, INT_MAX if unknown *\/ member in struct:__anon41651
914 int mnc; \/* 2 or 3-digit Mobile Network Code, 0..999, INT_MAX if unknown *\/ member in struct:__anon41652
    [all...]
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/android/
configuration.h 133 * Return the current MNC set in the configuration. 0 if not set.
138 * Set the current MNC in the configuration. 0 to clear.
140 void AConfiguration_setMnc(AConfiguration* config, int32_t mnc);
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/android/
configuration.h 133 * Return the current MNC set in the configuration. 0 if not set.
138 * Set the current MNC in the configuration. 0 to clear.
140 void AConfiguration_setMnc(AConfiguration* config, int32_t mnc);
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/android/
configuration.h 133 * Return the current MNC set in the configuration. 0 if not set.
138 * Set the current MNC in the configuration. 0 to clear.
140 void AConfiguration_setMnc(AConfiguration* config, int32_t mnc);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/android/
configuration.h 133 * Return the current MNC set in the configuration. 0 if not set.
138 * Set the current MNC in the configuration. 0 to clear.
140 void AConfiguration_setMnc(AConfiguration* config, int32_t mnc);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/android/
configuration.h 133 * Return the current MNC set in the configuration. 0 if not set.
138 * Set the current MNC in the configuration. 0 to clear.
140 void AConfiguration_setMnc(AConfiguration* config, int32_t mnc);
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/android/
configuration.h 133 * Return the current MNC set in the configuration. 0 if not set.
138 * Set the current MNC in the configuration. 0 to clear.
140 void AConfiguration_setMnc(AConfiguration* config, int32_t mnc);
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/android/
configuration.h 133 * Return the current MNC set in the configuration. 0 if not set.
138 * Set the current MNC in the configuration. 0 to clear.
140 void AConfiguration_setMnc(AConfiguration* config, int32_t mnc);
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/android/
configuration.h 133 * Return the current MNC set in the configuration. 0 if not set.
138 * Set the current MNC in the configuration. 0 to clear.
140 void AConfiguration_setMnc(AConfiguration* config, int32_t mnc);
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/android/
configuration.h 133 * Return the current MNC set in the configuration. 0 if not set.
138 * Set the current MNC in the configuration. 0 to clear.
140 void AConfiguration_setMnc(AConfiguration* config, int32_t mnc);

Completed in 1514 milliseconds

1 2 3 4 5