Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/client/pairing/tests/
H A Dpairing_server.cpp71 bool setupServer();
174 if (!setupServer()) { in start()
198 bool PairingServerImpl::setupServer() { in setupServer() function in adbwifi::pairing::__anon670943110110::PairingServerImpl
/aosp12/frameworks/layoutlib/remote/tests/src/
H A DRemoteBridgeTest.java65 public void setupServer() throws IOException, NotBoundException, InterruptedException { in setupServer() method in RemoteBridgeTest