Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl93 void setPasswordHistoryLength(in ComponentName who, int length, boolean parent); in setPasswordHistoryLength() method
DDevicePolicyManager.java5526 public void setPasswordHistoryLength(@NonNull ComponentName admin, int length) { in setPasswordHistoryLength() method in DevicePolicyManager
5529 mService.setPasswordHistoryLength(admin, length, mParentInstance); in setPasswordHistoryLength()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java987 dpm.setPasswordHistoryLength(admin1, passwordHistoryLength); in testSaveAndLoadPasswordHistoryLength_persistedAfterReboot()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java4666 public void setPasswordHistoryLength(ComponentName who, int length, boolean parent) {
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt2828 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->setPasswordHistoryLength(Landroid/content/Comp…
3353 Landroid/app/admin/IDevicePolicyManager;->setPasswordHistoryLength(Landroid/content/ComponentName;I…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5369 method public void setPasswordHistoryLength(android.content.ComponentName, int);
/frameworks/base/core/api/
Dcurrent.txt8214 method public void setPasswordHistoryLength(@NonNull android.content.ComponentName, int);