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()
3174 final WifiClient testClient = mock(WifiClient.class); in notifyConnectedWifiClientsChanged() local3175 when(testClient.getMacAddress()).thenReturn(mac); in notifyConnectedWifiClientsChanged()3176 wifiClients.add(testClient); in notifyConnectedWifiClientsChanged()