Searched refs:dhcpLeaseSeconds (Results 1 – 1 of 1) sorted by relevance
601 public void updateRandomizedMacExpireTime(WifiConfiguration config, long dhcpLeaseSeconds) { in updateRandomizedMacExpireTime() argument606 long expireDurationMs = (dhcpLeaseSeconds & 0xffffffffL) * 1000; in updateRandomizedMacExpireTime()