Searched refs:resetPassword (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/admin/
H A DIDevicePolicyManager.aidl40 boolean resetPassword(String password, int flags);
H A DDevicePolicyManager.java417 * Flag for {@link #resetPassword}: don't allow other admins to change
444 public boolean resetPassword(String password, int flags) { method in class:DevicePolicyManager
447 return mService.resetPassword(password, flags);
/frameworks/base/services/java/com/android/server/
H A DDevicePolicyManagerService.java736 public boolean resetPassword(String password, int flags) { method in class:DevicePolicyManagerService
747 Slog.w(TAG, "resetPassword: password quality 0x"
757 Slog.w(TAG, "resetPassword: password length " + password.length()
765 Slog.w(TAG, "resetPassword: already set by another uid and not entered by user");

Completed in 29 milliseconds