/frameworks/base/core/jni/ |
android_content_res_Configuration.cpp | 30 jfieldID mnc; member in struct:android::__anon30031 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 | 55 * IMSI MNC (Mobile Network Code), corresponding to 56 * <a href="{@docRoot}guide/topics/resources/providing-resources.html#MccQualifier">mnc</a> 57 * resource qualifier. 0 if undefined. Note that the actual MNC may be 0; in order to check 60 public int mnc; field in class:Configuration 63 * Constant used to to represent MNC (Mobile Network Code) zero. 64 * 0 cannot be used, since it is used to represent an undefined MNC. 550 /** @hide Native-specific bit mask for MNC config; DO NOT USE UNLESS YOU ARE SURE. */ 599 mnc = o.mnc; 634 if (mnc != 0) [all...] |
/frameworks/base/telephony/java/android/telephony/ |
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;
|
/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 | 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 mMcc = mnc; 170 * Updates MCC and MNC device configuration information for application retrieving 171 * correct version of resources. If MCC is 0, MCC and MNC will be ignored (not set). 173 * @param mccmnc truncated imsi with just the MCC and MNC - MNC assumed to be from 4th to end 179 int mcc, mnc; local 183 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; 510 String mnc = checkNotSet(mMnc.getText()); local 556 values.put(Telephony.Carriers.MNC, mnc); 558 values.put(Telephony.Carriers.NUMERIC, mcc + mnc); 585 String mnc = checkNotSet(mMnc.getText()); local [all...] |
/hardware/ril/include/telephony/ |
ril.h | 764 int mnc; \/* 2 or 3-digit Mobile Network Code, 0..999, INT_MAX if unknown *\/ member in struct:__anon32080 772 int mnc; \/* 2 or 3-digit Mobile Network Code, 0..999, INT_MAX if unknown *\/ member in struct:__anon32081 797 int mnc; \/* 2 or 3-digit Mobile Network Code, 0..999, INT_MAX if unknown *\/ member in struct:__anon32083 [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 | 131 int mnc; local 153 mnc = Integer.parseInt(operatorNumeric.substring(3)); 155 loge("handlePollStateResultMessage: bad mnc operatorNumeric=" + 157 mnc = Integer.MAX_VALUE; 191 mNewCellIdentityLte = new CellIdentityLte(mcc, mnc, eci, pci, tac);
|
/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);
|
/prebuilts/ndk/8/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/8/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);
|