Home | History | Annotate | Download | only in phone

Lines Matching refs:pin

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.
800 boolean authenticateAgainstCachedSimPin(String pin) {
801 return (mCachedSimPin != null && mCachedSimPin.equals(pin));
804 void setCachedSimPin(String pin) {
805 mCachedSimPin = pin;