Home | History | Annotate | Download | only in chromeos

Lines Matching defs:puk

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;
506 !args->GetString(0, &puk) ||
512 HandleEnterCode(CODE_PUK, puk);
614 // Proceed user to PUK input.
624 // Otherwise SIM card is still locked with PUK code.
625 // Dialog will display enter PUK screen with an updated retries count.