Home
last modified time | relevance | path

Searched defs:connect (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
DRemoteClient.java102 public static IRemoteClient connect(int port) throws RemoteException { in connect() method in RemoteClient
118 public static IRemoteClient connect(String hostname, int port) throws RemoteException { in connect() method in RemoteClient
132 public static IRemoteClient connect() throws RemoteException { in connect() method in RemoteClient
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Drfcomm_lib.py36 def connect(self, line): member in RfcommLib
/tools/tradefederation/core/src/com/android/tradefed/command/remote/
DRemoteManager.java127 public boolean connect() { in connect() method in RemoteManager
143 protected boolean connect(int port) { in connect() method in RemoteManager
/tools/test/connectivity/acts/framework/acts/test_utils/power/
DPowerBaseTest.py443 def setup_ap_connection(self, network, bandwidth=80, connect=True): argument