HomeSort by relevance Sort by last modified time
    Searched refs:TestConnection (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/tests/coretests/src/android/app/activity/
ServiceTest.java 127 public class TestConnection implements ServiceConnection {
133 public TestConnection(boolean expectDisconnect, boolean setReporter) {
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(true, true)
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
ServiceTest.java 66 private class TestConnection implements ServiceConnection {
72 public TestConnection(boolean expectDisconnect, boolean setReporter) {
184 TestConnection conn = new TestConnection(true, false);
185 TestConnection conn2 = new TestConnection(false, false);
188 // Expect to see the TestConnection connected.
194 // Expect to see the second TestConnection connected.
208 // Expect to see the TestConnection disconnected.
215 conn = new TestConnection(true, true)
    [all...]
IntentServiceTest.java 118 ServiceConnection conn = new TestConnection();
134 private class TestConnection implements ServiceConnection {
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
FrameworkPerfActivity.java 75 TestConnection mCurConnection;
82 class TestConnection implements ServiceConnection, IBinder.DeathRecipient {
249 void dispatchCurOp(TestConnection conn) {
325 final TestConnection conn = mCurConnection;
350 void connectionDied(TestConnection conn) {
374 mCurConnection = new TestConnection();
  /cts/tests/tests/content/src/android/content/cts/
ContextWrapperTest.java     [all...]

Completed in 48 milliseconds