Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DTestConnectionService.java40 final TestConnection connection = new TestConnection(); in onCreateOutgoingConnection()
50 final TestConnection connection = new TestConnection(); in onCreateIncomingConnection()
71 public static class TestConnection extends Connection { class in TestConnectionService
/cts/tests/app/src/android/app/cts/
DIntentServiceTest.java98 ServiceConnection conn = new TestConnection(); in testIntentServiceLifeCycle()
114 private class TestConnection implements ServiceConnection { class in IntentServiceTest
DServiceTest.java195 private class TestConnection implements ServiceConnection { class in ServiceTest
202 public TestConnection(boolean expectDisconnect, boolean setReporter) { in TestConnection() method in ServiceTest.TestConnection
269 private class TestStopSelfConnection extends TestConnection {
610 TestConnection conn = new TestConnection(true, false); in bindExpectResult()
611 TestConnection conn2 = new TestConnection(false, false); in bindExpectResult()
641 conn = new TestConnection(true, true); in bindExpectResult()
667 conn = new TestConnection(true, true); in bindExpectResult()
709 TestConnection conn = new TestConnection(false, true); in bindAutoExpectResult()
939 TestConnection conn = new TestConnection(true, false); in testBindServiceWithExecutor()
/cts/tests/tests/content/src/android/content/cts/
DContextTest.java2334 TestConnection conn = new TestConnection(true, false); in bindExpectResult()
2450 private class TestConnection implements ServiceConnection { class in ContextTest
2451 public TestConnection(boolean expectDisconnect, boolean setReporter) { in TestConnection() method in ContextTest.TestConnection