Searched refs:setPasswordHistoryLength (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/app/admin/ |
D | IDevicePolicyManager.aidl | 93 void setPasswordHistoryLength(in ComponentName who, int length, boolean parent); in setPasswordHistoryLength() method
|
D | DevicePolicyManager.java | 5526 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/ |
D | DevicePolicyManagerTest.java | 987 dpm.setPasswordHistoryLength(admin1, passwordHistoryLength); in testSaveAndLoadPasswordHistoryLength_persistedAfterReboot()
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyManagerService.java | 4666 public void setPasswordHistoryLength(ComponentName who, int length, boolean parent) {
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 2828 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/ |
D | android-22.txt | 5369 method public void setPasswordHistoryLength(android.content.ComponentName, int);
|
/frameworks/base/core/api/ |
D | current.txt | 8214 method public void setPasswordHistoryLength(@NonNull android.content.ComponentName, int);
|