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

1 2 3 4 5 6 7 8

  /cts/libs/vogar-expect/src/vogar/
ModeId.java 20 DEVICE, JVM, ACTIVITY, SIM, HOST;
27 return this == JVM || this == SIM || this == HOST;
31 return this == DEVICE || this == ACTIVITY || this == SIM || this == HOST;
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
core_types.h 38 #ifdef SIM
memory_options.h 27 #if defined (SIM) || defined(EMU)
platform.c 21 #ifdef SIM
57 #ifdef SIM
113 #ifdef SIM
hte.c 23 #ifdef SIM
88 #ifdef SIM
lprint.c 63 #ifdef SIM
387 #endif //SIM
meminit_utils.h 92 #ifndef SIM
  /external/autotest/client/site_tests/network_3GIdentifiers/
network_3GIdentifiers.py 10 from autotest_lib.client.cros.cellular.pseudomodem import sim
18 class TestSIM(sim.SIM):
19 """ sim.SIM subclass to set the network as needed. """
21 sim.SIM.__init__(self,
22 sim.SIM.Carrier('att'),
  /external/autotest/client/site_tests/network_LTEActivate/files/
modems.py 11 from autotest_lib.client.cros.cellular.pseudomodem import sim
86 class TestSIM(sim.SIM):
87 """ SIM instantiated with the default test network, for ease of use. """
89 # Shill's activating ICCID store tracks which SIM identifiers are in
90 # the process of activation. If we use the same SIM identifier for
92 # activating ICCD store which will erroneously mark the SIM as pending
93 # activation. So, to avoid this, try to use a unique SIM identifier
96 sim.SIM.__init__
    [all...]
  /external/autotest/client/site_tests/cellular_ServiceName/
cellular_ServiceName.py 13 from autotest_lib.client.cros.cellular.pseudomodem import sim
52 class TestSIM(sim.SIM):
54 Test SIM with a specific carrier name that the tests below are expecting.
58 carrier = sim.SIM.Carrier()
63 sim.SIM.__init__(self, carrier,
79 Verifies that shill reports the correct service name depending on the SIM
107 Checks the service name when the SIM and the network is the sam
    [all...]
  /frameworks/base/packages/Osu/src/com/android/anqp/eap/
Credential.java 15 SIM,
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/
sh.exp 178 if { ![info exists SIM] || [which $SIM] == 0 } {
183 set status [catch "exec $SIM tmpdir/sh2" exec_output]
  /hardware/interfaces/radio/1.0/vts/functional/
radio_hidl_hal_icc.cpp 38 if (cardStatus.applications[i].appType == AppType::SIM ||
61 if (cardStatus.applications[i].appType == AppType::SIM ||
84 if (cardStatus.applications[i].appType == AppType::SIM ||
107 if (cardStatus.applications[i].appType == AppType::SIM ||
130 if (cardStatus.applications[i].appType == AppType::SIM ||
153 if (cardStatus.applications[i].appType == AppType::SIM ||
175 if (cardStatus.applications[i].appType == AppType::SIM ||
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
TelephonyUtilTest.java 47 WifiEnterpriseConfig.Eap.SIM, WifiEnterpriseConfig.Phase2.NONE)));
50 WifiEnterpriseConfig.Eap.PEAP, WifiEnterpriseConfig.Phase2.SIM)));
89 WifiEnterpriseConfig.Eap.SIM, WifiEnterpriseConfig.Phase2.NONE)));
100 WifiEnterpriseConfig.Eap.SIM, WifiEnterpriseConfig.Phase2.NONE)));
107 WifiEnterpriseConfig.Eap.SIM, WifiEnterpriseConfig.Phase2.NONE)));
118 WifiEnterpriseConfig.Eap.TTLS, WifiEnterpriseConfig.Phase2.SIM)));
136 WifiEnterpriseConfig.Eap.TTLS, WifiEnterpriseConfig.Phase2.SIM)));
142 WifiEnterpriseConfig.Eap.SIM, WifiEnterpriseConfig.Phase2.NONE)));
148 WifiEnterpriseConfig.Eap.PEAP, WifiEnterpriseConfig.Phase2.SIM)));
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
TelephonyUtil.java 34 * Get the identity for the current SIM or null if the SIM is not available
38 * @return String with the identity or none if the SIM is not available or config is invalid
70 if (eapMethod == WifiEnterpriseConfig.Eap.SIM) {
100 * Return the associated SIM method for the configuration.
103 * @return the outer EAP method associated with this SIM configuration.
113 case WifiEnterpriseConfig.Phase2.SIM:
114 eapMethod = WifiEnterpriseConfig.Eap.SIM;
129 * Checks if the network is a SIM config.
132 * @return true if it is a SIM config, false otherwise
    [all...]
  /tools/test/connectivity/acts/tests/google/tel/config/
README.md 6 - **sim_conf_file** - Path to a SIM card config file, which is needed in the event that the MSISDN/MDN is not programmed onto SIM cards used in a defined testbed. The file provides key/value pairs mapping ICCIDs to MSISDNs. This file can be generated and amended by the 'manage_sim.py' utility. Its contents are subject to change so users are highly encouraged to use manage_sim.py.
  /frameworks/base/wifi/java/android/net/wifi/
WifiEnterpriseConfig.java 274 public static final int SIM = 4;
283 { "PEAP", "TLS", "TTLS", "PWD", "SIM", "AKA", "AKA'", "WFA-UNAUTH-TLS" };
301 public static final int SIM = 5;
310 "MSCHAPV2", "GTC", "SIM", "AKA", "AKA'" };
360 boolean shouldNotWriteAnonIdentity = mEapMethod == WifiEnterpriseConfig.Eap.SIM
434 case Eap.SIM:
469 case Phase2.SIM:
    [all...]
  /external/autotest/client/cros/cellular/
