Searched refs:mnc (Results 1 - 21 of 21) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_content_res_Configuration.cpp30 jfieldID mnc; member in struct:android::__anon1003
49 out->mnc = env->GetIntField(clazz, gConfigurationClassInfo.mnc);
97 GET_FIELD_ID(gConfigurationClassInfo.mnc, clazz,
98 "mnc", "I");
H A Dandroid_util_AssetManager.cpp500 jint mcc, jint mnc,
522 config.mnc = (uint16_t)mnc;
499 android_content_AssetManager_setConfiguration(JNIEnv* env, jobject clazz, jint mcc, jint mnc, jstring locale, jint orientation, jint touchscreen, jint density, jint keyboard, jint keyboardHidden, jint navigation, jint screenWidth, jint screenHeight, jint smallestScreenWidthDp, jint screenWidthDp, jint screenHeightDp, jint screenLayout, jint uiMode, jint sdkVersion) argument
/frameworks/base/core/java/android/content/res/
H A DConfiguration.java56 * <a href="{@docRoot}guide/topics/resources/providing-resources.html#MccQualifier">mnc</a>
60 public int mnc; field in class:Configuration
599 mnc = o.mnc;
634 if (mnc != 0) {
635 sb.append(mnc);
636 sb.append("mnc");
638 sb.append("?mnc");
765 mcc = mnc = 0;
807 if (delta.mnc !
[all...]
H A DAssetManager.java658 public native final void setConfiguration(int mcc, int mnc, String locale, argument
H A DResources.java1593 mAssets.setConfiguration(mConfiguration.mcc, mConfiguration.mnc,
/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityGsm.java52 * @param mnc 2 or 3-digit Mobile Network Code, 0..999
58 public CellIdentityGsm (int mcc, int mnc, int lac, int cid) { argument
60 mMnc = mnc;
H A DCellIdentityWcdma.java55 * @param mnc 2 or 3-digit Mobile Network Code, 0..999
62 public CellIdentityWcdma (int mcc, int mnc, int lac, int cid, int psc) { argument
64 mMnc = mnc;
H A DCellIdentityLte.java56 * @param mnc 2 or 3-digit Mobile Network Code, 0..999
63 public CellIdentityLte (int mcc, int mnc, int ci, int pci, int tac) { argument
65 mMnc = mnc;
/frameworks/base/native/android/
H A Dconfiguration.cpp49 return config->mnc;
137 void AConfiguration_setMnc(AConfiguration* config, int32_t mnc) { argument
138 config->mnc = mnc;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DMccTable.java53 MccEntry(int mnc, String iso, int smallestDigitsMCC) { argument
54 this(mnc, iso, smallestDigitsMCC, null);
57 MccEntry(int mnc, String iso, int smallestDigitsMCC, String language) { argument
58 mMcc = mnc;
177 int mcc, mnc;
181 mnc = Integer.parseInt(mccmnc.substring(3));
187 Slog.d(LOG_TAG, "updateMccMncConfiguration: mcc=" + mcc + ", mnc=" + mnc);
200 config.mnc = mnc
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaLteServiceStateTracker.java131 int mnc;
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);
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp167 *value = config.mnc;
315 return config.mnc;
375 String8 mcc, mnc, loc, layoutsize, layoutlong, orient, den; local
422 // imsi - mnc
424 mnc = part;
681 this->mnc = mnc;
712 s += this->mnc;
762 if (this->mnc != "") {
766 s += mnc;
[all...]
H A DAaptAssets.h120 String8 mnc; member in struct:AaptGroupEntry
H A DResourceTable.cpp2882 config.mcc, config.mnc,
2925 tHeader->config.mcc, tHeader->config.mnc,
3562 config->mcc, config->mnc,
H A DResource.cpp127 NOISY(printf("Dir %s: mcc=%d mnc=%d lang=%c%c cnt=%c%c orient=%d ui=%d density=%d touch=%d key=%d inp=%d nav=%d\n",
128 group->getPath().string(), mParams.mcc, mParams.mnc,
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1546 mnc = dtohs(mnc);
1560 mnc = htods(mnc);
1598 if (mnc != o.mnc) {
1599 return mnc < o.mnc ? -1 : 1;
1658 if (mnc != o.mnc) diff
[all...]
/frameworks/native/include/android/
H A Dconfiguration.h160 void AConfiguration_setMnc(AConfiguration* config, int32_t mnc);
/frameworks/base/services/jni/
H A Dcom_android_server_location_GpsLocationProvider.cpp489 jobject obj, jint type, jint mcc, jint mnc, jint lac, jint cid)
503 location.u.cellID.mnc = mnc;
488 android_location_GpsLocationProvider_agps_set_reference_location_cellid(JNIEnv* env, jobject obj, jint type, jint mcc, jint mnc, jint lac, jint cid) argument
/frameworks/base/services/java/com/android/server/location/
H A DGpsLocationProvider.java1728 int mnc = Integer.parseInt(phone.getNetworkOperator().substring(3));
1739 native_agps_set_ref_location_cellid(type, mcc, mnc,
1909 private native void native_agps_set_ref_location_cellid(int type, int mcc, int mnc, argument
/frameworks/base/include/androidfw/
H A DResourceTypes.h824 uint16_t mnc; member in struct:android::ResTable_config::__anon1070::__anon1071
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java4566 * <provisioningUrl mcc="310" mnc="4">http://myserver.com/foo?mdn=%3$s&amp;iccid=%1$s&amp;imei=%2$s</provisioningUrl>
4567 * <redirectedUrl mcc="310" mnc="4">http://www.google.com</redirectedUrl>
4582 /** XML attribute for mnc */
4583 private static final String ATTR_MNC = "mnc";
4622 String mnc = parser.getAttributeValue(null, ATTR_MNC);
4623 if (mnc != null && Integer.parseInt(mnc) == config.mnc) {

Completed in 616 milliseconds