Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/testclient/src/
DWatchdogClient.cpp112 std::shared_ptr<ICarWatchdogClient> testClient; in respondToWatchdog() local
119 testClient = mTestClient; in respondToWatchdog()
122 ndk::ScopedAStatus status = watchdogServer->tellClientAlive(testClient, sessionId); in respondToWatchdog()
173 std::shared_ptr<ICarWatchdogClient> testClient; in unregisterClient() local
180 testClient = mTestClient; in unregisterClient()
183 watchdogServer->unregisterClient(testClient); in unregisterClient()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java3174 final WifiClient testClient = mock(WifiClient.class); in notifyConnectedWifiClientsChanged() local
3175 when(testClient.getMacAddress()).thenReturn(mac); in notifyConnectedWifiClientsChanged()
3176 wifiClients.add(testClient); in notifyConnectedWifiClientsChanged()