Searched refs:dhcpLeaseTimeInSeconds (Results 1 – 1 of 1) sorted by relevance
2372 long dhcpLeaseTimeInSeconds = (WifiConfigManager.AGGRESSIVE_MAC_REFRESH_MS_MIN / 1000) - 1; in testUpdateRandomizedMacExpireTime() local2373 mWifiConfigManager.updateRandomizedMacExpireTime(config, dhcpLeaseTimeInSeconds); in testUpdateRandomizedMacExpireTime()2379 dhcpLeaseTimeInSeconds = (WifiConfigManager.AGGRESSIVE_MAC_REFRESH_MS_MAX / 1000) + 1; in testUpdateRandomizedMacExpireTime()2380 mWifiConfigManager.updateRandomizedMacExpireTime(config, dhcpLeaseTimeInSeconds); in testUpdateRandomizedMacExpireTime()2386 dhcpLeaseTimeInSeconds = (WifiConfigManager.AGGRESSIVE_MAC_REFRESH_MS_MIN / 1000) + 5; in testUpdateRandomizedMacExpireTime()2387 mWifiConfigManager.updateRandomizedMacExpireTime(config, dhcpLeaseTimeInSeconds); in testUpdateRandomizedMacExpireTime()2404 long dhcpLeaseTimeInSeconds = (WifiConfigManager.AGGRESSIVE_MAC_WAIT_AFTER_DISCONNECT_MS in testRandomizedMacExpirationTimeUpdatedAtDisconnect() local2406 mWifiConfigManager.updateRandomizedMacExpireTime(config, dhcpLeaseTimeInSeconds); in testRandomizedMacExpirationTimeUpdatedAtDisconnect()