/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
D | DevicePolicyManagerServiceMigrationTest.java | 179 .that(dpm.getParentProfileInstance(admin1).getPasswordHistoryLength(admin1)) in testCompMigrationAffiliated() 182 .that(dpm.getPasswordHistoryLength(admin1)).isEqualTo(0); in testCompMigrationAffiliated()
|
D | DevicePolicyManagerTest.java | 989 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/ |
D | LockSettingsServiceTests.java | 523 when(mDevicePolicyManager.getPasswordHistoryLength(any(), eq(userId))).thenReturn(3); in testPasswordHistoryLengthHonored()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | LockPatternUtils.java | 385 return getDevicePolicyManager().getPasswordHistoryLength(null, userId); in getRequestedPasswordHistoryLength()
|
/frameworks/base/core/java/android/app/admin/ |
D | IDevicePolicyManager.aidl | 94 int getPasswordHistoryLength(in ComponentName who, int userHandle, boolean parent); in getPasswordHistoryLength() method
|
D | DevicePolicyManager.java | 5655 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/ |
D | LockSettingsService.java | 1997 return mInjector.getDevicePolicyManager().getPasswordHistoryLength(null, userId); in getRequestedPasswordHistoryLength()
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyManagerService.java | 4689 public int getPasswordHistoryLength(ComponentName who, int userHandle, 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 | 2686 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/ |
D | android-22.txt | 5324 method public int getPasswordHistoryLength(android.content.ComponentName);
|
/frameworks/base/core/api/ |
D | current.txt | 8054 method public int getPasswordHistoryLength(@Nullable android.content.ComponentName);
|