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
159 private class TestConnection implements ServiceConnection { class in ServiceTest166 public TestConnection(boolean expectDisconnect, boolean setReporter) { in TestConnection() method in ServiceTest.TestConnection233 private class TestStopSelfConnection extends TestConnection {579 TestConnection conn = new TestConnection(true, false); in bindExpectResult()580 TestConnection conn2 = new TestConnection(false, false); in bindExpectResult()610 conn = new TestConnection(true, true); in bindExpectResult()636 conn = new TestConnection(true, true); in bindExpectResult()678 TestConnection conn = new TestConnection(false, true); in bindAutoExpectResult()893 TestConnection conn = new TestConnection(true, false); in testBindServiceWithExecutor()
1653 TestConnection conn = new TestConnection(true, false); in bindExpectResult()1769 private class TestConnection implements ServiceConnection { class in ContextTest1770 public TestConnection(boolean expectDisconnect, boolean setReporter) { in TestConnection() method in ContextTest.TestConnection