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

12 3 4 5 6

  /cts/tests/tests/content/src/android/content/res/cts/
ConfigurationTest.java 43 mConfig.mcc = mConfig.mnc = 1;
146 cfg1.mnc = 2;
147 cfg2.mnc = 3;
149 cfg1.mnc = 3;
150 cfg2.mnc = 2;
183 config.mnc = 1;
634 config.mnc = 1;
  /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);
  /prebuilts/ndk/current/platforms/android-12/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/current/platforms/android-12/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/current/platforms/android-12/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/current/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/current/platforms/android-9/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/current/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);
  /external/autotest/client/cros/cellular/
base_station_8960.py 118 def SetPlmn(self, mcc, mnc):
122 'CALL:MNCode %s' % mnc,])
pseudo_modem.py 106 the MCC, MNC, operator name, imsi, and msin. SIM objects are
138 mnc=DEFAULT_MNC,
148 self.mnc = mnc
151 self.imsi = imsi or (self.mcc + self.mnc + SIM.DEFAULT_IMSI)
164 'OperatorIdentifier': self.mcc + self.mnc,
  /frameworks/base/telephony/java/android/telephony/
SubscriptionManager.java 249 * TelephonyProvider column name for the MNC associated with a SIM.
253 public static final String MNC = "mnc";
    [all...]
  /frameworks/base/tools/aapt2/
ConfigDescription.cpp 90 out->mnc = atoi(val);
91 if (out->mnc == 0) {
92 out->mnc = ACONFIGURATION_MNC_ZERO;
  /external/autotest/client/cros/cellular/pseudomodem/
sim.py 99 self.mnc = carrier[1]
103 self.operator_id = self.mcc + self.mnc
  /packages/apps/Messaging/src/android/support/v7/mms/
DefaultApnSettingsLoader.java 226 private static final String APN_MNC = "mnc";
398 Log.w(MmsService.TAG, "Can not get valid mcc/mnc from system");
401 // MCC/MNC is good, loading/querying APNs from XML
409 final String mnc = trimWithNullCheck(apnValues.getAsString(APN_MNC));
413 mccMnc[1] == Integer.parseInt(mnc) &&
  /development/ndk/platforms/android-13/include/android/
configuration.h 142 * Return the current MNC set in the configuration. 0 if not set.
147 * Set the current MNC in the configuration. 0 to clear.
149 void AConfiguration_setMnc(AConfiguration* config, int32_t mnc);
  /development/ndk/platforms/android-16/include/android/
configuration.h 145 * Return the current MNC set in the configuration. 0 if not set.
150 * Set the current MNC in the configuration. 0 to clear.
152 void AConfiguration_setMnc(AConfiguration* config, int32_t mnc);
  /development/ndk/platforms/android-17/include/android/
configuration.h 150 * Return the current MNC set in the configuration. 0 if not set.
155 * Set the current MNC in the configuration. 0 to clear.
157 void AConfiguration_setMnc(AConfiguration* config, int32_t mnc);
  /development/ndk/platforms/android-18/include/android/
configuration.h 151 * Return the current MNC set in the configuration. 0 if not set.
156 * Set the current MNC in the configuration. 0 to clear.
158 void AConfiguration_setMnc(AConfiguration* config, int32_t mnc);
  /development/ndk/platforms/android-21/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);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelephonyManagerFacade.java 107 Telephony.Carriers.MNC, // 10
562 @Rpc(description = "Returns the numeric name (MCC+MNC) of registered operator." +
569 @Rpc(description = "Returns the numeric name (MCC+MNC) of registered operator" +
663 @Rpc(description = "Returns the MCC+MNC for default subscription ID")
669 @Rpc(description = "Returns the MCC+MNC for specified subscription ID")
942 String mnc = ""; local
    [all...]
  /frameworks/native/include/android/
configuration.h 345 * <a href="@dacRoot/guide/topics/resources/providing-resources.html#MccQualifier">mnc</a>
427 * Constant used to to represent MNC (Mobile Network Code) zero.
428 * 0 cannot be used, since it is used to represent an undefined MNC.
466 * Return the current MNC set in the configuration. 0 if not set.
471 * Set the current MNC in the configuration. 0 to clear.
473 void AConfiguration_setMnc(AConfiguration* config, int32_t mnc);
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/android/
configuration.h 142 * Return the current MNC set in the configuration. 0 if not set.
147 * Set the current MNC in the configuration. 0 to clear.
149 void AConfiguration_setMnc(AConfiguration* config, int32_t mnc);
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/android/
configuration.h 142 * Return the current MNC set in the configuration. 0 if not set.
147 * Set the current MNC in the configuration. 0 to clear.
149 void AConfiguration_setMnc(AConfiguration* config, int32_t mnc);
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/android/
configuration.h 142 * Return the current MNC set in the configuration. 0 if not set.
147 * Set the current MNC in the configuration. 0 to clear.
149 void AConfiguration_setMnc(AConfiguration* config, int32_t mnc);
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/android/
configuration.h 142 * Return the current MNC set in the configuration. 0 if not set.
147 * Set the current MNC in the configuration. 0 to clear.
149 void AConfiguration_setMnc(AConfiguration* config, int32_t mnc);

Completed in 523 milliseconds

12 3 4 5 6