Searched refs:getCurrentPasswordInput (Results 1 – 1 of 1) sorted by relevance
125 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