Home
last modified time | relevance | path

Searched defs:changePin (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/voicemail/
H A DPinChanger.java52 int changePin(String oldPin, String newPin); in changePin() method
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/
H A DPinChangerImpl.java50 public int changePin(String oldPin, String newPin) { in changePin() method in PinChangerImpl
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/imap/
H A DImapHelper.java387 public int changePin(String oldPin, String newPin) throws MessagingException { in changePin() method in ImapHelper