Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/voicemail/settings/
DVoicemailChangePinActivity.java91 private String firstPin; field in VoicemailChangePinActivity
233 activity.firstPin = activity.getCurrentPasswordInput(); in handleNext()
256 if (activity.getCurrentPasswordInput().equals(activity.firstPin)) { in onInputChanged()
294 activity.processPinChange(activity.oldPin, activity.firstPin); in handleNext()