Home
last modified time | relevance | path

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

/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.java152 private class TestConnection implements ServiceConnection { class in ServiceTest
159 public TestConnection(boolean expectDisconnect, boolean setReporter) { in TestConnection() method in ServiceTest.TestConnection
226 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()
/cts/tests/tests/content/src/android/content/cts/
DContextTest.java1368 TestConnection conn = new TestConnection(true, false); in bindExpectResult()
1484 private class TestConnection implements ServiceConnection { class in ContextTest
1485 public TestConnection(boolean expectDisconnect, boolean setReporter) { in TestConnection() method in ContextTest.TestConnection