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

<<11121314151617181920

  /prebuilts/gradle-plugin/com/android/tools/devicelib/26.0.0-alpha6/
devicelib-26.0.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/26.0.0-alpha7/
devicelib-26.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/26.0.0-alpha9/
devicelib-26.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/26.0.0-beta1/
devicelib-26.0.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/26.0.0-beta2/
devicelib-26.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/26.0.0-beta6/
devicelib-26.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/26.0.0-beta7/
devicelib-26.0.0-beta7.jar 
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhone.java 88 import com.android.internal.telephony.Connection;
586 public void notifyNewRingingConnection(Connection c) {
590 void notifyUnknownConnection(Connection c) {
601 public Connection
607 public Connection
614 protected Connection dialInternal(String dialString, int videoState, Bundle intentExtras)
619 private Connection dialInternal(String dialString, int videoState,
    [all...]
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java 28 import java.sql.Connection;
51 protected static Connection conn;
424 assertEquals("Incorrect connection value", conn, meta.getConnection());
430 Connection con = meta.getConnection();
603 case Connection.TRANSACTION_NONE:
604 case Connection.TRANSACTION_READ_COMMITTED:
605 case Connection.TRANSACTION_READ_UNCOMMITTED:
606 case Connection.TRANSACTION_REPEATABLE_READ:
607 case Connection.TRANSACTION_SERIALIZABLE:
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
requestwrite_test.go 51 "Proxy-Connection": {"keep-alive"},
68 "Proxy-Connection: keep-alive\r\n\r\n",
78 "Proxy-Connection: keep-alive\r\n\r\n",
130 "Connection: close\r\n" +
137 "Connection: close\r\n" +
163 "Connection: close\r\n" +
171 "Connection: close\r\n" +
  /prebuilts/go/linux-x86/src/net/http/
requestwrite_test.go 51 "Proxy-Connection": {"keep-alive"},
68 "Proxy-Connection: keep-alive\r\n\r\n",
78 "Proxy-Connection: keep-alive\r\n\r\n",
130 "Connection: close\r\n" +
137 "Connection: close\r\n" +
163 "Connection: close\r\n" +
171 "Connection: close\r\n" +
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
InCallServiceImpl.java 27 import android.telecom.Connection;
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BasicCallTests.java 41 import android.telecom.Connection;
528 Connection.STATE_HOLDING;
640 * call, no pull call request is made to the connection service.
660 * Tests the {@link Connection#sendConnectionEvent(String, Bundle)} API.
675 * Tests the {@link Connection#sendConnectionEvent(String, Bundle)} API.
    [all...]
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/
jsoup-1.6.3.jar 
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.7.3/
jsoup-1.7.3.jar 
  /frameworks/base/core/java/android/speech/tts/
TextToSpeech.java 664 private Connection mConnectingServiceConnection;
665 private Connection mServiceConnection;
807 Connection connection = new Connection(); local
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/io/
RealConnection.java 21 import com.squareup.okhttp.Connection;
67 public final class RealConnection implements Connection {
75 * {@link #rawSocket} itself if this connection does not use SSL.
136 /** Does all the work necessary to build a full HTTP or HTTPS connection on a raw socket. */
156 socket.setSoTimeout(0); // Framed connection timeouts are set per-stream.
164 // Only assign the framed connection once the preface has been sent successfully.
255 * To make an HTTPS connection over an HTTP proxy, send an unencrypted
256 * CONNECT request to create the proxy connection. This may need to be
260 // Make an SSL Tunnel on the first message pair of each SSL + proxy connection.
316 .header("Proxy-Connection", "Keep-Alive"
    [all...]
  /external/python/cpython2/Lib/multiprocessing/
forking.py 190 from _multiprocessing import win32, Connection, PipeConnection
421 # Make (Pipe)Connection picklable
433 ForkingPickler.register(Connection, reduce_connection)
  /external/python/cpython2/Lib/sqlite3/test/
factory.py 28 class MyConnection(sqlite.Connection):
30 sqlite.Connection.__init__(self, *args, **kwargs)
  /frameworks/opt/net/ims/src/java/com/android/ims/internal/
ImsVideoCallProviderWrapper.java 27 import android.telecom.Connection;
40 * Subclass implementation of {@link Connection.VideoProvider}. This intermediates and
50 public class ImsVideoCallProviderWrapper extends Connection.VideoProvider {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmCdmaCallTrackerTest.java 168 /* get the reference of the connection before reject */
169 Connection connection = mCTUT.mForegroundCall.getConnections().get(0); local
170 assertEquals(DisconnectCause.NOT_DISCONNECTED, connection.getDisconnectCause());
183 assertEquals(DisconnectCause.LOCAL, connection.getDisconnectCause());
279 /* get the reference of the connection before reject */
280 Connection connection = mCTUT.mRingingCall.getConnections().get(0); local
281 assertNotNull(connection);
282 assertEquals(DisconnectCause.NOT_DISCONNECTED, connection.getDisconnectCause())
    [all...]
  /hardware/libhardware/modules/camera/3_4/
v4l2_metadata_factory.cpp 45 // Open a temporary connection to the device for all the V4L2 querying
48 V4L2Wrapper::Connection temp_connection = V4L2Wrapper::Connection(device);
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
forking.py 190 from _multiprocessing import win32, Connection, PipeConnection
421 # Make (Pipe)Connection picklable
433 ForkingPickler.register(Connection, reduce_connection)
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
forking.py 190 from _multiprocessing import win32, Connection, PipeConnection
421 # Make (Pipe)Connection picklable
433 ForkingPickler.register(Connection, reduce_connection)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 190 from _multiprocessing import win32, Connection, PipeConnection
421 # Make (Pipe)Connection picklable
433 ForkingPickler.register(Connection, reduce_connection)

Completed in 1791 milliseconds

<<11121314151617181920