Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DLockSettingsInternal.java168 public abstract void refreshStrongAuthTimeout(int userId); in refreshStrongAuthTimeout() method in LockSettingsInternal
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DLockSettingsStrongAuthTest.java205 mStrongAuth.refreshStrongAuthTimeout(PRIMARY_USER_ID); in testReportSuccessfulStrongAuthUnlock_testRefreshStrongAuthTimeout()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsStrongAuth.java493 public void refreshStrongAuthTimeout(int userId) { in refreshStrongAuthTimeout() method in LockSettingsStrongAuth
DLockSettingsService.java3782 public void refreshStrongAuthTimeout(int userId) {
3783 mStrongAuth.refreshStrongAuthTimeout(userId);
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java6185 mLockSettingsInternal.refreshStrongAuthTimeout(userHandle);
6189 mLockSettingsInternal.refreshStrongAuthTimeout(getProfileParentId(userHandle));
7887 mLockSettingsInternal.refreshStrongAuthTimeout(parentId);
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java5077 verify(getServices().lockSettingsInternal).refreshStrongAuthTimeout(UserHandle.USER_SYSTEM); in testWipeDataManagedProfileOnOrganizationOwnedDevice()