Home
last modified time | relevance | path

Searched defs:transport (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DRestApiHelper.java76 HttpTransport transport = GoogleNetHttpTransport.newTrustedTransport(); in newInstanceWithGoogleCredential() local
96 HttpTransport transport = GoogleNetHttpTransport.newTrustedTransport(); in newInstanceWithGoogleCredential() local
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbt_gatt_utils.py43 transport=gatt_transport['auto'], argument
101 transport=gatt_transport['le'], argument
/tools/test/connectivity/acts/framework/acts/test_utils/abstract_devices/
Dbluetooth_device.py143 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/
Dbtc_lib.py219 transport): argument
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dcontest.py354 def connection_made(self, transport): argument
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterClient.java320 HttpTransport transport = null; in getApiHelper() local