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
149 private class TestConnection implements ServiceConnection { class in ServiceTest156 public TestConnection(boolean expectDisconnect, boolean setReporter) { in TestConnection() method in ServiceTest.TestConnection529 TestConnection conn = new TestConnection(true, false); in bindExpectResult()530 TestConnection conn2 = new TestConnection(false, false); in bindExpectResult()560 conn = new TestConnection(true, true); in bindExpectResult()586 conn = new TestConnection(true, true); in bindExpectResult()628 TestConnection conn = new TestConnection(false, true); in bindAutoExpectResult()782 TestConnection conn = new TestConnection(true, false); in testBindServiceWithExecutor()
1217 TestConnection conn = new TestConnection(true, false); in bindExpectResult()1333 private class TestConnection implements ServiceConnection { class in ContextTest1334 public TestConnection(boolean expectDisconnect, boolean setReporter) { in TestConnection() method in ContextTest.TestConnection