Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/src/android/net/ip/
H A DIpServer.java489 final TetheredClient.AddressInfo addressInfo = new TetheredClient.AddressInfo( in onLeasesChanged() local
493 Collections.singletonList(addressInfo), in onLeasesChanged()
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DTetheringTest.java2532 final AddressInfo addressInfo = new TetheredClient.AddressInfo(address, lease.hostname); in toTetheredClients() local
2535 Collections.singletonList(addressInfo), in toTetheredClients()