Home | History | Annotate | Download | only in phone

Lines Matching full:puk2

67     private boolean mSkipOldPin;    // Indicates we know that we are PUK2 blocked.
121 // reset the state on cancel, either to expect PUK2 or PIN2
135 // Also handle the PUK2 entry, if it is requested.
170 // display the PUK2 dialog if we KNOW that we're PUK2 locked.
184 String puk2 = mButtonChangePin2.getText();
187 if (validatePin (puk2, true)) {
189 mPhone.getIccCard().supplyPuk2(puk2, mNewPin, onComplete);
211 // see if PUK2 is requested and alert the user accordingly.
214 // make sure we set the PUK2 state so that we can skip
235 // request for a PUK2. set the cancel listener to
273 * Cancel listener for the PUK2 request alert dialog.
337 * Reset the state of the pin change dialog solely for PUK2 use.