HomeSort by relevance Sort by last modified time
    Searched refs:Connection (Results 251 - 275 of 476) sorted by null

<<11121314151617181920

  /cts/tests/tests/telecom/src/android/telecom/cts/
MockConnection.java 23 import android.telecom.Connection;
32 * {@link Connection} subclass that immediately performs any state changes that are a result of
35 public class MockConnection extends Connection {
245 * Creates a mock video provider for this connection.
  /external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/
main.js 50 var info="["+socketInfo.peerAddress+":"+socketInfo.peerPort+"] Connection accepted!";
  /external/okhttp/okhttp-logging-interceptor/src/main/java/com/squareup/okhttp/logging/
HttpLoggingInterceptor.java 18 import com.squareup.okhttp.Connection;
151 Connection connection = chain.connection(); local
152 Protocol protocol = connection != null ? connection.getProtocol() : Protocol.HTTP_1_1;
  /external/python/cpython2/Lib/multiprocessing/
reduction.py 2 # Module to allow connection and socket objects to be transferred
47 from multiprocessing.connection import Client, Listener
162 # Register `_multiprocessing.Connection` with `ForkingPickler`
171 return _multiprocessing.Connection(
175 ForkingPickler.register(_multiprocessing.Connection, reduce_connection)
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteCursor.java 8 import java.sql.Connection;
228 private void fillRows(String sql, Connection connection) throws SQLException {
231 Statement statement = connection.createStatement(ResultSet.TYPE_FORWARD_ONLY, ResultSet.CONCUR_READ_ONLY);
  /frameworks/base/telecomm/java/android/telecom/
ParcelableConnection.java 30 * Information about a connection that is used between Telecom and the ConnectionService.
31 * This is used to send initial Connection information to Telecom when the connection is
139 * Returns the current connection capabilities bit-mask. Connection capabilities are defined as
140 * {@code CAPABILITY_*} constants in {@link Connection}.
142 * @return Bit-mask containing capabilities of the connection.
149 * Returns the current connection properties bit-mask. Connection properties are defined as
150 * {@code PROPERTY_*} constants in {@link Connection}
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneInternalInterface.java 54 * <li>DORMANT = The data connection is still active,
220 * @param apnType specify for which apn to get connection state info.
340 * Clears all DISCONNECTED connections from Call connection lists.
382 * connection (if present) that is pending answer/accept. (This connection
398 * Initiate a new voice connection. This happens asynchronously, so you
403 * @param videoState The desired video state for the connection.
409 Connection dial(String dialString, int videoState) throws CallStateException;
412 * Initiate a new voice connection with supplementary User to User
422 * @param videoState The desired video state for the connection
    [all...]
CallManager.java 47 * CallManager provides call and connection control as well as
104 // empty connection list
105 private final ArrayList<Connection> mEmptyConnections = new ArrayList<Connection>();
    [all...]
  /libcore/luni/src/test/java/tests/java/sql/
InsertFunctionalityTest.java 18 import java.sql.Connection;
35 private static Connection conn = null;
UpdateFunctionalityTest.java 20 import java.sql.Connection;
38 private static Connection conn;
UpdateFunctionalityTest2.java 21 import java.sql.Connection;
38 private static Connection conn = null;
  /packages/services/Telecomm/src/com/android/server/telecom/
RespondViaSmsManager.java 30 import android.telecom.Connection;
134 && !call.can(Connection.CAPABILITY_CAN_SEND_RESPONSE_VIA_CONNECTION)) {
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
SelfManagedConnection.java 29 import android.telecom.Connection;
37 * Sample self-managed {@link Connection} for a self-managed {@link ConnectionService}.
41 public class SelfManagedConnection extends Connection {
43 public void onConnectionStateChanged(SelfManagedConnection connection) {}
44 public void onConnectionRemoved(SelfManagedConnection connection) {}
75 * Handles updates to the audio state of the connection.
76 * @param state The new connection audio state.
TestVideoProvider.java 39 import android.telecom.Connection;
56 public class TestVideoProvider extends Connection.VideoProvider {
77 public TestVideoProvider(Context context, TestConnection connection) {
78 mConnection = connection;
187 log("Requested connection data usage");
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothRouteManagerTest.java 233 // Wait 3 times: for the first connection attempt, the retry attempt, and once more to
254 // Wait 3 times: the first connection attempt is accounted for in executeRoutingAction,
492 .setName("Nonspecific connection request while audio off.")
507 .setName("Connection to a device succeeds after pending")
618 .setName("Connection to device2 times out but device 1 still connected.")
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
reduction.py 2 # Module to allow connection and socket objects to be transferred
47 from multiprocessing.connection import Client, Listener
162 # Register `_multiprocessing.Connection` with `ForkingPickler`
171 return _multiprocessing.Connection(
175 ForkingPickler.register(_multiprocessing.Connection, reduce_connection)
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
reduction.py 2 # Module to allow connection and socket objects to be transferred
47 from multiprocessing.connection import Client, Listener
162 # Register `_multiprocessing.Connection` with `ForkingPickler`
171 return _multiprocessing.Connection(
175 ForkingPickler.register(_multiprocessing.Connection, reduce_connection)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
reduction.py 2 # Module to allow connection and socket objects to be transferred
47 from multiprocessing.connection import Client, Listener
162 # Register `_multiprocessing.Connection` with `ForkingPickler`
171 return _multiprocessing.Connection(
175 ForkingPickler.register(_multiprocessing.Connection, reduce_connection)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
reduction.py 2 # Module to allow connection and socket objects to be transferred
47 from multiprocessing.connection import Client, Listener
162 # Register `_multiprocessing.Connection` with `ForkingPickler`
171 return _multiprocessing.Connection(
175 ForkingPickler.register(_multiprocessing.Connection, reduce_connection)
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Connection.java 33 * Encapsulates a connection between SdkController service and the emulator. On
34 * the device side, the connection is bound to the UNIX-domain socket named
35 * 'android.sdk.controller'. On the emulator side the connection is established
55 * 3. Connection is initiated by the emulator side, while the service provides
65 * 3. Bind emulator connection with service-side channel via port name, provided by
68 * 4. Monitor connection state with the emulator, and automatically restore the
69 * connection once it is lost.
71 public class Connection {
87 * for that connection. In this case (when app-side channel is not registered
88 * with this class) we will keep emulator connection in this list, pendin
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
messages.properties 39 RemoteAdtTestRunner_RunTimeoutException=Connection with device timed out.
40 RemoteAdtTestRunner_RunIOException_s=Lost connection with device: %s
  /system/bt/vendor_libs/test_vendor_lib/scripts/
test_channel.py 59 class Connection(object):
80 connection: The connection to the test vendor library that commands are sent
85 self._connection = Connection(port)
  /packages/services/Telephony/src/com/android/phone/
PhoneUtils.java 57 import com.android.internal.telephony.Connection;
104 /** Speaker state, persisting between wired headset connection events */
107 /** Static handler for the connection/mute tracking */
154 * Mute settings for each connection as needed.
188 * Register the ConnectionHandler with the phone, to receive connection events
302 * Smart "hang up" helper method which hangs up exactly one connection,
426 * Trivial wrapper around Connection.hangup(), except that we silently
428 * connection wasn't actually active.
430 static void hangup(Connection c) {
436 Log.w(LOG_TAG, "Connection hangup: caught " + ex, ex)
575 Connection connection; local
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2.cpp 59 IComposerCallback::Connection conn) override
61 HWC2::Connection connection = static_cast<HWC2::Connection>(conn); variable
63 LOG_ALWAYS_FATAL_IF(connection != HWC2::Connection::Connected,
68 connection, true);
71 connection, false);
165 void Device::onHotplug(hwc2_display_t displayId, Connection connection) {
    [all...]
  /external/apache-http/android/src/android/net/http/
Connection.java 39 abstract class Connection {
42 * Allow a TCP connection 60 idle seconds before erroring out
54 /** The low level connection */
58 * The server SSL certificate associated with this connection
59 * (null if the connection is not secure)
66 * The host this connection is connected to. If using proxy,
71 /** true if the connection can be reused for sending more requests */
91 private static final String HTTP_CONNECTION = "http.connection";
97 * connection reduces memory churn.
101 protected Connection(Context context, HttpHost host
    [all...]

Completed in 806 milliseconds

<<11121314151617181920