Searched refs:refreshStrongAuthTimeout (Results 1 – 6 of 6) sorted by relevance
179 public abstract void refreshStrongAuthTimeout(int userId); in refreshStrongAuthTimeout() method in LockSettingsInternal
205 mStrongAuth.refreshStrongAuthTimeout(PRIMARY_USER_ID); in testReportSuccessfulStrongAuthUnlock_testRefreshStrongAuthTimeout()
493 public void refreshStrongAuthTimeout(int userId) { in refreshStrongAuthTimeout() method in LockSettingsStrongAuth
3546 public void refreshStrongAuthTimeout(int userId) {3547 mStrongAuth.refreshStrongAuthTimeout(userId);
5999 mLockSettingsInternal.refreshStrongAuthTimeout(userHandle);6003 mLockSettingsInternal.refreshStrongAuthTimeout(getProfileParentId(userHandle));7722 mLockSettingsInternal.refreshStrongAuthTimeout(parentId);
5071 verify(getServices().lockSettingsInternal).refreshStrongAuthTimeout(UserHandle.USER_SYSTEM); in testWipeDataManagedProfileOnOrganizationOwnedDevice()