Home
last modified time | relevance | path

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

/cts/tests/tests/app/src/android/app/cts/
DServiceTest.java179 TestConnection conn = new TestConnection(true, false); in bindExpectResult() local
278 TestConnection conn = new TestConnection(false, true); in bindAutoExpectResult() local
298 TestConnection conn = new TestConnection(false, false); in bindExpectNoPermission() local
453 EmptyConnection conn = new EmptyConnection(); in testLocalUnbindTwice() local
DIntentServiceTest.java96 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/libs/testserver/src/android/webkit/cts/
DCtsTestServer.java807 DefaultHttpServerConnection conn = mServer.createHttpServerConnection(); in run() local
/cts/tests/tests/content/src/android/content/cts/
DContextWrapperTest.java743 TestConnection conn = new TestConnection(true, false); in bindExpectResult() local