Make ClientLifecycleManagerTests thread safe

SystemServicesTestRule may run 4 threads for WMS. That may
cause concurrent issue of mocked object.

Use WindowTestRunner + SystemServiceTestsBase's mLockRule
to lock each test method automatically.

Fix: 323039165
Test: ClientLifecycleManagerTests
Change-Id: Ibfc063616a217a3743f7486c1b8aab14e8fddf29
1 file changed