HomeSort by relevance Sort by last modified time
    Searched refs:CONNECT (Results 51 - 75 of 97) sorted by null

1 23 4

  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/
StubFtpServer.java 175 setCommandHandler(CommandNames.CONNECT, new ConnectCommandHandler());
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpService.java 185 public boolean connect(BluetoothDevice device) { method in class:A2dpService
205 mStateMachine.sendMessage(A2dpStateMachine.CONNECT, device);
373 public boolean connect(BluetoothDevice device) { method in class:A2dpService.BluetoothA2dpBinder
376 return service.connect(device);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java 21 * CONNECT | | | DISCONNECTED
80 public static final int CONNECT = 1;
775 // will be set on connect
805 case CONNECT:
    [all...]
HeadsetClientService.java 226 public boolean connect(BluetoothDevice device) { method in class:HeadsetClientService.BluetoothHeadsetClientBinder
231 return service.connect(device);
493 public boolean connect(BluetoothDevice device) { method in class:HeadsetClientService
497 Log.d(TAG, "connect " + device);
510 sm.sendMessage(HeadsetClientStateMachine.CONNECT, device);
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pManager.java 77 * <p> An application can initiate a connection request to a peer through {@link #connect}. See
82 * <p> After a successful group formation through {@link #createGroup} or through {@link #connect},
314 public static final int CONNECT = BASE + 7;
1031 public void connect(Channel c, WifiP2pConfig config, ActionListener listener) { method in class:WifiP2pManager
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 21 * CONNECT | | DISCONNECTED
25 * CONNECTED | | CONNECT
83 static final int CONNECT = 1;
357 case CONNECT:
467 case CONNECT:
    [all...]
HeadsetService.java 141 public boolean connect(BluetoothDevice device) { method in class:HeadsetService.BluetoothHeadsetBinder
144 return service.connect(device);
353 public boolean connect(BluetoothDevice device) { method in class:HeadsetService
355 Log.d(TAG, "connect: device=" + device);
357 Log.w(TAG, "connect: PRIORITY_OFF, device=" + device);
364 "connect: already connected/connecting, connectionState=" + connectionState
368 mStateMachine.sendMessage(HeadsetStateMachine.CONNECT, device);
  /prebuilts/go/darwin-x86/src/net/http/
clientserver_test.go 792 Method: "CONNECT",
800 Method: "CONNECT",
817 if req.Method != "CONNECT" {
818 t.Errorf("method = %q; want CONNECT", req.Method)
    [all...]
transport.go 57 // HTTPS, and HTTP proxies (for either HTTP or HTTPS with CONNECT).
184 // proxies during CONNECT requests.
862 // specified in the connectMethod. This includes doing a proxy CONNECT
1037 Method: "CONNECT",
    [all...]
serve_test.go 348 // The /foo -> /foo/ redirect applies to CONNECT requests
350 {"CONNECT", "google.com", "/dir", 301, "/dir/"},
351 {"CONNECT", "google.com", "/../search", 404, ""},
352 {"CONNECT", "google.com", "/dir/..", 200, "/dir/"},
353 {"CONNECT", "google.com", "/dir/..", 200, "/dir/"},
354 {"CONNECT", "google.com", "/dir/./file", 200, "/dir/"},
1133 // Connect an idle TCP connection to this server before we run
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/httptrace/
trace.go 130 // the CONNECT request is processed by the proxy.
  /prebuilts/go/linux-x86/src/net/http/
clientserver_test.go 792 Method: "CONNECT",
800 Method: "CONNECT",
817 if req.Method != "CONNECT" {
818 t.Errorf("method = %q; want CONNECT", req.Method)
    [all...]
transport.go 57 // HTTPS, and HTTP proxies (for either HTTP or HTTPS with CONNECT).
184 // proxies during CONNECT requests.
862 // specified in the connectMethod. This includes doing a proxy CONNECT
1037 Method: "CONNECT",
    [all...]
  /prebuilts/go/linux-x86/src/net/http/httptrace/
trace.go 130 // the CONNECT request is processed by the proxy.
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
WifiP2pServiceImpl.java 337 case WifiP2pManager.CONNECT:
    [all...]
  /external/libvncserver/webclients/java-applet/ssl/
SignedVncViewer.jar 
VncViewer.jar 
SignedUltraViewerSSL.jar 
UltraViewerSSL.jar 
  /prebuilts/go/darwin-x86/src/net/rpc/
server.go 683 // Can connect to RPC service using HTTP CONNECT to rpcPath.
688 if req.Method != "CONNECT" {
691 io.WriteString(w, "405 must CONNECT\n")
  /prebuilts/go/linux-x86/src/net/rpc/
server.go 683 // Can connect to RPC service using HTTP CONNECT to rpcPath.
688 if req.Method != "CONNECT" {
691 io.WriteString(w, "405 must CONNECT\n")
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-socks/4.1.6.Final/
netty-codec-socks-4.1.6.Final.jar 
  /frameworks/av/media/libmedia/
IOMX.cpp 39 CONNECT = IBinder::FIRST_CALL_TRANSACTION,
    [all...]
  /packages/services/Car/service/src/com/android/car/
BluetoothDeviceConnectionPolicy.java 72 * Hence the CarService manages the policy that drives when and what to connect to.
74 * When to connect:
77 * user entry and there by attempt to connect to their devices. This removes the need for the user
78 * to manually connect his device everytime they get in a car.
80 * Which device to connect:
82 * it is time to connect, picks the device that is appropriate and available.
83 * For every profile, the policy attempts to connect to the last connected device first. The policy
84 * maintains a list of connect-able devices for every profile, in the order of how recently they
119 // Events that are listened to for triggering an auto-connect:
133 // The Bluetooth profiles that the CarService will try to auto-connect on
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 

Completed in 416 milliseconds

1 23 4