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

/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java837 public int getPasswordHistoryLength(ComponentName admin) { method in class:DevicePolicyManager
838 return getPasswordHistoryLength(admin, UserHandle.myUserId());
842 public int getPasswordHistoryLength(ComponentName admin, int userHandle) { method in class:DevicePolicyManager
845 return mService.getPasswordHistoryLength(admin, userHandle);
/frameworks/base/services/java/com/android/server/
H A DDevicePolicyManagerService.java1225 public int getPasswordHistoryLength(ComponentName who, int userHandle) { method in class:DevicePolicyManagerService

Completed in 254 milliseconds