Home
last modified time | relevance | path

Searched defs:newAddress (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/fastpair/
DSignalRotatedException.java23 SignalRotatedException(String message, String newAddress, Exception e) { in SignalRotatedException()
DFastPairDualConnection.java833 private void setBleAddress(String newAddress) { in setBleAddress()
2116 String newAddress = fastPairSignalChecker.getValidAddressForModelId(currentAddress); in checkFastPairSignal() local
/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsSocketProvider.java264 void addOrUpdateInterfaceAddress(int ifaceIdx, @NonNull LinkAddress newAddress); in addOrUpdateInterfaceAddress()
276 @NonNull final LinkAddress newAddress) { in addOrUpdateInterfaceAddress()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DPrivateAddressCoordinator.java191 final LinkAddress newAddress = chooseDownstreamAddress(prefixRange); in requestDownstreamAddress() local
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DPrivateAddressCoordinatorTest.java127 final LinkAddress newAddress = requestDownstreamAddress(mHotspotIpServer, in testRequestDownstreamAddressWithoutUsingLastAddress() local
/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
DIpServerTest.java788 final LinkAddress newAddress = new LinkAddress("192.168.100.125/24"); in testOnNewPrefixRequest() local
/packages/modules/Wifi/service/java/com/android/server/wifi/
DClientModeImpl.java3794 int newAddress = Inet4AddressUtils.inet4AddressToIntHTL(addr); in handleIPv4Success() local