Searched refs:refreshStrongAuthTimeout (Results 1 – 6 of 6) sorted by relevance
168 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
3782 public void refreshStrongAuthTimeout(int userId) {3783 mStrongAuth.refreshStrongAuthTimeout(userId);
6185 mLockSettingsInternal.refreshStrongAuthTimeout(userHandle);6189 mLockSettingsInternal.refreshStrongAuthTimeout(getProfileParentId(userHandle));7887 mLockSettingsInternal.refreshStrongAuthTimeout(parentId);
5077 verify(getServices().lockSettingsInternal).refreshStrongAuthTimeout(UserHandle.USER_SYSTEM); in testWipeDataManagedProfileOnOrganizationOwnedDevice()