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

/frameworks/base/core/java/android/app/admin/
H A DIDevicePolicyManager.aidl59 void setPasswordHistoryLength(in ComponentName who, int length, int userHandle);
H A DDevicePolicyManager.java1153 public void setPasswordHistoryLength(ComponentName admin, int length) { method in class:DevicePolicyManager
1156 mService.setPasswordHistoryLength(admin, length, UserHandle.myUserId());
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java2012 public void setPasswordHistoryLength(ComponentName who, int length, int userHandle) { method in class:DevicePolicyManagerService

Completed in 104 milliseconds