This is a pure refactor and should not change any behavior. It clarifies and documents the InactivityCheck() function
This makes #20721 easier to review. In particular, this function uses a mixture of (unmockable) system time and mockable time. It’s important to understand where those are being used when reviewing #20721.
#20721 doesn’t require this change, so if others don’t agree that it’s useful and makes review easier, then I’m happy to close this and just do #20721 directly.