HomeSort by relevance Sort by last modified time
    Searched refs:kMinSuccessfulSendAttempts (Results 1 - 3 of 3) sorted by null

  /system/connectivity/shill/
connection_health_checker.h 166 static const int kMinSuccessfulSendAttempts;
connection_health_checker.cc 75 const int ConnectionHealthChecker::kMinSuccessfulSendAttempts = 1;
275 if (num_successful_sends_ == kMinSuccessfulSendAttempts) {
connection_health_checker_unittest.cc 183 return ConnectionHealthChecker::kMinSuccessfulSendAttempts;

Completed in 136 milliseconds