Searched refs:verifyEncryptionPassword (Results 1 – 3 of 3) sorted by relevance
663 public int verifyEncryptionPassword(String password) throws RemoteException { in verifyEncryptionPassword() method in IMountService.Stub.Proxy1356 public int verifyEncryptionPassword(String password) throws RemoteException; in verifyEncryptionPassword() method
1907 public int verifyEncryptionPassword(String password) throws RemoteException { in verifyEncryptionPassword() method in MountService
1113 final int result = mMountService.verifyEncryptionPassword(candidatePw); in passwordMatchesSaved()