Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/watchdog/
H A DCarWatchdogServiceTest.java239 private void testClientResponse(BaseAndroidClient androidClient, int badClientCount) in testClientResponse() argument
266 assertThat(notRespondingClients.getValue().length).isEqualTo(badClientCount); in testClientResponse()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DCarWatchdogServiceUnitTest.java3873 private void testClientHealthCheck(TestClient client, int badClientCount) throws Exception { in testClientHealthCheck() argument
3882 assertThat(mIntArrayCaptor.getValue().length).isEqualTo(badClientCount); in testClientHealthCheck()