Searched refs:getPasswordHistoryLength (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java1243 public int getPasswordHistoryLength(ComponentName admin) { method in class:DevicePolicyManager
1244 return getPasswordHistoryLength(admin, UserHandle.myUserId());
1248 public int getPasswordHistoryLength(ComponentName admin, int userHandle) { method in class:DevicePolicyManager
1251 return mService.getPasswordHistoryLength(admin, userHandle);
H A DIDevicePolicyManager.aidl60 int getPasswordHistoryLength(in ComponentName who, int userHandle);
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java227 return getDevicePolicyManager().getPasswordHistoryLength(null, getCurrentOrCallingUserId());
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java2030 public int getPasswordHistoryLength(ComponentName who, int userHandle) { method in class:DevicePolicyManagerService

Completed in 58 milliseconds