Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DLockSettingsInternal.java179 public abstract void refreshStrongAuthTimeout(int userId); in refreshStrongAuthTimeout() method in LockSettingsInternal
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DLockSettingsStrongAuthTest.java205 mStrongAuth.refreshStrongAuthTimeout(PRIMARY_USER_ID); in testReportSuccessfulStrongAuthUnlock_testRefreshStrongAuthTimeout()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsStrongAuth.java493 public void refreshStrongAuthTimeout(int userId) { in refreshStrongAuthTimeout() method in LockSettingsStrongAuth
H A DLockSettingsService.java3546 public void refreshStrongAuthTimeout(int userId) {
3547 mStrongAuth.refreshStrongAuthTimeout(userId);
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java5999 mLockSettingsInternal.refreshStrongAuthTimeout(userHandle);
6003 mLockSettingsInternal.refreshStrongAuthTimeout(getProfileParentId(userHandle));
7722 mLockSettingsInternal.refreshStrongAuthTimeout(parentId);
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTest.java5071 verify(getServices().lockSettingsInternal).refreshStrongAuthTimeout(UserHandle.USER_SYSTEM); in testWipeDataManagedProfileOnOrganizationOwnedDevice()