Home
last modified time | relevance | path

Searched defs:serverId (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DRfcommTest.kt170 val serverId = it in clientConnectToOpenServerSocketBondedInsecure() constant
193 val serverId = it in clientConnectToOpenServerSocketBondedSecure() constant
215 val serverId = it in clientSendDataOverInsecureSocket() constant
235 val serverId = it in clientSendDataOverSecureSocket() constant
255 val serverId = it in clientReceiveDataOverInsecureSocket() constant
276 val serverId = it in clientReceiveDataOverSecureSocket() constant
/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpReleasePacket.java32 public DhcpReleasePacket(int transId, Inet4Address serverId, Inet4Address clientAddr, in DhcpReleasePacket()
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPicasaSource.java428 public static String constructId(String serverId) { in constructId()