Home
last modified time | relevance | path

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

/cts/tests/tests/companion/multidevice/client/src/android/companion/cts/multidevice/
DBluetoothConnector.kt48 val socket = device.createRfcommSocketToServiceRecord(SERVICE_UUID) in attachClientSocket() constant
131 val socket = mServerSocket.accept() in run() constant
/cts/tests/location/location_gnss/src/android/location/cts/gnss/suplClient/
DSuplTcpClient.java38 private Socket socket; field in SuplTcpClient
/cts/tests/tests/companion/PermissionsSyncTestApp/src/android/os/cts/companiontestapp/
DMainActivity.java197 final BluetoothSocket socket = mClientDevice in startPermissionsSync() local
310 final BluetoothSocket socket = mServerSocket.accept(); in run() local
/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/time/src/android/app/time/cts/
DSntpTestServer.java97 DatagramSocket socket; in makeSocket() 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.java231 Socket socket, int buffersize, HttpParams params) throws IOException { in createHttpDataTransmitter()
236 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.java307 Socket socket, int buffersize, HttpParams params) throws IOException { in createHttpDataTransmitter()
312 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/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/testcase/
DDataPathInBandTestCase.java302 Socket socket = info.first.getSocketFactory().createSocket(peerIpv6, peerPort); in executeTestSubscriber() local
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DPreferentialNetworkServiceTest.java267 try (Socket socket = new Socket()) { in assertBindSocketToNetwork()
DBluetoothTest.java227 BluetoothServerSocket socket = null; in listenUsingRfcommWithServiceRecord_inManagedProfile_returnsValidSocket() local
/cts/hostsidetests/appsecurity/test-apps/ListeningPortsApp/src/android/appsecurity/cts/listeningports/
DListeningPortsTest.java199 Socket socket = new Socket(); in isTcpConnectable() local
/cts/tests/tests/os/src/android/os/cts/
DStrictModeTest.java448 try (Socket socket = new Socket("example.com", 80)) { in testUntaggedSocketsRaw()
457 try (Socket socket = new Socket("example.com", 80)) { in testUntaggedSocketsRaw()
548 try (Socket socket = new Socket("example.com", 80)) { in testNetwork()
DParcelFileDescriptorTest.java209 Socket socket; in testFromSocket() local
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBluetoothAdapterTest.java394 BluetoothServerSocket socket = mAdapter.listenUsingRfcommWithServiceRecord( in listenUsingRfcommWithServiceRecord() local
/cts/libs/testserver/src/android/webkit/cts/
DCtsTestServer.java1181 Socket socket = mSocket.accept(); in run() local
1251 HttpRequest request, Socket socket) { in HandleResponseTask()
/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.java2060 public String chooseClientAlias(String[] keyType, Principal[] issuers, Socket socket) { in chooseClientAlias()
2071 public String chooseServerAlias(String keyType, Principal[] issuers, Socket socket) { in chooseServerAlias()