Home
last modified time | relevance | path

Searched refs:kMaxFailuresInContentPhase (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/
Dportal_detector.cc53 const int PortalDetector::kMaxFailuresInContentPhase = 2; member in shill::PortalDetector
141 failures_in_content_phase_ >= kMaxFailuresInContentPhase) { in CompleteAttempt()
Dportal_detector_unittest.cc339 .Times(PortalDetector::kMaxFailuresInContentPhase - 1); in TEST_F()
352 .Times(PortalDetector::kMaxFailuresInContentPhase - 1); in TEST_F()
372 for (int i = 0; i < PortalDetector::kMaxFailuresInContentPhase; i++) { in TEST_F()
Dportal_detector.h140 static const int kMaxFailuresInContentPhase; variable