Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpLeaseRepository.java196 final long expTime = currentTime + mLeaseTimeMs; in getOffer() local
333 final long expTime = currentTime + mLeaseTimeMs; in checkClientAndMakeLease() local
412 final long expTime = mClock.elapsedRealtime() + mLeaseTimeMs; in markLeaseDeclined() local
465 private void maybeUpdateEarliestExpiration(long expTime) { in maybeUpdateEarliestExpiration()
485 final long expTime = getExpTime.apply(lease.getValue()); in removeExpired() local
615 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/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastAlertAudioTest.java516 long expTime = SystemClock.uptimeMillis() + duration; in testPlayAlertDuration() local
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java3217 final long expTime, final String hostname) throws Exception { in createDhcpLeaseParcelable()
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java2478 final long expTime; in getTestUrl() local