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

/frameworks/base/core/jni/
H A Dandroid_content_res_Configuration.cpp30 jfieldID mnc; member in struct:android::__anon795
49 out->mnc = env->GetIntField(clazz, gConfigurationClassInfo.mnc);
88 GET_FIELD_ID(gConfigurationClassInfo.mnc, clazz,
89 "mnc", "I");
H A Dandroid_util_AssetManager.cpp596 jint mcc, jint mnc,
618 config.mnc = (uint16_t)mnc;
595 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.java65 * <a href="{@docRoot}guide/topics/resources/providing-resources.html#MccQualifier">mnc</a>
69 public int mnc; field in class:Configuration
625 mnc = o.mnc;
660 if (mnc != 0) {
661 sb.append(mnc);
662 sb.append("mnc");
664 sb.append("?mnc");
792 mcc = mnc = 0;
834 if (delta.mnc !
[all...]
H A DAssetManager.java685 public native final void setConfiguration(int mcc, int mnc, String locale, argument
H A DResources.java1829 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 DSubscriptionInfo.java116 Bitmap icon, int mcc, int mnc, String countryIso) {
128 this.mMnc = mnc;
299 int mnc = source.readInt();
304 nameSource, iconTint, number, dataRoaming, iconBitmap, mcc, mnc, countryIso);
341 + " mnc " + mMnc + "}";
114 SubscriptionInfo(int id, String iccId, int simSlotIndex, CharSequence displayName, CharSequence carrierName, int nameSource, int iconTint, String number, int roaming, Bitmap icon, int mcc, int mnc, String countryIso) argument
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.java55 MccEntry(int mnc, String iso, int smallestDigitsMCC) { argument
59 mMcc = mnc;
168 int mcc, mnc;
180 mnc = Integer.parseInt(mccmnc.substring(3));
186 Slog.d(LOG_TAG, "updateMccMncConfiguration: mcc=" + mcc + ", mnc=" + mnc);
202 config.mnc = mnc == 0 ? Configuration.MNC_ZERO : mnc;
H A DSubscriptionController.java271 int mnc = cursor.getInt(cursor.getColumnIndexOrThrow(
280 + " mcc:" + mcc + " mnc:" + mnc + " countIso:" + countryIso);
289 nameSource, iconTint, number, dataRoaming, iconBitmap, mcc, mnc, countryIso);
922 int mnc = 0;
925 mnc = Integer.parseInt(mccMnc.substring(3));
927 loge("[setMccMnc] - couldn't parse mcc/mnc: " + mccMnc);
929 if (DBG) logd("[setMccMnc]+ mcc/mnc:" + mcc + "/" + mnc + " subId:" + subId);
932 value.put(SubscriptionManager.MNC, mnc);
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaLteServiceStateTracker.java119 // eri.xml can be defined by mcc mnc
175 int mnc;
197 mnc = Integer.parseInt(operatorNumeric.substring(3));
199 loge("handlePollStateResultMessage: bad mnc operatorNumeric=" +
201 mnc = Integer.MAX_VALUE;
235 mNewCellIdentityLte = new CellIdentityLte(mcc, mnc, eci, pci, tac);
/frameworks/base/tools/aapt/
H A DAaptConfig.cpp320 out->mnc = atoi(val);
321 if (out->mnc == 0) {
322 out->mnc = ACONFIGURATION_MNC_ZERO;
H A DResourceTable.cpp3037 config.mcc, config.mnc,
3080 tHeader->config.mcc, tHeader->config.mnc,
3813 config->mcc, config->mnc,
H A DResource.cpp132 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",
133 group->getPath().string(), mParams.mcc, mParams.mnc,
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1765 mnc = dtohs(mnc);
1779 mnc = htods(mnc);
1837 if (mnc != o.mnc) {
1838 return mnc < o.mnc ? -1 : 1;
1894 if (mnc != o.mnc) diff
[all...]
/frameworks/native/include/android/
H A Dconfiguration.h162 void AConfiguration_setMnc(AConfiguration* config, int32_t mnc);
/frameworks/base/services/core/java/com/android/server/location/
H A DGpsLocationProvider.java1946 int mnc = Integer.parseInt(phone.getNetworkOperator().substring(3));
1957 native_agps_set_ref_location_cellid(type, mcc, mnc,
2204 private native void native_agps_set_ref_location_cellid(int type, int mcc, int mnc, argument
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GpsLocationProvider.cpp631 jobject obj, jint type, jint mcc, jint mnc, jint lac, jint cid)
645 location.u.cellID.mnc = mnc;
630 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/include/androidfw/
H A DResourceTypes.h906 uint16_t mnc; member in struct:android::ResTable_config::__anon901::__anon902
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java3209 * <provisioningUrl mcc="310" mnc="4">http://myserver.com/foo?mdn=%3$s&amp;iccid=%1$s&amp;imei=%2$s</provisioningUrl>
3210 * <redirectedUrl mcc="310" mnc="4">http://www.google.com</redirectedUrl>
3225 /** XML attribute for mnc */
3226 private static final String ATTR_MNC = "mnc";
3265 String mnc = parser.getAttributeValue(null, ATTR_MNC);
3266 if (mnc != null && Integer.parseInt(mnc) == config.mnc) {

Completed in 710 milliseconds