Searched defs:oldPin (Results 1 – 7 of 7) sorted by relevance
45 void clearLockPassword(String oldPin); in clearLockPassword()121 public void deletePin(String oldPin) { in deletePin()
52 int changePin(String oldPin, String newPin); in changePin()
50 public int changePin(String oldPin, String newPin) { in changePin()
80 String oldPin; field in VoicemailChangePinActivity.ChangePinParams90 private String oldPin; field in VoicemailChangePinActivity539 private void processPinChange(String oldPin, String newPin) { in processPinChange()
140 public abstract void deletePin(String oldPin); in deletePin()
372 public void clearLockPassword(String oldPin) { in clearLockPassword()
387 public int changePin(String oldPin, String newPin) throws MessagingException { in changePin()