Searched refs:kCellularDataVeryLowSecs (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/chromeos/cros/
H A Dnetwork_library.h180 static const int kCellularDataVeryLowSecs = 30 * 60; member in namespace:chromeos
H A Dnetwork_library.cc1444 if (remaining_time().InSeconds() <= chromeos::kCellularDataVeryLowSecs) {
4004 if (remaining <= base::TimeDelta::FromSeconds(kCellularDataVeryLowSecs))

Completed in 48 milliseconds