pseudo_modem.py 9 user to test shill and UI behaviors when a supported SIM is inserted
101 class SIM(DBusObjectWithProperties):
102 """SIM Object.
104 Mock SIM Card and the typical information it might contain.
105 SIM cards of different carriers can be created by providing
106 the MCC, MNC, operator name, imsi, and msin. SIM objects are
143 name='/Sim/0'):
147 self.mcc = mcc or SIM.MCC_LIST.get(mcc_country, '000')
151 self.imsi = imsi or (self.mcc + self.mnc + SIM.DEFAULT_IMSI)
156 """Creates a SIM card object for a given carrier.""
    [all...]
  /hardware/interfaces/wifi/supplicant/1.0/
ISupplicantStaNetwork.hal 97 SIM = 4,
110 SIM = 5,
    [all...]
  /platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
QuickSettingsHelper.java 48 WIFI("Wi-Fi"), SIM("Mobile data"), DND("Do not disturb"), FLASHLIGHT("Flashlight"), SCREEN(
  /external/autotest/client/cros/cellular/pseudomodem/
pseudomodem.py 29 import sim
117 Three main objects are created: the |Modem|, the |Sim|, and the
131 self._sim = sim.SIM(sim.SIM.Carrier('test'),
134 logging.info('Created default 3GPP SIM.')
168 # Unfortunately, setting the SIM has to be deferred until everyone has
182 The user can provide their own implementations of the |Modem|, |Sim| or
346 title='SIM options'
    [all...]
  /external/autotest/client/site_tests/network_SIMLocking/
network_SIMLocking.py 13 from autotest_lib.client.cros.cellular.pseudomodem import sim
20 Test the SIM locking functionality of shill.
23 - Attempt to enable SIM lock with incorrect sim-pin. Verify that the
25 - Successfully pin-lock the SIM.
26 - Unlock a pin-locked SIM.
27 - Attempt to unlock a pin-locked SIM with incorrect sim-pin, until it gets
29 - Unblock a puk-locked SIM.
30 - Attempt to unblock a puk-locked SIM with incorrect sim-puk, until th
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.conf 493 # pcsc: Use PC/SC and SIM/USIM card
546 # milenage: Milenage parameters for SIM/USIM simulator in <Ki>:<OPc>:<SQN>
633 # sim_num: Identifier for which SIM to use in multi-SIM devices
    [all...]
  /frameworks/base/packages/Osu/src/com/android/configparse/
ConfigBuilder.java 172 * Uncomment to enforce strict IMSI matching with currently installed SIM cards.
186 throw new IOException("Supplied IMSI does not match any SIM card");
235 return WifiEnterpriseConfig.Eap.SIM;
  /tools/test/connectivity/acts/tests/google/wifi/
WifiEnterpriseRoamingTest.py 79 Ent.EAP: int(EAP.SIM),

Completed in 901 milliseconds

1 2 3 4 5 6 7 8