Searched refs:TestConnection (Results 1 – 3 of 3) sorted by relevance
98 ServiceConnection conn = new TestConnection(); in testIntentServiceLifeCycle()114 private class TestConnection implements ServiceConnection { class in IntentServiceTest
152 private class TestConnection implements ServiceConnection { class in ServiceTest159 public TestConnection(boolean expectDisconnect, boolean setReporter) { in TestConnection() method in ServiceTest.TestConnection226 private class TestStopSelfConnection extends TestConnection {572 TestConnection conn = new TestConnection(true, false); in bindExpectResult()573 TestConnection conn2 = new TestConnection(false, false); in bindExpectResult()603 conn = new TestConnection(true, true); in bindExpectResult()629 conn = new TestConnection(true, true); in bindExpectResult()671 TestConnection conn = new TestConnection(false, true); in bindAutoExpectResult()883 TestConnection conn = new TestConnection(true, false); in testBindServiceWithExecutor()
1368 TestConnection conn = new TestConnection(true, false); in bindExpectResult()1484 private class TestConnection implements ServiceConnection { class in ContextTest1485 public TestConnection(boolean expectDisconnect, boolean setReporter) { in TestConnection() method in ContextTest.TestConnection