HomeSort by relevance Sort by last modified time
    Searched refs:connection (Results 151 - 175 of 1578) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
MockServerSocket.java 33 private Socket connection; field in class:MockServerSocket
44 * Establishes a new mock connection. This method blocks until the other end
45 * of the connection has been accepted.
47 * @return remote end of the mock connection
52 connection = c.getSocketA();
54 while (connection != null) {
92 while (connection == null) {
98 return connection;
102 connection = null;
  /frameworks/base/core/java/android/accessibilityservice/
AccessibilityService.java 432 * Dispatches service connection to internal components first, then the
443 // The client gets to handle service connection last, after we've set
580 final IAccessibilityServiceConnection connection = local
582 if (connection != null) {
584 connection.disableSelf();
656 final IAccessibilityServiceConnection connection = local
659 if (connection == null) {
675 connection.sendGesture(mGestureStatusCallbackSequence,
839 final IAccessibilityServiceConnection connection = local
900 final IAccessibilityServiceConnection connection = local
929 final IAccessibilityServiceConnection connection = local
958 final IAccessibilityServiceConnection connection = local
992 final IAccessibilityServiceConnection connection = local
1021 final IAccessibilityServiceConnection connection = local
1049 final IAccessibilityServiceConnection connection = local
1081 final IAccessibilityServiceConnection connection = local
1232 final IAccessibilityServiceConnection connection = local
1316 final IAccessibilityServiceConnection connection = local
1396 IAccessibilityServiceConnection connection = local
1445 IAccessibilityServiceConnection connection = local
1477 IAccessibilityServiceConnection connection = local
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
RemoteConference.java 71 * @param connection The {@link RemoteConnection} being added.
73 public void onConnectionAdded(RemoteConference conference, RemoteConnection connection) {}
79 * @param connection The {@link RemoteConnection} being removed.
81 public void onConnectionRemoved(RemoteConference conference, RemoteConnection connection) {}
145 private int mState = Connection.STATE_NEW;
164 for (RemoteConnection connection : mChildConnections) {
165 connection.setConference(null);
181 if (newState != Connection.STATE_ACTIVE &&
182 newState != Connection.STATE_HOLDING &&
183 newState != Connection.STATE_DISCONNECTED)
    [all...]
Conference.java 23 import android.telecom.Connection.VideoProvider;
37 * Represents a conference call which can contain any number of {@link Connection} objects.
42 * Used to indicate that the conference connection time is not specified. If not specified,
51 public void onConnectionAdded(Conference conference, Connection connection) {}
52 public void onConnectionRemoved(Conference conference, Connection connection) {}
54 Conference conference, List<Connection> conferenceableConnections) {}
61 public void onVideoProviderChanged(Conference c, Connection.VideoProvider videoProvider) {}
68 private final List<Connection> mChildConnections = new CopyOnWriteArrayList<>()
    [all...]
  /cts/tests/tests/telecom/src/android/telecom/cts/
VideoCallTest.java 22 import android.telecom.Connection;
23 import android.telecom.Connection.VideoProvider;
40 * The handler of the {@link Connection.VideoProvider} is, however, not public. As a workaround
66 final MockConnection connection = verifyConnectionForOutgoingCall(); local
72 connection.setActive();
130 final MockConnection connection = verifyConnectionForOutgoingCall(); local
144 connection.sendMockSessionModifyRequest(
159 final MockConnection connection = verifyConnectionForOutgoingCall(); local
163 final MockVideoProvider mockVideoProvider = connection.getMockVideoProvider();
184 final MockConnection connection = verifyConnectionForOutgoingCall() local
240 final MockConnection connection = verifyConnectionForOutgoingCall(); local
346 final MockConnection connection = verifyConnectionForOutgoingCall(); local
382 final MockConnection connection = verifyConnectionForOutgoingCall(); local
468 final MockConnection connection = verifyConnectionForOutgoingCall(); local
493 final MockConnection connection = verifyConnectionForOutgoingCall(); local
515 final MockConnection connection = verifyConnectionForOutgoingCall(); local
542 final MockConnection connection = verifyConnectionForOutgoingCall(); local
569 final MockConnection connection = verifyConnectionForOutgoingCall(); local
592 final MockConnection connection = verifyConnectionForOutgoingCall(); local
    [all...]
  /development/tools/emulator/test-apps/SmokeTests/src/com/android/emulator/smoketests/connectivity/
ConnectivityTest.java 36 //Connection attempt will be made to google.com
57 * Test that a connection can be made over the active network
61 Log.d("ConnectivityTest", "creating HTTP connection to google.com.");
62 URLConnection connection = url.openConnection(); local
63 connection.connect();
  /external/deqp/framework/platform/X11/
tcuX11Xcb.cpp 60 xcb_connection_t* connection = m_display.getConnection(); local
62 m_window = xcb_generate_id(connection);
63 m_colormap = xcb_generate_id(connection);
72 connection, // Connection
87 connection,
94 xcb_alloc_color_reply_t* rep = xcb_alloc_color_reply(connection, xcb_alloc_color(connection, m_colormap, 65535, 0, 0), NULL);
96 xcb_flush (connection);
  /external/libmicrohttpd/doc/examples/
hellobrowser.c 18 answer_to_connection (void *cls, struct MHD_Connection *connection,
30 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
logging.c 27 answer_to_connection (void *cls, struct MHD_Connection *connection,
34 MHD_get_connection_values (connection, MHD_HEADER_KIND, print_out_key,
  /external/libmicrohttpd/src/examples/
chunked_example.c 42 struct MHD_Connection *connection,
66 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
dual_stack_example.c 32 struct MHD_Connection *connection,
55 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
minimal_example.c 32 struct MHD_Connection *connection,
55 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
minimal_example_comet.c 40 struct MHD_Connection *connection,
62 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
  /external/libmicrohttpd/src/testspdy/
test_notls.c 86 struct Connection {
88 /* WANT_READ if SSL connection needs more input; or WANT_WRITE if it
93 SSL connection. */
207 struct Connection *connection; local
209 connection = (struct Connection*)user_data;
210 connection->want_io = IO_NONE;
212 rv = write(connection->fd,
224 connection->want_io = WANT_WRITE
248 struct Connection *connection; local
610 struct Connection connection; local
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
HttpOverHttp2Test.java 44 connection = client.open(server.getUrl("/foo"));
45 assertContent("ABCDE", connection, Integer.MAX_VALUE);
46 assertEquals(200, connection.getResponseCode());
47 assertEquals("Sweet", connection.getResponseMessage());
68 connection = client.open(server.getUrl("/foo"));
69 assertContent("ABCDE", connection, Integer.MAX_VALUE);
70 assertEquals(200, connection.getResponseCode());
71 assertEquals("Sweet", connection.getResponseMessage());
85 * confirm that the third concurrent request prepared a new connection.
109 assertEquals(0, server.takeRequest().getSequenceNumber()); // Settings connection
    [all...]
  /external/skia/tools/skiaserve/urlhandlers/
ImgHandler.cpp 22 int ImgHandler::handle(Request* request, MHD_Connection* connection,
44 return SendData(connection, data.get(), "image/png");
  /external/valgrind/gdbserver_tests/
nlsigvgdb.stderrB.exp 6 Remote connection closed
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsExternalCall.java 21 import com.android.internal.telephony.Connection;
34 public ImsExternalCall(Phone phone, ImsExternalConnection connection) {
36 mConnections.add(connection);
40 public List<Connection> getConnections() {
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
EnterSubject.java 43 InputConnection connection = super.onCreateInputConnection(outAttrs); local
54 return connection;
  /packages/services/Telephony/src/com/android/services/telephony/
GsmConnection.java 19 import com.android.internal.telephony.Connection;
25 GsmConnection(Connection connection, String telecomCallId, boolean isOutgoing) {
26 super(connection, telecomCallId, isOutgoing);
34 * @return The cloned connection.
  /prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/
dump.py 10 def _iterdump(connection):
16 directly but instead called from the Connection method, iterdump().
19 cu = connection.cursor()
  /prebuilts/gdb/linux-x86/lib/python2.7/sqlite3/
dump.py 10 def _iterdump(connection):
16 directly but instead called from the Connection method, iterdump().
19 cu = connection.cursor()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/
dump.py 10 def _iterdump(connection):
16 directly but instead called from the Connection method, iterdump().
19 cu = connection.cursor()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/
dump.py 10 def _iterdump(connection):
16 directly but instead called from the Connection method, iterdump().
19 cu = connection.cursor()
  /frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
ProxyServer.java 52 private static final String HEADER_CONNECTION = "connection";
53 private static final String HEADER_PROXY_CONNECTION = "proxy-connection";
64 private Socket connection; field in class:ProxyServer.ProxyConnection
66 private ProxyConnection(Socket connection) {
67 this.connection = connection;
73 String requestLine = getLine(connection.getInputStream());
76 connection.close();
97 connection.close();
111 connection.close()
    [all...]

Completed in 813 milliseconds

1 2 3 4 5 67 8 91011>>