HomeSort by relevance Sort by last modified time
    Searched defs:newConnection (Results 1 - 21 of 21) sorted by null

  /external/jetty/src/java/org/eclipse/jetty/util/resource/
JarResource.java 72 newConnection();
87 protected void newConnection() throws IOException
JarFileResource.java 113 protected synchronized void newConnection()
116 super.newConnection();
  /packages/services/Telephony/src/com/android/services/telephony/
CdmaConferenceController.java 163 CdmaConnection newConnection = mCdmaConnections.get(mCdmaConnections.size() - 1);
170 PhoneUtils.makePstnPhoneAccountHandle(newConnection.getPhone());
175 if (newConnection.isOutgoing()) {
  /external/jetty/src/java/org/eclipse/jetty/server/nio/
SelectChannelConnector.java 272 endp.setConnection(selectSet.getManager().newConnection(channel,endp, key.attachment()));
283 protected AsyncConnection newConnection(SocketChannel channel,final AsyncEndPoint endpoint)
323 public AsyncConnection newConnection(SocketChannel channel,AsyncEndPoint endpoint, Object attachment)
325 return SelectChannelConnector.this.newConnection(channel,endpoint);
  /external/jetty/src/java/org/eclipse/jetty/server/bio/
SocketConnector.java 128 protected Connection newConnection(EndPoint endpoint)
199 _connection = newConnection(this);
  /external/jetty/src/java/org/eclipse/jetty/server/ssl/
SslSelectChannelConnector.java 552 protected AsyncConnection newConnection(SocketChannel channel, AsyncEndPoint endpoint)
571 return super.newConnection(channel, endPoint);
  /cts/tests/tests/telecom/src/android/telecom/cts/
RemoteConferenceTest.java 277 MockConnection newConnection = verifyConnectionForOutgoingCallOnRemoteCS(2);
278 mRemoteConference.addConnection(newConnection);
308 MockConnection newConnection = verifyConnectionForOutgoingCallOnRemoteCS(2);
309 mRemoteConference.addConnection(newConnection);
310 mRemoteConference.removeConnection(newConnection);
398 MockConnection newConnection = verifyConnectionForOutgoingCallOnRemoteCS(1);
400 confList.add(newConnection);
ConferenceTest.java 163 MockConnection newConnection = verifyConnectionForOutgoingCall(2);
167 connectionList.add(newConnection);
195 mConferenceObject.addConnection(newConnection);
199 mConferenceObject.removeConnection(newConnection);
347 MockConnection newConnection = verifyConnectionForOutgoingCall(2);
351 connectionList.add(newConnection);
356 mConferenceObject.addConnection(newConnection);
360 mConferenceObject.removeConnection(newConnection);
RemoteConnectionTest.java 494 MockConnection newConnection = verifyConnectionForOutgoingCallOnRemoteCS(1);
496 confList.add(newConnection);
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/client/
SelectConnector.java 134 public AsyncConnection newConnection(SocketChannel channel, AsyncEndPoint endpoint, Object attachment)
161 AsyncConnection connection = selectSet.getManager().newConnection(channel,ep, key.attachment());
  /external/jetty/src/java/org/eclipse/jetty/websocket/
WebSocketClientFactory.java 302 AsyncConnection connection = selectSet.getManager().newConnection(channel, endPoint, holder);
309 public AsyncConnection newConnection(SocketChannel channel, AsyncEndPoint endpoint, Object attachment)
  /external/jetty/src/java/org/eclipse/jetty/io/nio/
SelectorManager.java 352 public abstract AsyncConnection newConnection(SocketChannel channel, AsyncEndPoint endpoint, Object attachment);
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/server/handler/
ConnectHandler.java 482 endp.setConnection(selectSet.getManager().newConnection(channel,endp, key.attachment()));
488 public AsyncConnection newConnection(SocketChannel channel, AsyncEndPoint endpoint, Object attachment)
  /packages/services/Telecomm/src/com/android/server/telecom/
InCallController.java 382 InCallServiceConnection newConnection = getCurrentConnection();
383 if (newConnection != mCurrentConnection) {
386 newConnection.connect(null);
388 mCurrentConnection = newConnection;
    [all...]
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-io/8.1.14.v20131031/
jetty-io-8.1.14.v20131031.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-websocket/8.1.14.v20131031/
jetty-websocket-8.1.14.v20131031.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 1335 milliseconds