/libcore/luni/src/test/java/tests/java/sql/ |
DatabaseMetaDataNotSupportedTest.java | 29 import java.sql.Connection; 46 protected static Connection conn; 142 Connection userConn = Support_SQL.getConnection(Support_SQL.sqlUrl, [all...] |
/packages/services/Telecomm/src/com/android/server/telecom/ |
ConnectionServiceWrapper.java | 28 import android.telecom.Connection; 68 ParcelableConnection connection) { 75 .handleCreateConnectionComplete(callId, request, connection); 322 // Just refresh the connection capabilities so that the UI 324 // is still on the connection. Note when b/20530631 is fixed, we need 354 // we'll get a add conference msg from both the remote connection service 355 // and from the real connection service. 362 // But don't bail out if the connection count is 0, because that is a valid 610 public void addExistingConnection(String callId, ParcelableConnection connection) { 615 logIncoming("addExistingConnection %s %s", callId, connection); [all...] |
CallsManager.java | 39 import android.telecom.Connection; 358 // that the connection service disconnected the call before it was even added to Telecom, in 521 * Handles changes to the {@link Connection.VideoProvider} for a call. Adds the 565 * {@link Connection#sendConnectionEvent(String)} when the 566 * {@link Connection#EVENT_ON_HOLD_TONE_START} event or 567 * {@link Connection#EVENT_ON_HOLD_TONE_STOP} event is passed through to the 649 * Starts the process to attach the call to a connection service. 652 * connection service to use for this call. 708 // to the existing connection instead of trying to create a new one. 756 * connection service to use for this call [all...] |
/frameworks/base/services/core/java/com/android/server/connectivity/ |
Vpn.java | 123 private Connection mConnection; 134 * Whether to keep the connection active after rebooting, or upgrading or reinstalling. This 253 * Configures an always-on VPN connection through a specific application. 254 * This connection is automatically granted and persisted after a reboot. 378 // which may restart the connection. 490 // Revoke the connection or stop LegacyVpnRunner. 751 Connection oldConnection = mConnection; 770 Connection connection = new Connection(); local [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
GsmCdmaPhone.java | 590 public void notifyNewRingingConnection(Connection c) { 594 public void notifyDisconnect(Connection cn) { 600 public void notifyUnknownConnection(Connection cn) { [all...] |
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
HWC2.cpp | 42 auto connected = static_cast<HWC2::Connection>(intConnected); 248 void Device::callHotplug(std::shared_ptr<Display> display, Connection connected) 250 if (connected == Connection::Connected) { [all...] |
HWC2On1Adapter.cpp | 509 static_cast<int32_t>(Connection::Connected)); [all...] |
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/ |
datastore_range_iterators.py | 488 # get a connection without adapter. 489 connection = datastore_rpc.Connection() 499 query.GetQuery().run(connection, query_options))
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
JDBCConnection.java | 7 implements java.sql.Connection, SQLite.BusyHandler { 243 throw new SQLException("stale connection"); 308 throw new SQLException("stale connection");
|
JDBCDatabaseMetaData.java | 466 return Connection.TRANSACTION_SERIALIZABLE; 475 return level == Connection.TRANSACTION_SERIALIZABLE; 592 throw new SQLException("connection closed."); [all...] |
/external/libbrillo/brillo/http/ |
http_request.cc | 40 const char request_header::kConnection[] = "Connection"; 78 const char response_header::kConnection[] = "Connection"; 293 Response::Response(const std::shared_ptr<Connection>& connection) 294 : connection_{connection} {
|
/external/llvm/lib/CodeGen/ |
ScheduleDAGInstrs.cpp | [all...] |
/system/connectivity/shill/ |
connection_health_checker.cc | 31 #include "shill/connection.h" 52 static string ObjectID(Connection* c) { 84 ConnectionRefPtr connection, 88 : connection_(connection), 175 SLOG(connection_.get(), 2) << __func__ << ": Connection not ready yet."; 209 void ConnectionHealthChecker::SetConnection(ConnectionRefPtr connection) { 211 connection_ = connection; 286 SLOG(connection_.get(), 3) << __func__ << ": Starting connection at " 289 SLOG(connection_.get(), 2) << __func__ << ": Connection attempt failed."; 298 << ": AsyncConnection connection attempt failed [all...] |
http_proxy.cc | 35 #include "shill/connection.h" 51 static string ObjectID(Connection* c) { 73 HTTPProxy::HTTPProxy(ConnectionRefPtr connection) 75 connection_(connection), 232 SendClientError(500, string("Socket connection delayed failure: ") + 239 // If this was a "CONNECT" request, notify the client that the connection 271 } else if (base::StartsWith(header, "Connection:", 274 header.assign("Connection: close"); 275 } else if (base::StartsWith(header, "Proxy-Connection:", 277 header.assign("Proxy-Connection: close") [all...] |
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/ |
platformsettings.py | 684 Configuration for interface "Local Area Connection 3" 688 Configuration for interface "Wireless Network Connection 2"
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
DB_Results.java | 17 import java.sql.Connection; 56 private Connection fConnection; [all...] |
/external/jetty/src/java/org/eclipse/jetty/server/ |
AbstractHttpConnection.java | 54 import org.eclipse.jetty.io.Connection; 70 * <p>A HttpConnection represents the connection of a HTTP client to the server 75 * A connection is also the prime mechanism used by jetty to recycle objects without 78 * a connection. Where appropriate, allocated buffers are also kept associated 79 * with the connection via the parser and/or generator. 82 * The connection state is held by 3 separate state machines: The request state, the 88 * response code is 101 (switch protocols), then the org.eclipse.jetty.io.Connection 89 * request attribute is checked to see if there is a new Connection instance. If so, 90 * the new connection is returned from {@link #handle()} and is used for future 91 * handling of the underlying connection. Note that for switching protocols tha [all...] |
/external/nanohttpd/ |
README.md | 118 * Persistent connections (Connection "keep-alive") support allowing multiple requests to be served over a single socket connection.
|
/external/nanohttpd/src/site/markdown/ |
index.md | 118 * Persistent connections (Connection "keep-alive") support allowing multiple requests to be served over a single socket connection.
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
ImsPhoneTest.java | 37 import com.android.internal.telephony.Connection; 82 Connection mConnection;
|
/prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-io/8.1.14.v20131031/ |
jetty-io-8.1.14.v20131031.jar | |
/external/autotest/client/cros/bluetooth/ |
bluetooth_device_xmlrpc_server.py | 103 # Set up the connection to Upstart so we can start and stop services 105 self._upstart_conn = dbus.connection.Connection(self.UPSTART_PATH) 120 # Set up the connection to the D-Bus System Bus, get the object for
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
InterceptorTest.java | 137 Address address = chain.connection().getRoute().getAddress(); 165 Connection connection = chain.connection(); 166 assertNotNull(connection);
|
/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
ImsCallSession.java | 21 import android.telecom.Connection; [all...] |
/packages/services/Telephony/src/com/android/phone/ |
CallNotifier.java | 21 import com.android.internal.telephony.Connection; [all...] |