Home
last modified time | relevance | path

Searched defs:socket (Results 1 – 20 of 20) sorted by relevance

/cts/tests/location/location_gnss/src/android/location/cts/gnss/suplClient/
DSuplTcpClient.java38 private Socket socket; field in SuplTcpClient
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/vpn/
DVpnTestHelper.java184 FileDescriptor socket = Os.socket(AF_INET, SOCK_DGRAM, IPPROTO_ICMP); in checkPing() local
232 FileDescriptor socket = null; in tryPosixConnect() local
/cts/tests/tests/os/src/android/os/cts/
DSntpTestServer.java95 DatagramSocket socket; in makeSocket() local
DStrictModeTest.java440 try (Socket socket = new Socket("example.com", 80)) { in testUntaggedSocketsRaw()
449 try (Socket socket = new Socket("example.com", 80)) { in testUntaggedSocketsRaw()
540 try (Socket socket = new Socket("example.com", 80)) { in testNetwork()
DParcelFileDescriptorTest.java126 Socket socket; in testFromSocket() local
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DBluetoothTest.java133 BluetoothServerSocket socket = null; in listenUsingRfcommWithServiceRecord_inManagedProfile_returnsValidSocket() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBluetoothChatService.java222 public synchronized void connected(@NonNull BluetoothSocket socket, BluetoothDevice in connected()
381 BluetoothSocket socket = null; in run() local
542 public ConnectedThread(BluetoothSocket socket, String socketType) { in ConnectedThread()
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DNativeDecoderTest.java250 Socket socket, int buffersize, HttpParams params) throws IOException { in createHttpDataTransmitter()
255 Socket socket, int buffersize, HttpParams params) throws IOException { in createSessionOutputBuffer()
/cts/hostsidetests/appsecurity/test-apps/AppAccessData/src/com/android/cts/appaccessdata/
DAccessPrivateDataTest.java186 final Socket socket = new Socket(); in testTrafficStatsStatsUidSelf() local
/cts/tests/tests/media/player/src/android/media/player/cts/
DMediaPlayerFlakyNetworkTest.java305 Socket socket, int buffersize, HttpParams params) throws IOException { in createHttpDataTransmitter()
310 Socket socket, int buffersize, HttpParams params) throws IOException { in createSessionOutputBuffer()
DStreamingMediaPlayerTest.java686 Socket socket, int buffersize, HttpParams params) throws IOException { in createHttpDataTransmitter()
691 Socket socket, int buffersize, HttpParams params) throws IOException { in createSessionOutputBuffer()
/cts/hostsidetests/appsecurity/test-apps/AppWithData/src/com/android/cts/appwithdata/
DMyProvider.java132 final Socket socket = server.accept(); in run() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DKeyChainTest.java423 public String chooseClientAlias(String[] keyTypes, Principal[] issuers, Socket socket) { in chooseClientAlias()
442 Socket socket) { in chooseServerAlias()
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBluetoothAdapterTest.java351 BluetoothServerSocket socket = mAdapter.listenUsingRfcommWithServiceRecord( in test_listenUsingRfcommWithServiceRecord() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/testcase/
DDataPathInBandTestCase.java302 Socket socket = info.first.getSocketFactory().createSocket(peerIpv6, peerPort); in executeTestSubscriber() local
/cts/hostsidetests/appsecurity/test-apps/ListeningPortsApp/src/android/appsecurity/cts/listeningports/
DListeningPortsTest.java158 Socket socket = new Socket(); in isTcpConnectable() local
/cts/libs/testserver/src/android/webkit/cts/
DCtsTestServer.java1057 Socket socket = mSocket.accept(); in run() local
1127 HttpRequest request, Socket socket) { in HandleResponseTask()
DTestWebServer.java580 Socket socket = mSocket.accept(); in run() local
/cts/tests/net/src/android/net/cts/
DLocalSocketTest.java151 LocalSocket socket = new LocalSocket(); in testAccessors() local
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyPairGeneratorTest.java1997 public String chooseClientAlias(String[] keyType, Principal[] issuers, Socket socket) { in chooseClientAlias()
2008 public String chooseServerAlias(String keyType, Principal[] issuers, Socket socket) { in chooseServerAlias()