Home
last modified time | relevance | path

Searched refs:refreshStrongAuthTimeout (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DLockSettingsInternal.java141 public abstract void refreshStrongAuthTimeout(int userId); in refreshStrongAuthTimeout() method in LockSettingsInternal
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DLockSettingsStrongAuthTest.java200 mStrongAuth.refreshStrongAuthTimeout(PRIMARY_USER_ID); in testReportSuccessfulStrongAuthUnlock_testRefreshStrongAuthTimeout()
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsStrongAuth.java489 public void refreshStrongAuthTimeout(int userId) { in refreshStrongAuthTimeout() method in LockSettingsStrongAuth
H A DLockSettingsService.java3727 public void refreshStrongAuthTimeout(int userId) {
3728 mStrongAuth.refreshStrongAuthTimeout(userId);
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java5383 mLockSettingsInternal.refreshStrongAuthTimeout(userHandle);
5387 mLockSettingsInternal.refreshStrongAuthTimeout(getProfileParentId(userHandle));
7018 mLockSettingsInternal.refreshStrongAuthTimeout(parentId);
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTest.java4862 verify(getServices().lockSettingsInternal).refreshStrongAuthTimeout(UserHandle.USER_SYSTEM); in testWipeDataManagedProfileOnOrganizationOwnedDevice()
/aosp12/frameworks/base/services/
H A Dart-profile23358 PLcom/android/server/locksettings/LockSettingsService$LocalService;->refreshStrongAuthTimeout(I)V
23658 PLcom/android/server/locksettings/LockSettingsStrongAuth;->refreshStrongAuthTimeout(I)V