Searched refs:testClient (Results 1 – 2 of 2) sorted by relevance
112 std::shared_ptr<ICarWatchdogClient> testClient; in respondToWatchdog() local119 testClient = mTestClient; in respondToWatchdog()122 ndk::ScopedAStatus status = watchdogServer->tellClientAlive(testClient, sessionId); in respondToWatchdog()173 std::shared_ptr<ICarWatchdogClient> testClient; in unregisterClient() local180 testClient = mTestClient; in unregisterClient()183 watchdogServer->unregisterClient(testClient); in unregisterClient()
2531 final WifiClient testClient = mock(WifiClient.class); in testUpdateConnectedClients() local2532 when(testClient.getMacAddress()).thenReturn(testMac2); in testUpdateConnectedClients()2533 wifiClients.add(testClient); in testUpdateConnectedClients()