Home
last modified time | relevance | path

Searched refs:oldPin (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DChangeIccPinScreen.java179 String oldPin = mOldPin.getText().toString();
208 if (DBG) log("change pin attempt: old=" + oldPin +
214 iccCardInterface.changeIccFdnPassword(oldPin,
217 iccCardInterface.changeIccLockPassword(oldPin,
/packages/apps/Dialer/java/com/android/voicemail/impl/settings/
DVoicemailChangePinActivity.java568 private void processPinChange(String oldPin, String newPin) { in processPinChange() argument
574 ChangePinNetworkRequestCallback callback = new ChangePinNetworkRequestCallback(oldPin, newPin); in processPinChange()
583 public ChangePinNetworkRequestCallback(String oldPin, String newPin) { in ChangePinNetworkRequestCallback() argument
586 mOldPin = oldPin; in ChangePinNetworkRequestCallback()
/packages/apps/Dialer/java/com/android/voicemail/impl/imap/
DImapHelper.java387 public int changePin(String oldPin, String newPin) throws MessagingException { in changePin() argument
392 connection.sendCommand(String.format(Locale.US, command, newPin, oldPin), true); in changePin()