HomeSort by relevance Sort by last modified time
    Searched refs:TestConnection (Results 1 - 8 of 8) 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...]
  /external/conscrypt/openjdk/src/test/java/org/conscrypt/
ConscryptSocketTest.java 226 class TestConnection {
236 TestConnection(X509Certificate[] chain, PrivateKey key) throws Exception {
307 TestConnection connection = new TestConnection(new X509Certificate[] {cert, ca}, certKey);
316 TestConnection connection =
317 new TestConnection(new X509Certificate[] {certEmbedded, ca}, certKey);
327 TestConnection connection = new TestConnection(new X509Certificate[] {cert, ca}, certKey);
339 TestConnection connection = new TestConnection(new X509Certificate[] {cert, ca}, certKey)
    [all...]
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestConnectionService.java 130 final class TestConnection extends Connection {
142 destroyCall(TestConnection.this);
163 TestConnection(boolean isIncoming, ConnectionRequest request) {
203 activateCall(TestConnection.this);
328 private final List<TestConnection> mCalls = new ArrayList<>();
374 final TestConnection connection =
375 new TestConnection(false /* isIncoming */, originalRequest);
412 final TestConnection connection = new TestConnection(true, request);
463 final TestConnection connection = new TestConnection(false, request)
    [all...]
TestVideoProvider.java 23 import com.android.server.telecom.testapps.TestConnectionService.TestConnection;
57 private TestConnection mConnection;
77 public TestVideoProvider(Context context, TestConnection connection) {
  /cts/tests/app/src/android/app/cts/
IntentServiceTest.java 98 ServiceConnection conn = new TestConnection();
114 private class TestConnection implements ServiceConnection {
ServiceTest.java 88 private class TestConnection implements ServiceConnection {
94 public TestConnection(boolean expectDisconnect, boolean setReporter) {
275 TestConnection conn = new TestConnection(true, false);
276 TestConnection conn2 = new TestConnection(false, false);
279 // Expect to see the TestConnection connected.
285 // Expect to see the second TestConnection connected.
299 // Expect to see the TestConnection disconnected.
306 conn = new TestConnection(true, true)
    [all...]
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
FrameworkPerfActivity.java 76 TestConnection mCurConnection;
83 class TestConnection implements ServiceConnection, IBinder.DeathRecipient {
251 void dispatchCurOp(TestConnection conn) {
327 final TestConnection conn = mCurConnection;
352 void connectionDied(TestConnection conn) {
376 mCurConnection = new TestConnection();
  /cts/tests/tests/content/src/android/content/cts/
ContextWrapperTest.java 758 TestConnection conn = new TestConnection(true, false);
    [all...]

Completed in 774 milliseconds