Lines Matching refs:puk2
69 private boolean mSkipOldPin; // Indicates we know that we are PUK2 blocked.
123 // reset the state on cancel, either to expect PUK2 or PIN2
137 // Also handle the PUK2 entry, if it is requested.
172 // display the PUK2 dialog if we KNOW that we're PUK2 locked.
186 String puk2 = mButtonChangePin2.getText();
189 if (validatePin (puk2, true)) {
191 mPhone.getIccCard().supplyPuk2(puk2, mNewPin, onComplete);
213 // see if PUK2 is requested and alert the user accordingly.
216 // make sure we set the PUK2 state so that we can skip
237 // request for a PUK2. set the cancel listener to
275 * Cancel listener for the PUK2 request alert dialog.
339 * Reset the state of the pin change dialog solely for PUK2 use.