Home
last modified time | relevance | path

Searched refs:getPasswordHistoryLength (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerServiceMigrationTest.java179 .that(dpm.getParentProfileInstance(admin1).getPasswordHistoryLength(admin1)) in testCompMigrationAffiliated()
182 .that(dpm.getPasswordHistoryLength(admin1)).isEqualTo(0); in testCompMigrationAffiliated()
DDevicePolicyManagerTest.java989 assertThat(passwordHistoryLength).isEqualTo(dpm.getPasswordHistoryLength(admin1)); in testSaveAndLoadPasswordHistoryLength_persistedAfterReboot()
995 assertThat(passwordHistoryLength).isEqualTo(dpm.getPasswordHistoryLength(admin1)); in testSaveAndLoadPasswordHistoryLength_persistedAfterReboot()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DLockSettingsServiceTests.java523 when(mDevicePolicyManager.getPasswordHistoryLength(any(), eq(userId))).thenReturn(3); in testPasswordHistoryLengthHonored()
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java385 return getDevicePolicyManager().getPasswordHistoryLength(null, userId); in getRequestedPasswordHistoryLength()
/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl94 int getPasswordHistoryLength(in ComponentName who, int userHandle, boolean parent); in getPasswordHistoryLength() method
DDevicePolicyManager.java5655 public int getPasswordHistoryLength(@Nullable ComponentName admin) { in getPasswordHistoryLength() method in DevicePolicyManager
5656 return getPasswordHistoryLength(admin, myUserId()); in getPasswordHistoryLength()
5662 public int getPasswordHistoryLength(@Nullable ComponentName admin, int userHandle) { in getPasswordHistoryLength() method in DevicePolicyManager
5665 return mService.getPasswordHistoryLength(admin, userHandle, mParentInstance); in getPasswordHistoryLength()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java1997 return mInjector.getDevicePolicyManager().getPasswordHistoryLength(null, userId); in getRequestedPasswordHistoryLength()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java4689 public int getPasswordHistoryLength(ComponentName who, int userHandle, 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.txt2686 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->getPasswordHistoryLength(Landroid/content/Comp…
3213 Landroid/app/admin/IDevicePolicyManager;->getPasswordHistoryLength(Landroid/content/ComponentName;I…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5324 method public int getPasswordHistoryLength(android.content.ComponentName);
/frameworks/base/core/api/
Dcurrent.txt8054 method public int getPasswordHistoryLength(@Nullable android.content.ComponentName);