Searched refs:getCurrentPasswordInput (Results 1 – 1 of 1) sorted by relevance
126 activity.setNextEnabled(activity.getCurrentPasswordInput().length() > 0); in onInputChanged()131 activity.oldPin = activity.getCurrentPasswordInput(); in handleNext()210 String password = activity.getCurrentPasswordInput(); in onInputChanged()228 errorMsg = activity.validatePassword(activity.getCurrentPasswordInput()); in handleNext()233 activity.firstPin = activity.getCurrentPasswordInput(); in handleNext()252 if (activity.getCurrentPasswordInput().length() == 0) { in onInputChanged()256 if (activity.getCurrentPasswordInput().equals(activity.firstPin)) { in onInputChanged()455 private String getCurrentPasswordInput() { in getCurrentPasswordInput() method in VoicemailChangePinActivity