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

  /cts/tests/tests/telecom/src/android/telecom/cts/
IncomingCallTest.java 51 final Connection connection3 = verifyConnectionForIncomingCall(); local
54 assertTrue(connections.contains(connection3));
ConnectionServiceTest.java 138 final Connection connection3 = verifyConnectionForIncomingCall(); local
141 assertTrue(connections.contains(connection3));
  /system/connectivity/shill/
connection_unittest.cc 1154 ConnectionRefPtr connection3 = GetNewConnection(); local
    [all...]
  /external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/
UrlConnectionCacheTest.java 1532 HttpURLConnection connection3 = client.open(server.getUrl("\/a")); local
1712 HttpURLConnection connection3 = client.open(invalid); local
    [all...]
  /external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
ResponseCacheTest.java 1614 HttpURLConnection connection3 = openConnection(server.getUrl("\/a")); local
1730 HttpURLConnection connection3 = openConnection(invalid); local
    [all...]

Completed in 3919 milliseconds