WifiStateMachineTest: use a real Clock
We don't actually need a mock here, since we
don't configure any interesting behavior, or verify
any interaction.
Moreover, the mock instance of Clock is many times
slower than the real thing. This slowness accounts
for about two-thirds of the running time of two
tests:
- disablingVerboseLoggingClearsRecordsAndDecreasesLogRecSize
- enablingVerboseLoggingIncreasesLogRecSize
So just use a real Clock.
Bug: 35644633
Test: tests/wifitests/runtests.sh
Change-Id: I15fc6862479ac7652f9469fe6b9a209e5edafa4a
1 file changed