Searched refs:TestConnection (Results 1 – 4 of 4) sorted by relevance
40 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
98 ServiceConnection conn = new TestConnection(); in testIntentServiceLifeCycle()114 private class TestConnection implements ServiceConnection { class in IntentServiceTest
195 private class TestConnection implements ServiceConnection { class in ServiceTest202 public TestConnection(boolean expectDisconnect, boolean setReporter) { in TestConnection() method in ServiceTest.TestConnection269 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()
2334 TestConnection conn = new TestConnection(true, false); in bindExpectResult()2450 private class TestConnection implements ServiceConnection { class in ContextTest2451 public TestConnection(boolean expectDisconnect, boolean setReporter) { in TestConnection() method in ContextTest.TestConnection