HomeSort by relevance Sort by last modified time
    Searched defs:sim (Results 1 - 16 of 16) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaLteServiceStateTracker.java 87 CdmaLteUiccRecords sim = (CdmaLteUiccRecords)phone.mIccRecords; local
88 if ((sim != null) && sim.isProvisioned()) {
89 mMdn = sim.getMdn();
90 mMin = sim.getMin();
91 parseSidNid(sim.getSid(), sim.getNid());
92 mPrlVersion = sim.getPrlVersion();;
371 // SIM is found on the device. If ERI roaming is OFF and SID/NID matches
372 // one configfured in SIM, use operator name from CSIM record
    [all...]
  /external/wpa_supplicant/
events.c 166 * wpa_supplicant_scard_init - Initialize SIM/USIM access with PC/SC
172 * configured to use PC/SC for SIM/USIM access (EAP-SIM or EAP-AKA).
178 int aka = 0, sim = 0, type; local
184 sim = 1;
192 sim = 1;
201 sim = 0;
205 if (!sim && !aka) {
207 "SIM, but neither EAP-SIM nor EAP-AKA are enabled")
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
events.c 178 * wpa_supplicant_scard_init - Initialize SIM/USIM access with PC/SC
184 * configured to use PC/SC for SIM/USIM access (EAP-SIM or EAP-AKA).
190 int aka = 0, sim = 0, type; local
196 sim = 1;
204 sim = 1;
213 sim = 0;
217 if (!sim && !aka) {
219 "SIM, but neither EAP-SIM nor EAP-AKA are enabled")
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_sim_db.c 2 * hostapd / EAP-SIM database/authenticator gateway
14 * This is an example implementation of the EAP-SIM/AKA database/authentication
18 * EAP-SIM/AKA pseudonyms and re-auth identities. It can be used with different
53 } sim; member in union:eap_sim_db_pending::__anon14119
116 * SIM-RESP-AUTH <IMSI> Kc(i):SRES(i):RAND(i) ...
117 * SIM-RESP-AUTH <IMSI> FAILURE
123 wpa_printf(MSG_DEBUG, "EAP-SIM DB: No pending entry for the "
130 wpa_printf(MSG_DEBUG, "EAP-SIM DB: External server reported "
148 if (hexstr2bin(start, entry->u.sim.kc[num_chal],
157 if (hexstr2bin(start, entry->u.sim.sres[num_chal]
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_sim_db.c 2 * hostapd / EAP-SIM database/authenticator gateway
14 * This is an example implementation of the EAP-SIM/AKA database/authentication
18 * EAP-SIM/AKA pseudonyms and re-auth identities. It can be used with different
54 } sim; member in union:eap_sim_db_pending::__anon14339
117 * SIM-RESP-AUTH <IMSI> Kc(i):SRES(i):RAND(i) ...
118 * SIM-RESP-AUTH <IMSI> FAILURE
124 wpa_printf(MSG_DEBUG, "EAP-SIM DB: No pending entry for the "
131 wpa_printf(MSG_DEBUG, "EAP-SIM DB: External server reported "
149 if (hexstr2bin(start, entry->u.sim.kc[num_chal],
158 if (hexstr2bin(start, entry->u.sim.sres[num_chal]
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
events.c 221 * wpa_supplicant_scard_init - Initialize SIM/USIM access with PC/SC
227 * configured to use PC/SC for SIM/USIM access (EAP-SIM or EAP-AKA).
233 int aka = 0, sim = 0, type; local
239 sim = 1;
247 sim = 1;
256 sim = 0;
260 if (!sim && !aka) {
262 "use SIM, but neither EAP-SIM nor EAP-AKA are
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 85 private final Simulator sim; field in class:Ropper
282 this.sim = new Simulator(machine, method);
684 sim.simulate(block, frame);
    [all...]
  /packages/apps/Phone/src/com/android/phone/
PhoneApp.java 269 // like the "SIM missing" and "Sim locked" cases (bug 1804111).
272 // Some products don't have the concept of a "SIM network lock"
274 + "not showing 'SIM network unlock' PIN entry screen");
276 // Normal case: show the "SIM network unlock" PIN entry screen.
278 // they enter a valid SIM network PIN.
279 Log.i(LOG_TAG, "show sim depersonal panel");
342 // Marks the event where the SIM goes into ready state.
506 IccCard sim = phone.getIccCard(); local
507 if (sim != null)
1311 IccCard sim = phone.getIccCard(); local
    [all...]
  /external/v8/src/mips/
simulator-mips.cc 74 explicit MipsDebugger(Simulator* sim);
107 MipsDebugger::MipsDebugger(Simulator* sim) {
108 sim_ = sim;
368 char* line = ReadLine("sim> ");
862 Simulator* sim = isolate_data->simulator(); local
863 if (sim == NULL) {
865 sim = new Simulator();
866 isolate_data->set_simulator(sim);
868 return sim;
    [all...]
  /external/qemu/telephony/
android_modem.c 246 /* SIM card */
247 ASimCard sim; member in struct:AModemRec_
596 modem->sim = asimcard_create(base_port);
616 asimcard_destroy( modem->sim );
617 modem->sim = NULL;
646 return modem->sim;
    [all...]
  /external/v8/src/arm/
lithium-arm.cc 740 HSimulate* sim = HSimulate::cast(hinstr->next()); local
742 instr, sim->ast_id());
    [all...]
simulator-arm.cc 56 explicit ArmDebugger(Simulator* sim);
87 ArmDebugger::ArmDebugger(Simulator* sim) {
88 sim_ = sim;
295 char* line = ReadLine("sim> ");
858 Simulator* sim = isolate_data->simulator(); local
859 if (sim == NULL) {
861 sim = new Simulator();
862 isolate_data->set_simulator(sim);
864 return sim;
    [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 734 HSimulate* sim = HSimulate::cast(hinstr->next()); local
736 instr, sim->ast_id());
    [all...]
  /external/v8/src/x64/
lithium-x64.cc 735 HSimulate* sim = HSimulate::cast(hinstr->next()); local
737 instr, sim->ast_id());
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java 185 // SIM errors and unlock. Not sure if this really should be in a high layer.
2098 final int sim = attrs.softInputMode; local
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 2542 milliseconds