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

  /system/update_engine/
connection_utils.h 27 kWimax,
connection_utils.cc 30 return ConnectionType::kWimax;
56 case ConnectionType::kWimax:
metrics_constants.h 113 kWimax, // WiMax.
connection_manager_unittest.cc 174 TestWithServiceType(shill::kTypeWimax, nullptr, ConnectionType::kWimax);
186 shill::kTypeVPN, shill::kTypeWimax, ConnectionType::kWimax);
216 EXPECT_TRUE(cmut_.IsUpdateAllowedOver(ConnectionType::kWimax,
266 EXPECT_TRUE(cmut_.IsUpdateAllowedOver(ConnectionType::kWimax,
303 allowed_set.insert(StringForConnectionType(ConnectionType::kWimax));
377 StringForConnectionType(ConnectionType::kWimax));
metrics_utils_unittest.cc 41 EXPECT_EQ(metrics::ConnectionType::kWimax,
42 GetConnectionType(ConnectionType::kWimax,
metrics_utils.cc 256 case ConnectionType::kWimax:
257 return metrics::ConnectionType::kWimax;
  /system/update_engine/update_manager/
boxed_value_unittest.cc 168 BoxedValue(new ConnectionType(ConnectionType::kWimax)).ToString());
197 set1->insert(ConnectionType::kWimax);
real_shill_provider_unittest.cc 328 ConnectionType::kWimax);

Completed in 494 milliseconds