Home
last modified time | relevance | path

Searched defs:conn (Results 1 – 9 of 9) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
DOpenCVLibrary.java109 ServiceConnection conn = new ServiceConnection() { in probePackage() local
/cts/tests/app/src/android/app/cts/
DServiceTest.java262 TestConnection conn = new TestConnection(true, false); in bindExpectResult() local
361 TestConnection conn = new TestConnection(false, true); in bindAutoExpectResult() local
687 EmptyConnection conn = new EmptyConnection(); in testLocalUnbindTwice() local
702 EmptyConnection conn = new EmptyConnection(); in testImplicitIntentFailsOnApiLevel21() local
DIntentServiceTest.java97 ServiceConnection conn = new TestConnection(); in testIntentServiceLifeCycle() local
/cts/suite/audio_quality/test_description/
Dprocessing_main.py63 def __init__(self, conn): argument
213 conn, addr = s.accept() variable
/cts/tests/tests/netsecpolicy/src/android/security/
DNetworkSecurityPolicyTestBase.java75 HttpURLConnection conn = null; in assertCleartextHttpURLConnectionSucceeds() local
93 HttpURLConnection conn = null; in assertCleartextHttpURLConnectionBlocked() local
/cts/tests/tests/mediastress/preconditions/src/android/mediastress/cts/preconditions/
DMediaPreparer.java238 URLConnection conn = url.openConnection(); in downloadMediaToHost() local
/cts/libs/testserver/src/android/webkit/cts/
DTestWebServer.java581 DefaultHttpServerConnection conn = new DefaultHttpServerConnection(); in run() local
DCtsTestServer.java956 DefaultHttpServerConnection conn = mServer.createHttpServerConnection(); in run() local
/cts/tests/tests/content/src/android/content/cts/
DContextWrapperTest.java757 TestConnection conn = new TestConnection(true, false); in bindExpectResult() local