Searched refs:mCarWatchdogService (Results 1 – 5 of 5) sorted by relevance
68 private CarWatchdogService mCarWatchdogService; field in CarWatchdogServiceUnitTest76 mCarWatchdogService = new CarWatchdogService(mMockContext); in setUpMocks()79 mCarWatchdogService.init(); in setUpMocks()93 mCarWatchdogService.registerClient(client, TIMEOUT_CRITICAL); in testRegisterClient()111 mCarWatchdogService.registerClient(client, TIMEOUT_CRITICAL); in testUnregisterUnregisteredClient()112 mCarWatchdogService.unregisterClient(client); in testUnregisterUnregisteredClient()150 mCarWatchdogService.registerClient(client, TIMEOUT_CRITICAL); in testClientHealthCheck()168 mCarWatchdogService.tellClientAlive(this, sessionId); in checkIfAlive()
92 private CarWatchdogService mCarWatchdogService; field in CarWatchdogServiceTest97 mCarWatchdogService = new CarWatchdogService(mMockContext); in setUpMocks()101 when(mServiceBinder.queryLocalInterface(anyString())).thenReturn(mCarWatchdogService); in setUpMocks()107 mCarWatchdogService.init(); in setUpMocks()122 assertThat(mCarWatchdogService.getClientCount(TIMEOUT_CRITICAL)).isEqualTo(1); in testRegisterUnregisterClient()124 assertThat(mCarWatchdogService.getClientCount(TIMEOUT_CRITICAL)).isEqualTo(0); in testRegisterUnregisterClient()
120 private final CarWatchdogService mCarWatchdogService; field in ICarImpl255 mCarWatchdogService = new CarWatchdogService(serviceContext); in ICarImpl()257 mCarWatchdogService = carWatchdogService; in ICarImpl()305 allServices.add(mCarWatchdogService); in ICarImpl()531 return mCarWatchdogService; in getCarService()
88 @Mock private CarWatchdogService mCarWatchdogService; field in ICarImplTest169 mCarWatchdogService); in testNoShardedPreferencesAccessedBeforeUserZeroUnlock()
108 private final CarWatchdogService mCarWatchdogService = mock(CarWatchdogService.class); field in MockedCarTestBase219 /* errorNotifier= */ null , "MockedCar", mCarUserService, mCarWatchdogService); in setUp()