Searched refs:leaseParcelables (Results 1 – 3 of 3) sorted by relevance
388 final List<DhcpLeaseParcelable> leaseParcelables = in notifyLeasesChanged() local391 leaseParcelables.add(committedLease.toParcelable()); in notifyLeasesChanged()397 mEventCallbacks.getBroadcastItem(i).onLeasesChanged(leaseParcelables); in notifyLeasesChanged()
530 public void onLeasesChanged(List<DhcpLeaseParcelable> leaseParcelables) { in onLeasesChanged() argument532 for (DhcpLeaseParcelable lease : leaseParcelables) { in onLeasesChanged()
3194 private List<TetheredClient> toTetheredClients(List<DhcpLeaseParcelable> leaseParcelables, in toTetheredClients() argument3197 for (DhcpLeaseParcelable lease : leaseParcelables) { in toTetheredClients()