Home
last modified time | relevance | path

Searched refs:kCellularDataVeryLowBytes (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/chromeos/cros/
Dnetwork_library.h186 static const int kCellularDataVeryLowBytes = 50 * 1024 * 1024; variable
Dnetwork_library.cc1450 if (remaining_data() <= chromeos::kCellularDataVeryLowBytes) { in GetRemainingWarning()
4014 if (remaining <= kCellularDataVeryLowBytes) in GetDataLeft()