Home | History | Annotate | Download | only in phone

Lines Matching refs:puk

431     public boolean supplyPuk(String puk, String pin) {
432 int [] resultArray = supplyPukReportResult(puk, pin);
445 public int[] supplyPukReportResult(String puk, String pin) {
449 return checkSimPuk.unlockSim(puk, pin);
511 * Use PIN or PUK to unlock SIM card
513 * If PUK is null, unlock SIM card with PIN
515 * If PUK is not null, unlock SIM card with PUK and set PIN code
517 synchronized int[] unlockSim(String puk, String pin) {
528 if (puk == null) {
531 mSimCard.supplyPuk(puk, pin, callback);