Home
last modified time | relevance | path

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

/packages/apps/Test/connectivity/UID/src/com/android/tests/connectivity/uid/
DConnectivityTestActivity.java86 URL targetURL = new URL("http://www.google.com/generate_204"); in httpRequest() local
87 urlConnection = (HttpURLConnection) targetURL.openConnection(); in httpRequest()