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

  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaLteServiceStateTracker.java 68 CdmaLteUiccRecords sim = (CdmaLteUiccRecords)phone.mIccRecords; local
69 if ((sim != null) && sim.isProvisioned()) {
70 mMdn = sim.getMdn();
71 mMin = sim.getMin();
72 parseSidNid(sim.getSid(), sim.getNid());
73 mPrlVersion = sim.getPrlVersion();;
363 // SIM is found on the device. If ERI roaming is OFF, and SID/NID matches
364 // one configfured in SIM, use operator name from CSIM record
    [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_8/wpa_supplicant/
events.c 216 * wpa_supplicant_scard_init - Initialize SIM/USIM access with PC/SC
222 * configured to use PC/SC for SIM/USIM access (EAP-SIM or EAP-AKA).
229 int aka = 0, sim = 0, type; local
235 sim = 1;
243 sim = 1;
252 sim = 0;
256 if (!sim && !aka) {
258 "use SIM, but neither EAP-SIM nor EAP-AKA are
    [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::__anon15476
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
8 * This is an example implementation of the EAP-SIM/AKA database/authentication
12 * EAP-SIM/AKA pseudonyms and re-auth identities. It can be used with different
48 } sim; member in union:eap_sim_db_pending::__anon15692
111 * SIM-RESP-AUTH <IMSI> Kc(i):SRES(i):RAND(i) ...
112 * SIM-RESP-AUTH <IMSI> FAILURE
118 wpa_printf(MSG_DEBUG, "EAP-SIM DB: No pending entry for the "
125 wpa_printf(MSG_DEBUG, "EAP-SIM DB: External server reported "
143 if (hexstr2bin(start, entry->u.sim.kc[num_chal],
152 if (hexstr2bin(start, entry->u.sim.sres[num_chal]
    [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 312 // like the "SIM missing" and "Sim locked" cases (bug 1804111).
315 // Some products don't have the concept of a "SIM network lock"
317 + "not showing 'SIM network unlock' PIN entry screen");
319 // Normal case: show the "SIM network unlock" PIN entry screen.
321 // they enter a valid SIM network PIN.
322 Log.i(LOG_TAG, "show sim depersonal panel");
385 // Marks the event where the SIM goes into ready state.
565 IccCard sim = phone.getIccCard(); local
566 if (sim != null)
1487 IccCard sim = phone.getIccCard(); local
    [all...]
  /external/v8/src/mips/
simulator-mips.cc 75 explicit MipsDebugger(Simulator* sim) : sim_(sim) { }
386 char* line = ReadLine("sim> ");
996 Simulator* sim = isolate_data->simulator(); local
    [all...]
lithium-mips.cc 762 HSimulate* sim = HSimulate::cast(hinstr->next()); local
764 instr, sim->ast_id());
    [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 762 HSimulate* sim = HSimulate::cast(hinstr->next()); local
764 instr, sim->ast_id());
    [all...]
simulator-arm.cc 56 explicit ArmDebugger(Simulator* sim) : sim_(sim) { }
290 char* line = ReadLine("sim> ");
864 Simulator* sim = isolate_data->simulator(); local
865 if (sim == NULL) {
867 sim = new Simulator(isolate);
868 isolate_data->set_simulator(sim);
870 return sim;
    [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 759 HSimulate* sim = HSimulate::cast(hinstr->next()); local
761 instr, sim->ast_id());
    [all...]
  /external/v8/src/x64/
lithium-x64.cc 757 HSimulate* sim = HSimulate::cast(hinstr->next()); local
759 instr, sim->ast_id());
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java 192 // SIM errors and unlock. Not sure if this really should be in a high layer.
2582 final int sim = attrs.softInputMode; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 426 milliseconds