Lines Matching refs:pin
233 + "not showing 'SIM network unlock' PIN entry screen");
235 // Normal case: show the "SIM network unlock" PIN entry screen.
237 // they enter a valid SIM network PIN.
510 boolean authenticateAgainstCachedSimPin(String pin) {
511 return (mCachedSimPin != null && mCachedSimPin.equals(pin));
514 void setCachedSimPin(String pin) {
515 mCachedSimPin = pin;