Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DTestConnectionService.java40 final TestConnection connection = new TestConnection(); in onCreateOutgoingConnection()
50 final TestConnection connection = new TestConnection(); in onCreateIncomingConnection()
71 public static class TestConnection extends Connection { class in TestConnectionService
/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.java159 private class TestConnection implements ServiceConnection { class in ServiceTest
166 public TestConnection(boolean expectDisconnect, boolean setReporter) { in TestConnection() method in ServiceTest.TestConnection
233 private class TestStopSelfConnection extends TestConnection {
579 TestConnection conn = new TestConnection(true, false); in bindExpectResult()
580 TestConnection conn2 = new TestConnection(false, false); in bindExpectResult()
610 conn = new TestConnection(true, true); in bindExpectResult()
636 conn = new TestConnection(true, true); in bindExpectResult()
678 TestConnection conn = new TestConnection(false, true); in bindAutoExpectResult()
893 TestConnection conn = new TestConnection(true, false); in testBindServiceWithExecutor()
/cts/tests/tests/content/src/android/content/cts/
DContextTest.java1653 TestConnection conn = new TestConnection(true, false); in bindExpectResult()
1769 private class TestConnection implements ServiceConnection { class in ContextTest
1770 public TestConnection(boolean expectDisconnect, boolean setReporter) { in TestConnection() method in ContextTest.TestConnection