Home
last modified time | relevance | path

Searched refs:leaseParcelables (Results 1 – 3 of 3) sorted by relevance

/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpLeaseRepository.java388 final List<DhcpLeaseParcelable> leaseParcelables = in notifyLeasesChanged() local
391 leaseParcelables.add(committedLease.toParcelable()); in notifyLeasesChanged()
397 mEventCallbacks.getBroadcastItem(i).onLeasesChanged(leaseParcelables); in notifyLeasesChanged()
/packages/modules/Connectivity/Tethering/src/android/net/ip/
DIpServer.java530 public void onLeasesChanged(List<DhcpLeaseParcelable> leaseParcelables) { in onLeasesChanged() argument
532 for (DhcpLeaseParcelable lease : leaseParcelables) { in onLeasesChanged()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java3194 private List<TetheredClient> toTetheredClients(List<DhcpLeaseParcelable> leaseParcelables, in toTetheredClients() argument
3197 for (DhcpLeaseParcelable lease : leaseParcelables) { in toTetheredClients()