Searched refs:TestConnection (Results 1 - 2 of 2) 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...]
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DFrameworkPerfActivity.java75 TestConnection mCurConnection;
82 class TestConnection implements ServiceConnection, IBinder.DeathRecipient { class in class:FrameworkPerfActivity
249 void dispatchCurOp(TestConnection conn) {
325 final TestConnection conn = mCurConnection;
350 void connectionDied(TestConnection conn) {
374 mCurConnection = new TestConnection();

Completed in 728 milliseconds