HomeSort by relevance Sort by last modified time
    Searched refs:mnc (Results 76 - 100 of 141) sorted by null

1 2 34 5 6

  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/android/
configuration.h 155 * Return the current MNC set in the configuration. 0 if not set.
160 * Set the current MNC in the configuration. 0 to clear.
162 void AConfiguration_setMnc(AConfiguration* config, int32_t mnc);
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/android/
configuration.h 155 * Return the current MNC set in the configuration. 0 if not set.
160 * Set the current MNC in the configuration. 0 to clear.
162 void AConfiguration_setMnc(AConfiguration* config, int32_t mnc);
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/android/
configuration.h 155 * Return the current MNC set in the configuration. 0 if not set.
160 * Set the current MNC in the configuration. 0 to clear.
162 void AConfiguration_setMnc(AConfiguration* config, int32_t mnc);
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/android/
configuration.h 155 * Return the current MNC set in the configuration. 0 if not set.
160 * Set the current MNC in the configuration. 0 to clear.
162 void AConfiguration_setMnc(AConfiguration* config, int32_t mnc);
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/android/
configuration.h 155 * Return the current MNC set in the configuration. 0 if not set.
160 * Set the current MNC in the configuration. 0 to clear.
162 void AConfiguration_setMnc(AConfiguration* config, int32_t mnc);
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/android/
configuration.h 155 * Return the current MNC set in the configuration. 0 if not set.
160 * Set the current MNC in the configuration. 0 to clear.
162 void AConfiguration_setMnc(AConfiguration* config, int32_t mnc);
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/android/
configuration.h 155 * Return the current MNC set in the configuration. 0 if not set.
160 * Set the current MNC in the configuration. 0 to clear.
162 void AConfiguration_setMnc(AConfiguration* config, int32_t mnc);
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/android/
configuration.h 155 * Return the current MNC set in the configuration. 0 if not set.
160 * Set the current MNC in the configuration. 0 to clear.
162 void AConfiguration_setMnc(AConfiguration* config, int32_t mnc);
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/android/
configuration.h 155 * Return the current MNC set in the configuration. 0 if not set.
160 * Set the current MNC in the configuration. 0 to clear.
162 void AConfiguration_setMnc(AConfiguration* config, int32_t mnc);
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/android/
configuration.h 155 * Return the current MNC set in the configuration. 0 if not set.
160 * Set the current MNC in the configuration. 0 to clear.
162 void AConfiguration_setMnc(AConfiguration* config, int32_t mnc);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SubscriptionController.java 288 int mnc = cursor.getInt(cursor.getColumnIndexOrThrow( local
289 SubscriptionManager.MNC));
298 + " mcc:" + mcc + " mnc:" + mnc + " countIso:" + countryIso);
307 nameSource, iconTint, number, dataRoaming, iconBitmap, mcc, mnc, countryIso);
1078 int mnc = 0; local
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap.c 1283 char *pos, mnc[4]; local
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /external/autotest/client/cros/cellular/
base_station_pxt.py 105 def SetPlmn(self, mcc, mnc):
  /hardware/ril/libril/
ril.cpp     [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
ResourcesTest.java 117 private Resources getResources(final Configuration config, final int mcc, final int mnc,
127 config.mnc = mnc;
  /frameworks/base/tools/aapt/
AaptConfig.cpp 330 out->mnc = atoi(val);
331 if (out->mnc == 0) {
332 out->mnc = ACONFIGURATION_MNC_ZERO;
  /packages/services/Telephony/src/com/android/phone/
CarrierConfigLoader.java 413 String mnc = ""; local
419 // A valid simOperator should be 5 or 6 digits, depending on the length of the MNC.
422 mnc = simOperator.substring(3);
431 return new CarrierIdentifier(mcc, mnc, spn, imsi, gid1, gid2);
    [all...]
  /frameworks/base/core/java/android/content/res/
AssetManager.java 755 public native final void setConfiguration(int mcc, int mnc, String locale,
  /external/wpa_supplicant_8/hostapd/
config_file.c 1344 char *mcc, *mnc; local
1348 mnc = os_strchr(pos, ',');
1349 if (mnc == NULL)
1351 *mnc++ = '\0';
1352 pos = os_strchr(mnc, ';');
1356 mnc_len = os_strlen(mnc);
1360 /* BC coded MCC,MNC */
1363 /* MNC digit 3 | MCC digit 3 */
1364 *ipos++ = (((mnc_len == 2) ? 0xf0 : ((mnc[2] - '0') << 4))) |
1366 /* MNC digit 2 | MNC digit 1 *
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 521 final int previousMnc = sLocaleConfiguration.mnc;
522 final int mnc = configuration.mnc; local
524 boolean localeChanged = !locale.equals(previousLocale) || mcc != previousMcc || mnc != previousMnc;
529 sLocaleConfiguration.mnc = mnc;
546 public int mnc = -1; field in class:Launcher.LocaleConfiguration
555 configuration.mnc = in.readInt();
577 out.writeInt(configuration.mnc);
    [all...]
  /frameworks/base/services/core/java/com/android/server/location/
GnssLocationProvider.java 548 if (DEBUG) Log.d(TAG, "SIM MCC/MNC is available: " + mccMnc);
564 if (DEBUG) Log.d(TAG, "SIM MCC/MNC is still not available");
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_location_GnssLocationProvider.cpp 759 JNIEnv* /* env */, jobject /* obj */, jint type, jint mcc, jint mnc, jint lac, jint cid)
773 location.u.cellID.mnc = mnc;
    [all...]
  /hardware/libhardware/include/hardware/
gps.h 661 uint16_t mnc; member in struct:__anon30819
    [all...]
  /packages/providers/PartnerBookmarksProvider/src/com/android/providers/partnerbookmarks/
PartnerBookmarksProvider.java 141 + "-mnc=" + Integer.toString(config.mnc)

Completed in 3781 milliseconds

1 2 34 5 6