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

1 2 3

  /frameworks/base/telephony/java/com/android/internal/telephony/
MccTable.java 48 int mcc; field in class:MccTable.MccEntry
58 this.mcc = mnc;
67 return mcc - o.mcc;
72 entryForMcc(int mcc)
78 m = new MccEntry(mcc, null, 0);
90 * Returns a default time zone ID for the given MCC.
91 * @param mcc Mobile Country Code
94 public static String defaultTimeZoneForMcc(int mcc) {
97 entry = entryForMcc(mcc);
176 int mcc, mnc; local
    [all...]
ServiceStateTracker.java 478 // Return false if the mcc isn't valid as we don't know where we are.
479 // Return true if we have an IccCard and the mcc changed or we
483 // If mcc is invalid then we'll return false
484 int mcc; local
486 mcc = Integer.parseInt(operatorNumeric.substring(0, 3));
489 log("shouldFixTimeZoneNow: no mcc, operatorNumeric=" + operatorNumeric +
495 // If prevMcc is invalid will make it different from mcc
501 prevMcc = mcc + 1;
509 boolean retVal = ((iccCardExist && (mcc != prevMcc)) || needToFixTimeZone);
516 " operatorNumeric=" + operatorNumeric + " mcc=" + mcc
    [all...]
  /frameworks/base/telephony/java/android/telephony/
GsmCellIdentity.java 43 * @param mcc 3-digit Mobile Country Code, 0..999
50 public GsmCellIdentity (int mcc, int mnc,
53 mMcc = mcc;
LteCellIdentity.java 42 * @param mcc 3-digit Mobile Country Code, 0..999
49 public LteCellIdentity (int mcc, int mnc,
52 mMcc = mcc;
  /frameworks/base/core/jni/
android_content_res_Configuration.cpp 29 jfieldID mcc; member in struct:android::__anon16815
48 out->mcc = env->GetIntField(clazz, gConfigurationClassInfo.mcc);
95 GET_FIELD_ID(gConfigurationClassInfo.mcc, clazz,
96 "mcc", "I");
  /frameworks/base/core/java/android/content/res/
Configuration.java 45 * IMSI MCC (Mobile Country Code), corresponding to
46 * <a href="{@docRoot}guide/topics/resources/providing-resources.html#MccQualifier">mcc</a>
49 public int mcc; field in class:Configuration
438 mcc = o.mcc;
468 sb.append(mcc);
469 sb.append("mcc");
589 mcc = mnc = 0;
627 if (delta.mcc != 0 && mcc != delta.mcc)
    [all...]
  /development/apps/Development/src/com/android/development/
ConfigurationViewer.java 45 + "mcc=" + c.mcc + "\n"
  /development/tools/findunused/
findunusedtranslations 31 if ($values =~ /^(-mcc[^-]*)*(-mnc[^-]*)*(.*)$/) {
  /frameworks/base/native/android/
configuration.cpp 45 return config->mcc;
128 void AConfiguration_setMcc(AConfiguration* config, int32_t mcc) {
129 config->mcc = mcc;
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigurationTest.java 41 mConfig.mcc = mConfig.mnc = 1;
123 cfg1.mcc = 2;
124 cfg2.mcc = 3;
126 cfg1.mcc = 3;
127 cfg2.mcc = 2;
151 config.mcc = 1;
286 config.mcc = 0;
ResourcesTest.java 117 private Resources getResources(final Configuration config, final int mcc, final int mnc,
126 config.mcc = mcc;
  /packages/apps/Settings/src/com/android/settings/
ApnEditor.java 107 Telephony.Carriers.MCC, // 9
260 // MCC is first 3 chars and then in 2 - 3 chars of MNC
263 String mcc = numeric.substring(0, 3); local
266 // Auto populate MNC and MCC for new entries, based on what SIM reports
267 mMcc.setText(mcc);
270 mCurMcc = mcc;
456 String mcc = checkNotSet(mMcc.getText()); local
502 values.put(Telephony.Carriers.MCC, mcc);
505 values.put(Telephony.Carriers.NUMERIC, mcc + mnc)
528 String mcc = checkNotSet(mMcc.getText()); local
    [all...]
  /development/ndk/platforms/android-9/include/android/
configuration.h 123 * Return the current MCC set in the configuration. 0 if not set.
128 * Set the current MCC in the configuration. 0 to clear.
130 void AConfiguration_setMcc(AConfiguration* config, int32_t mcc);
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/android/
configuration.h 123 * Return the current MCC set in the configuration. 0 if not set.
128 * Set the current MCC in the configuration. 0 to clear.
130 void AConfiguration_setMcc(AConfiguration* config, int32_t mcc);
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/android/
configuration.h 123 * Return the current MCC set in the configuration. 0 if not set.
128 * Set the current MCC in the configuration. 0 to clear.
130 void AConfiguration_setMcc(AConfiguration* config, int32_t mcc);
  /prebuilts/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/android/
configuration.h 123 * Return the current MCC set in the configuration. 0 if not set.
128 * Set the current MCC in the configuration. 0 to clear.
130 void AConfiguration_setMcc(AConfiguration* config, int32_t mcc);
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/android/
configuration.h 123 * Return the current MCC set in the configuration. 0 if not set.
128 * Set the current MCC in the configuration. 0 to clear.
130 void AConfiguration_setMcc(AConfiguration* config, int32_t mcc);
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/android/
configuration.h 123 * Return the current MCC set in the configuration. 0 if not set.
128 * Set the current MCC in the configuration. 0 to clear.
130 void AConfiguration_setMcc(AConfiguration* config, int32_t mcc);
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/android/
configuration.h 123 * Return the current MCC set in the configuration. 0 if not set.
128 * Set the current MCC in the configuration. 0 to clear.
130 void AConfiguration_setMcc(AConfiguration* config, int32_t mcc);
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/android/
configuration.h 123 * Return the current MCC set in the configuration. 0 if not set.
128 * Set the current MCC in the configuration. 0 to clear.
130 void AConfiguration_setMcc(AConfiguration* config, int32_t mcc);
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/android/
configuration.h 123 * Return the current MCC set in the configuration. 0 if not set.
128 * Set the current MCC in the configuration. 0 to clear.
130 void AConfiguration_setMcc(AConfiguration* config, int32_t mcc);
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/android/
configuration.h 123 * Return the current MCC set in the configuration. 0 if not set.
128 * Set the current MCC in the configuration. 0 to clear.
130 void AConfiguration_setMcc(AConfiguration* config, int32_t mcc);
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
RuimRecords.java 173 * Returns the 5 or 6 digit MCC/MNC of the operator that
182 // Length = length of MCC + length of MNC
183 // length of mcc = 3 (3GPP2 C.S0005 - Section 2.3)
187 // Guess the MNC length based on the MCC if we don't
190 int mcc = Integer.parseInt(mImsi.substring(0,3)); local
191 return mImsi.substring(0, 3 + MccTable.smallestDigitsMccForMnc(mcc));
229 // IMSI (MCC+MNC+MSIN) is at least 6 digits, but not more
  /frameworks/base/tools/aapt/
AaptAssets.cpp 157 // IMSI - MCC
160 *value = config.mcc;
306 return config.mcc;
366 String8 mcc, mnc, loc, layoutsize, layoutlong, orient, den; local
400 // imsi - mcc
402 mcc = part;
410 //printf("not mcc: %s\n", part.string());
423 //printf("not mcc: %s\n", part.string());
659 this->mcc = mcc;
    [all...]
  /frameworks/base/services/jni/
com_android_server_location_GpsLocationProvider.cpp 374 jobject obj, jint type, jint mcc, jint mnc, jint lac, jint cid)
387 location.u.cellID.mcc = mcc;

Completed in 1509 milliseconds

1 2 3