Home
last modified time | relevance | path

Searched defs:expTime (Results 1 – 4 of 4) sorted by relevance

/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpLeaseRepository.java195 final long expTime = currentTime + mLeaseTimeMs; in getOffer() local
332 final long expTime = currentTime + mLeaseTimeMs; in checkClientAndMakeLease() local
411 final long expTime = mClock.elapsedRealtime() + mLeaseTimeMs; in markLeaseDeclined() local
464 private void maybeUpdateEarliestExpiration(long expTime) { in maybeUpdateEarliestExpiration()
484 final long expTime = getExpTime.apply(lease.getValue()); in removeExpired() local
614 long expTime, @Nullable String hostname) throws OutOfAddressesException { in makeNewOffer()
DDhcpLease.java57 @NonNull Inet4Address netAddr, int prefixLength, long expTime, in DhcpLease()
110 public DhcpLease renewedLease(long expTime, @Nullable String hostname) { in renewedLease()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java2587 final long expTime, final String hostname) throws Exception { in createDhcpLeaseParcelable()
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java2072 final long expTime; in getTestUrl() local