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

1 2

  /frameworks/base/telephony/java/android/telephony/
GsmCellIdentity.java 44 * @param mnc 2 or 3-digit Mobile Network Code, 0..999
50 public GsmCellIdentity (int mcc, int mnc,
54 mMnc = mnc;
LteCellIdentity.java 43 * @param mnc 2 or 3-digit Mobile Network Code, 0..999
49 public LteCellIdentity (int mcc, int mnc,
53 mMnc = mnc;
  /frameworks/base/core/jni/
android_content_res_Configuration.cpp 30 jfieldID mnc; member in struct:android::__anon16815
49 out->mnc = env->GetIntField(clazz, gConfigurationClassInfo.mnc);
97 GET_FIELD_ID(gConfigurationClassInfo.mnc, clazz,
98 "mnc", "I");
  /frameworks/base/core/java/android/content/res/
Configuration.java 52 * IMSI MNC (Mobile Network Code), corresponding to
53 * <a href="{@docRoot}guide/topics/resources/providing-resources.html#MccQualifier">mnc</a>
56 public int mnc; field in class:Configuration
439 mnc = o.mnc;
470 sb.append(mnc);
471 sb.append("mnc");
589 mcc = mnc = 0;
631 if (delta.mnc != 0 && mnc != delta.mnc)
    [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;
132 void AConfiguration_setMnc(AConfiguration* config, int32_t mnc) {
133 config->mnc = mnc;
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigurationTest.java 41 mConfig.mcc = mConfig.mnc = 1;
116 cfg1.mnc = 2;
117 cfg2.mnc = 3;
119 cfg1.mnc = 3;
120 cfg2.mnc = 2;
153 config.mnc = 1;
287 config.mnc = 1;
ResourcesTest.java 117 private Resources getResources(final Configuration config, final int mcc, final int mnc,
127 config.mnc = mnc;
  /frameworks/base/telephony/java/com/android/internal/telephony/
MccTable.java 53 MccEntry(int mnc, String iso, int smallestDigitsMCC) {
54 this(mnc, iso, smallestDigitsMCC, null);
57 MccEntry(int mnc, String iso, int smallestDigitsMCC, String language) {
58 this.mcc = mnc;
169 * Updates MCC and MNC device configuration information for application retrieving
170 * correct version of resources. If either MCC or MNC is 0, they will be ignored (not set).
172 * @param mccmnc truncated imsi with just the MCC and MNC - MNC assumed to be from 4th to end
176 int mcc, mnc; local
180 mnc = Integer.parseInt(mccmnc.substring(3))
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ApnEditor.java 108 Telephony.Carriers.MNC, // 10
260 // MCC is first 3 chars and then in 2 - 3 chars of MNC
265 String mnc = numeric.substring(3); local
266 // Auto populate MNC and MCC for new entries, based on what SIM reports
268 mMnc.setText(mnc);
269 mCurMnc = mnc;
457 String mnc = checkNotSet(mMnc.getText()); local
503 values.put(Telephony.Carriers.MNC, mnc);
505 values.put(Telephony.Carriers.NUMERIC, mcc + mnc);
529 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);
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/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/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r6/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/android-ndk-r7/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/android-ndk-r7/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/android-ndk-r7/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/android-ndk-r7/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);
  /frameworks/base/tools/aapt/
AaptAssets.cpp 164 // IMSI - MNC
167 *value = config.mnc;
308 return config.mnc;
366 String8 mcc, mnc, loc, layoutsize, layoutlong, orient, den; local
413 // imsi - mnc
415 mnc = part;
660 this->mnc = mnc;
690 s += this->mnc;
738 if (this->mnc != "")
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap.c 877 * Rules for figuring out MNC length based on IMSI for SIM cards that do not
878 * include MNC length field.
890 return 2; /* Networks in Finland use 2-digit MNC */
900 char *pos, mnc[4]; local
907 /* MNC (2 or 3 digits) */
912 wpa_printf(MSG_INFO, "Failed to get MNC length from (U)SIM "
918 mnc[0] = '0';
919 mnc[1] = imsi[3];
920 mnc[2] = imsi[4];
922 mnc[0] = imsi[3]
    [all...]
  /frameworks/base/services/jni/
com_android_server_location_GpsLocationProvider.cpp 374 jobject obj, jint type, jint mcc, jint mnc, jint lac, jint cid)
388 location.u.cellID.mnc = mnc;
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 132 "mnc TEXT," +
249 String mnc = parser.getAttributeValue(null, "mnc"); local
250 String numeric = mcc + mnc;
254 map.put(Telephony.Carriers.MNC, mnc);

Completed in 563 milliseconds

1 2