Home | History | Annotate | Download | only in phone

Lines Matching refs:pin

296                               + "not showing 'SIM network unlock' PIN entry screen");
298 // Normal case: show the "SIM network unlock" PIN entry screen.
300 // they enter a valid SIM network PIN.
790 boolean authenticateAgainstCachedSimPin(String pin) {
791 return (mCachedSimPin != null && mCachedSimPin.equals(pin));
794 void setCachedSimPin(String pin) {
795 mCachedSimPin = pin;