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

  /external/qemu/telephony/
sim_card.c 28 char puk[ A_SIM_PUK_SIZE+1 ]; member in struct:ASimCardRec_
46 strncpy( card->puk, "12345678", sizeof(card->puk) );
85 return sim->puk;
96 asimcard_set_puk( ASimCard sim, const char* puk )
98 strncpy( sim->puk, puk, A_SIM_PUK_SIZE );
125 asimcard_check_puk( ASimCard sim, const char* puk, const char* pin )
130 if ( !strcmp( sim->puk, puk ) ) {
    [all...]
android_modem.c 1838 char puk[5]; local
    [all...]
  /external/chromium/chrome/browser/ui/webui/chromeos/
sim_unlock_ui.cc 168 // Pending code input (PIN/PUK).
180 // Pass PIN/PUK code to flimflam and check status.
183 // Single handler for PIN/PUK code operations.
202 // completed (either cancelled or with entry of PIN/PUK).
205 // Checks whether SIM card is in PUK locked state and proceeds to PUK input.
503 std::string puk; local
506 !args->GetString(0, &puk) ||
512 HandleEnterCode(CODE_PUK, puk);
614 // Proceed user to PUK input
    [all...]

Completed in 60 milliseconds