Home
last modified time | relevance | path

Searched refs:setPasswordHistoryLength (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl74 void setPasswordHistoryLength(in ComponentName who, int length, boolean parent); in setPasswordHistoryLength() method
DDevicePolicyManager.java2634 public void setPasswordHistoryLength(@NonNull ComponentName admin, int length) { in setPasswordHistoryLength() method in DevicePolicyManager
2637 mService.setPasswordHistoryLength(admin, length, mParentInstance); in setPasswordHistoryLength()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java4080 public void setPasswordHistoryLength(ComponentName who, int length, boolean parent) { in setPasswordHistoryLength() method in DevicePolicyManagerService
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5369 method public void setPasswordHistoryLength(android.content.ComponentName, int);
/frameworks/base/config/
Dhiddenapi-public-dex.txt1657 Landroid/app/admin/DevicePolicyManager;->setPasswordHistoryLength(Landroid/content/ComponentName;I)V
Dboot-image-profile.txt15768 HSPLandroid/app/admin/IDevicePolicyManager;->setPasswordHistoryLength(Landroid/content/ComponentNam…
/frameworks/base/api/
Dcurrent.txt6584 method public void setPasswordHistoryLength(android.content.ComponentName, int);