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

  /system/connectivity/shill/vpn/
vpn_driver.cc 48 const int VPNDriver::kDefaultConnectTimeoutSeconds = 60;
vpn_driver.h 79 static const int kDefaultConnectTimeoutSeconds;
  /system/connectivity/shill/wimax/
wimax.h 91 static const int kDefaultConnectTimeoutSeconds;
wimax.cc 66 const int WiMax::kDefaultConnectTimeoutSeconds = 60;
83 connect_timeout_seconds_(kDefaultConnectTimeoutSeconds) {

Completed in 1036 milliseconds