Home
last modified time | relevance | path

Searched refs:connection (Results 1 – 5 of 5) sorted by relevance

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DMultipartForm.java97 HttpURLConnection connection = null; in submitForm() local
100 connection = (HttpURLConnection) url.openConnection(); in submitForm()
101 connection.setInstanceFollowRedirects(false); in submitForm()
102 connection.setRequestMethod("POST"); in submitForm()
103 connection.setDoOutput(true); in submitForm()
104 connection.setRequestProperty("Content-Type", in submitForm()
108 connection.setRequestProperty("Content-Length", Integer.toString(body.length)); in submitForm()
110 OutputStream output = connection.getOutputStream(); in submitForm()
118 InputStream input = connection.getInputStream(); in submitForm()
121 int response = connection.getResponseCode(); in submitForm()
[all …]
/platform_testing/tests/bettertogether/quickstart/snippets/
DAndroid.bp10 // setup nearby connection test
20 // setup the 2nd nearby connection test, as
21 // one client only allow to set up 1 connection.
31 // setup the 3P API nearby connection test, as
/platform_testing/tests/bettertogether/betocq/
DCHANGELOG.md8 * Make connection, advertising/discovery mediums configurable.
17 * Add 10s delay after sta connection to allow scan, DHCP and internet
57 * Add the check of AP connection. If AP is disconnected or connect to a wrong
59 * Consolidate AP connection and speed check codes to one function.
77 * Function tests: Tests for the basic functions used by D2D connection.
DReadMe.md12 issues by measuring detailed quality signals including the discovery, connection
57 (DBS) capable device can support a 2G infrastructure-STA connection and 5G
58 device-to-device connection in parallel and thus can support higher
407 - Wi-Fi STA connection failure signature:
422 - BT connection failure signature:
426 … at com.google.android.nearby.mobly.snippet.connection.ConnectionsClientSnippet.requestConnection(
/platform_testing/libraries/sts-common-util/sts-sdk/package/gradle/wrapper/
Dgradle-wrapper.jar ... .net.URI address java.net.URLConnection connection String userInfo private java.lang.String base64Encode ( ...