Home
last modified time | relevance | path

Searched defs:setPasswordHistoryLength (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl88 void setPasswordHistoryLength(in ComponentName who, int length, boolean parent); in setPasswordHistoryLength() method
DDevicePolicyManager.java5052 public void setPasswordHistoryLength(@NonNull ComponentName admin, int length) { in setPasswordHistoryLength() method in DevicePolicyManager