Searched defs:transport (Results 1 – 6 of 6) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | RestApiHelper.java | 76 HttpTransport transport = GoogleNetHttpTransport.newTrustedTransport(); in newInstanceWithGoogleCredential() local 96 HttpTransport transport = GoogleNetHttpTransport.newTrustedTransport(); in newInstanceWithGoogleCredential() local
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | bt_gatt_utils.py | 43 transport=gatt_transport['auto'], argument 101 transport=gatt_transport['le'], argument
|
/tools/test/connectivity/acts/framework/acts/test_utils/abstract_devices/ |
D | bluetooth_device.py | 143 def gatt_connect(self, peer_identifier, transport, autoconnect): argument 342 transport): argument 633 def gatt_connect(self, peer_identifier, transport, autoconnect=False): argument 801 transport): argument 1092 def gatt_connect(self, peer_identifier, transport, autoconnect): argument 1352 transport): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/bt/ |
D | btc_lib.py | 219 transport): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/ |
D | contest.py | 354 def connection_made(self, transport): argument
|
/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | ClusterClient.java | 320 HttpTransport transport = null; in getApiHelper() local
|