Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/dialer/voicemail/settings/
H A DVoicemailChangePinActivity.java125 activity.setNextEnabled(activity.getCurrentPasswordInput().length() > 0); in onInputChanged()
130 activity.oldPin = activity.getCurrentPasswordInput(); in handleNext()
209 String password = activity.getCurrentPasswordInput(); in onInputChanged()
227 errorMsg = activity.validatePassword(activity.getCurrentPasswordInput()); in handleNext()
232 activity.firstPin = activity.getCurrentPasswordInput(); in handleNext()
251 if (activity.getCurrentPasswordInput().length() == 0) { in onInputChanged()
255 if (activity.getCurrentPasswordInput().equals(activity.firstPin)) { in onInputChanged()
454 private String getCurrentPasswordInput() { in getCurrentPasswordInput() method in VoicemailChangePinActivity