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

1 2 3 45 6 7 8 91011>>

  /libcore/luni/src/test/java/libcore/javax/sql/
OldConnectionEventTest.java 20 import java.sql.Connection;
54 public Connection getConnection() throws SQLException {
  /packages/services/Telephony/tests/src/com/android/services/telephony/
MockTelephonyConnection.java 28 * Mock Telephony Connection used in TelephonyConferenceController.java for testing purpose
34 com.android.internal.telephony.Connection mMockRadioConnection;
43 public com.android.internal.telephony.Connection getOriginalConnection() {
  /prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/test/
py25tests.py 30 class MyConnection(sqlite.Connection):
34 sqlite.Connection.rollback(self)
47 """Can the connection be used as a context manager at all?"""
  /prebuilts/gdb/linux-x86/lib/python2.7/sqlite3/test/
py25tests.py 30 class MyConnection(sqlite.Connection):
34 sqlite.Connection.rollback(self)
47 """Can the connection be used as a context manager at all?"""
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
py25tests.py 30 class MyConnection(sqlite.Connection):
34 sqlite.Connection.rollback(self)
47 """Can the connection be used as a context manager at all?"""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
py25tests.py 30 class MyConnection(sqlite.Connection):
34 sqlite.Connection.rollback(self)
47 """Can the connection be used as a context manager at all?"""
  /cts/tests/tests/telecom/src/android/telecom/cts/
ConnectionServiceTest.java 25 import android.telecom.Connection;
32 * Test some additional {@link ConnectionService} and {@link Connection} APIs not already covered
54 // Add second connection (add existing connection)
55 final MockConnection connection = new MockConnection(); local
56 connection.setOnHold();
57 CtsConnectionService.addExistingConnectionToTelecom(TEST_PHONE_ACCOUNT_HANDLE, connection);
72 // Add second connection (add existing connection)
73 final MockConnection connection = new MockConnection() local
97 final MockConnection connection = new MockConnection(); local
116 MockConnection connection = verifyConnectionForOutgoingCall(); local
    [all...]
CtsSelfManagedConnectionService.java 21 import android.telecom.Connection;
54 void onDestroyed(SelfManagedConnection connection) {
55 mConnections.remove(connection);
84 public Connection onCreateOutgoingConnection(PhoneAccountHandle connectionManagerAccount,
91 public Connection onCreateIncomingConnection(PhoneAccountHandle connectionManagerPhoneAccount,
112 mConnections.forEach(connection -> {
113 connection.setDisconnected(new DisconnectCause(DisconnectCause.LOCAL));
114 connection.destroy();
123 private Connection createSelfManagedConnection(ConnectionRequest request, boolean isIncoming) {
124 SelfManagedConnection connection = new SelfManagedConnection(isIncoming local
    [all...]
RemoteConnectionTest.java 27 import android.telecom.Connection;
70 assertConnectionState(mConnection, Connection.STATE_ACTIVE);
71 assertRemoteConnectionState(mRemoteConnectionObject, Connection.STATE_ACTIVE);
72 assertConnectionState(mRemoteConnection, Connection.STATE_ACTIVE);
76 assertConnectionState(mConnection, Connection.STATE_HOLDING);
77 assertRemoteConnectionState(mRemoteConnectionObject, Connection.STATE_HOLDING);
78 assertConnectionState(mRemoteConnection, Connection.STATE_HOLDING);
82 assertConnectionState(mConnection, Connection.STATE_ACTIVE);
83 assertRemoteConnectionState(mRemoteConnectionObject, Connection.STATE_ACTIVE);
84 assertConnectionState(mRemoteConnection, Connection.STATE_ACTIVE)
    [all...]
ExtendedInCallServiceTest.java 29 import android.telecom.Connection;
71 final MockConnection connection = verifyConnectionForOutgoingCall(); local
79 assertMuteState(connection, false);
84 assertMuteState(connection, true);
88 assertMuteState(connection, false);
98 final MockConnection connection = verifyConnectionForOutgoingCall(); local
129 assertAudioRoute(connection, CallAudioState.ROUTE_SPEAKER);
135 assertAudioRoute(connection, secondRoute);
152 final MockConnection connection = verifyConnectionForOutgoingCall(); local
159 assertDtmfString(connection, "");
185 final MockConnection connection = verifyConnectionForOutgoingCall(); local
212 final MockConnection connection = verifyConnectionForIncomingCall(); local
233 MockConnection connection = verifyConnectionForIncomingCall(0); local
335 final MockConnection connection = verifyConnectionForIncomingCall(); local
359 final MockConnection connection = verifyConnectionForIncomingCall(); local
382 final MockConnection connection = verifyConnectionForIncomingCall(); local
404 final MockConnection connection = verifyConnectionForIncomingCall(); local
443 final MockConnection connection = verifyConnectionForOutgoingCall(); local
531 final MockConnection connection = verifyConnectionForIncomingCall(); local
546 final MockConnection connection = verifyConnectionForOutgoingCall(); local
    [all...]
MockVideoProvider.java 20 import android.telecom.Connection;
25 import android.telecom.Connection.VideoProvider;
96 super.receiveSessionModifyResponse(Connection.VideoProvider.SESSION_MODIFY_REQUEST_SUCCESS,
115 * Handles requests to retrieve the connection data usage by returning a fixed usage amount of
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_MimeWriter.py 66 ("Metadata-Key", "connection"),
68 ("Connection-Description", "Barry's Big Bass Business"),
69 ("Connection-Id", "B4"),
70 ("Connection-Direction", "client"),
77 ("Connection-Description", "Generic Interface for All Knowbots"),
78 ("Connection-Id", "generic-kp"),
79 ("Connection-Direction", "client"),
115 KP-Metadata-Key: connection
117 KP-Connection-Description: Barry's Big Bass Business
118 KP-Connection-Id: B4
    [all...]
  /external/python/cpython2/Lib/test/
test_MimeWriter.py 66 ("Metadata-Key", "connection"),
68 ("Connection-Description", "Barry's Big Bass Business"),
69 ("Connection-Id", "B4"),
70 ("Connection-Direction", "client"),
77 ("Connection-Description", "Generic Interface for All Knowbots"),
78 ("Connection-Id", "generic-kp"),
79 ("Connection-Direction", "client"),
115 KP-Metadata-Key: connection
117 KP-Connection-Description: Barry's Big Bass Business
118 KP-Connection-Id: B
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_MimeWriter.py 66 ("Metadata-Key", "connection"),
68 ("Connection-Description", "Barry's Big Bass Business"),
69 ("Connection-Id", "B4"),
70 ("Connection-Direction", "client"),
77 ("Connection-Description", "Generic Interface for All Knowbots"),
78 ("Connection-Id", "generic-kp"),
79 ("Connection-Direction", "client"),
115 KP-Metadata-Key: connection
117 KP-Connection-Description: Barry's Big Bass Business
118 KP-Connection-Id: B
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_MimeWriter.py 66 ("Metadata-Key", "connection"),
68 ("Connection-Description", "Barry's Big Bass Business"),
69 ("Connection-Id", "B4"),
70 ("Connection-Direction", "client"),
77 ("Connection-Description", "Generic Interface for All Knowbots"),
78 ("Connection-Id", "generic-kp"),
79 ("Connection-Direction", "client"),
115 KP-Metadata-Key: connection
117 KP-Connection-Description: Barry's Big Bass Business
118 KP-Connection-Id: B
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_MimeWriter.py 66 ("Metadata-Key", "connection"),
68 ("Connection-Description", "Barry's Big Bass Business"),
69 ("Connection-Id", "B4"),
70 ("Connection-Direction", "client"),
77 ("Connection-Description", "Generic Interface for All Knowbots"),
78 ("Connection-Id", "generic-kp"),
79 ("Connection-Direction", "client"),
115 KP-Metadata-Key: connection
117 KP-Connection-Description: Barry's Big Bass Business
118 KP-Connection-Id: B
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_MimeWriter.py 66 ("Metadata-Key", "connection"),
68 ("Connection-Description", "Barry's Big Bass Business"),
69 ("Connection-Id", "B4"),
70 ("Connection-Direction", "client"),
77 ("Connection-Description", "Generic Interface for All Knowbots"),
78 ("Connection-Id", "generic-kp"),
79 ("Connection-Direction", "client"),
115 KP-Metadata-Key: connection
117 KP-Connection-Description: Barry's Big Bass Business
118 KP-Connection-Id: B
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Connection.java 36 public abstract class Connection {
44 * Capabilities that will be mapped to telecom connection
72 * Indicates that the connection is an external connection (e.g. an instance of the class
78 * Indicates that this external connection can be pulled from the remote device to the
85 * Listener interface for events related to the connection which should be reported to the
86 * {@link android.telecom.Connection}.
93 android.telecom.Connection.VideoProvider videoProvider);
101 public void onCallPullFailed(Connection externalConnection);
120 android.telecom.Connection.VideoProvider videoProvider) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCall.java 27 import com.android.internal.telephony.Connection;
91 public List<Connection>
133 for (Connection conn : mConnections) {
153 public void attach(Connection conn) {
163 public void attach(Connection conn, State state) {
172 public void attachFake(Connection conn, State state) {
366 for (Connection c : mConnections) {
  /packages/services/Telephony/src/com/android/services/telephony/
CdmaConnection.java 28 import com.android.internal.telephony.Connection;
65 * {@code True} if the CDMA connection should allow mute.
77 Connection connection,
82 super(connection, telecomCallId, isOutgoing);
85 mIsCallWaiting = connection != null && connection.getState() == Call.State.WAITING;
115 Connection connection = getOriginalConnection(); local
116 if (connection != null)
    [all...]
TelephonyConnection.java 29 import android.telecom.Connection;
45 import com.android.internal.telephony.Connection.Capability;
46 import com.android.internal.telephony.Connection.PostDialListener;
71 abstract class TelephonyConnection extends Connection {
81 * Mappings from {@link com.android.internal.telephony.Connection} extras keys to their
82 * equivalents defined in {@link android.telecom.Connection}.
107 com.android.internal.telephony.Connection connection =
108 (com.android.internal.telephony.Connection) ar.result;
110 if (connection != null &
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
HfpClientDeviceBlock.java 31 import android.telecom.Connection;
108 synchronized Connection onCreateIncomingConnection(BluetoothHeadsetClientCall call) {
109 HfpClientConnection connection = connection = mConnections.get(call.getUUID()); local
110 if (connection != null) {
111 connection.onAdded();
113 return connection;
115 Log.e(TAG, "Call " + call + " ignored: connection does not exist");
120 Connection onCreateOutgoingConnection(Uri address) {
121 HfpClientConnection connection = buildConnection(null, address) local
130 HfpClientConnection connection = connection = mConnections.get(call.getUUID()); local
171 HfpClientConnection connection = findConnectionKey(call); local
268 HfpClientConnection connection = null; local
276 mConnections.put(connection.getUUID(), connection); local
    [all...]
  /external/llvm/include/llvm/CodeGen/
ScheduleDFS.h 92 /// \brief Record a connection between subtrees and the connection level.
93 struct Connection {
97 Connection(unsigned tree, unsigned level): TreeID(tree), Level(level) {}
110 std::vector<SmallVector<Connection, 4> > SubtreeConnections;
112 /// Cache the current connection level of each subtree.
177 /// \brief Get the connection level of a subtree.
179 /// For bottom-up trees, the connection level is the latency depth (in cycles)
180 /// of the deepest connection to another subtree.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipConnectionBase.java 20 import com.android.internal.telephony.Connection;
30 abstract class SipConnectionBase extends Connection {
50 private long mHoldingStartTime; // The time when the Connection last transitioned
189 public Connection getOrigConnection() {
  /libcore/luni/src/test/java/tests/support/
Support_SQL.java 22 import java.sql.Connection;
52 .getResourceAsStream("/connection.properties");
75 public static Connection getConnection() throws SQLException {
85 public static Connection getConnection(String url, String login,

Completed in 1707 milliseconds

1 2 3 45 6 7 8 91011>>