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

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

Completed in 42 milliseconds