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

  /system/update_engine/
connection_utils.h 29 kCellular,
connection_utils.cc 34 return ConnectionType::kCellular;
60 case ConnectionType::kCellular:
connection_manager_unittest.cc 177 TestWithServiceType(shill::kTypeCellular, nullptr, ConnectionType::kCellular);
232 allowed_set.insert(StringForConnectionType(ConnectionType::kCellular));
238 EXPECT_TRUE(cmut_.IsUpdateAllowedOver(ConnectionType::kCellular,
251 allowed_set.insert(StringForConnectionType(ConnectionType::kCellular));
262 EXPECT_TRUE(cmut_.IsUpdateAllowedOver(ConnectionType::kCellular,
280 EXPECT_FALSE(cmut_.IsUpdateAllowedOver(ConnectionType::kCellular,
309 EXPECT_FALSE(cmut_.IsUpdateAllowedOver(ConnectionType::kCellular,
319 allowed_set.insert(StringForConnectionType(ConnectionType::kCellular));
328 EXPECT_FALSE(cmut_.IsUpdateAllowedOver(ConnectionType::kCellular,
347 EXPECT_FALSE(cmut_.IsUpdateAllowedOver(ConnectionType::kCellular,
    [all...]
metrics_constants.h 115 kCellular, // Cellular.
connection_manager.cc 59 case ConnectionType::kCellular: {
116 return IsUpdateAllowedOver(ConnectionType::kCellular,
metrics_utils_unittest.cc 47 EXPECT_EQ(metrics::ConnectionType::kCellular,
48 GetConnectionType(ConnectionType::kCellular,
metrics_utils.cc 262 case ConnectionType::kCellular:
263 return metrics::ConnectionType::kCellular;
common_service.cc 315 *out_allowed = cm->IsUpdateAllowedOver(ConnectionType::kCellular,
metrics_reporter_omaha_unittest.cc 219 metrics::ConnectionType connection_type = metrics::ConnectionType::kCellular;
  /system/update_engine/update_manager/
chromeos_policy.cc 444 if (conn_type != ConnectionType::kCellular) {
449 conn_type = ConnectionType::kCellular;
462 case ConnectionType::kCellular:
493 } else if (conn_type == ConnectionType::kCellular) {
    [all...]
chromeos_policy_unittest.cc     [all...]
boxed_value_unittest.cc 173 BoxedValue(new ConnectionType(ConnectionType::kCellular))
real_shill_provider_unittest.cc 344 ConnectionType::kCellular);

Completed in 1000 milliseconds