HomeSort by relevance Sort by last modified time
    Searched defs:kOutOfCreditsConnectionDropSeconds (Results 1 - 2 of 2) sorted by null

  /system/connectivity/shill/cellular/
active_passive_out_of_credits_detector.h 68 static const int64_t kOutOfCreditsConnectionDropSeconds;
active_passive_out_of_credits_detector.cc 41 ActivePassiveOutOfCreditsDetector::kOutOfCreditsConnectionDropSeconds = 15;
199 // kOutOfCreditsConnectionDropSeconds. If the number of retries exceeds
238 if (time_since_connect.InSeconds() > kOutOfCreditsConnectionDropSeconds) {
257 if (time_since_connect.InSeconds() <= kOutOfCreditsConnectionDropSeconds) {

Completed in 72 milliseconds