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

/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DServiceTest.java127 public class TestConnection implements ServiceConnection { class in class:ServiceTest
133 public TestConnection(boolean expectDisconnect, boolean setReporter) { method in class:ServiceTest.TestConnection
233 TestConnection conn = new TestConnection(true, false);
234 TestConnection conn2 = new TestConnection(false, false);
237 // Expect to see the TestConnection connected.
243 // Expect to see the second TestConnection connected.
261 // Expect to see the TestConnection disconnected.
268 conn = new TestConnection(tru
[all...]

Completed in 1191 milliseconds