Searched refs:mIntArrayCaptor (Results 1 – 1 of 1) sorted by relevance
222 @Captor private ArgumentCaptor<int[]> mIntArrayCaptor; field in CarWatchdogServiceUnitTest3877 eq(mWatchdogServiceForSystemImpl), mIntArrayCaptor.capture(), eq(123456)); in testClientHealthCheck()3878 assertThat(mIntArrayCaptor.getValue()).isEmpty(); in testClientHealthCheck()3881 eq(mWatchdogServiceForSystemImpl), mIntArrayCaptor.capture(), eq(987654)); in testClientHealthCheck()3882 assertThat(mIntArrayCaptor.getValue().length).isEqualTo(badClientCount); in testClientHealthCheck()