Searched defs:onUserPasswordChanged (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/keystore/java/android/security/
H A DKeyStore.java272 * {@link #onUserPasswordChanged} for the user.
573 public boolean onUserPasswordChanged(int userId, String newPassword) { method in class:KeyStore
580 return mBinder.onUserPasswordChanged(userId, newPassword) == NO_ERROR;
625 public boolean onUserPasswordChanged(String newPassword) { method in class:KeyStore
626 return onUserPasswordChanged(UserHandle.getUserId(Process.myUid()), newPassword);

Completed in 289 milliseconds