Home
last modified time | relevance | path

Searched refs:networkAddress (Results 1 – 2 of 2) sorted by relevance

/packages/services/BuiltInPrintService/src/com/android/bips/p2p/
DP2pUtils.java98 Inet4Address networkAddress = (Inet4Address) ifaceAddress.getAddress(); in isOnInterface() local
104 if ((toLong(networkAddress) & netMask) == (addressLong & netMask)) { in isOnInterface()
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DPandoraDevice.java48 public PandoraDevice(String networkAddress, int port) { in PandoraDevice() argument
49 mNetworkAddress = networkAddress; in PandoraDevice()