Home
last modified time | relevance | path

Searched refs:mIntArrayCaptor (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DCarWatchdogServiceUnitTest.java222 @Captor private ArgumentCaptor<int[]> mIntArrayCaptor; field in CarWatchdogServiceUnitTest
3877 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()