Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DCarWatchdogServiceUnitTest.java367 testClientHealthCheck(new TestClient(), 0); in testGoodClientHealthCheck()
372 testClientHealthCheck(new BadTestClient(), 1); in testBadClientHealthCheck()
3873 private void testClientHealthCheck(TestClient client, int badClientCount) throws Exception { in testClientHealthCheck() method in CarWatchdogServiceUnitTest