Home
last modified time | relevance | path

Searched defs:connect (Results 1 – 5 of 5) 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/bt_implementations/
Dbt_stub.py57 def connect(self, android): member in BluethoothDevice
/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.py458 def setup_ap_connection(self, network, bandwidth=80, connect=True, argument