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

  /external/libbrillo/policy/
device_policy.h 113 virtual bool GetAllowedConnectionTypesForUpdate(
device_policy_impl.h 54 virtual bool GetAllowedConnectionTypesForUpdate(
mock_device_policy.h 87 MOCK_CONST_METHOD1(GetAllowedConnectionTypesForUpdate,
device_policy_impl.cc 319 bool DevicePolicyImpl::GetAllowedConnectionTypesForUpdate(
  /system/update_engine/
connection_manager_unittest.cc 239 EXPECT_CALL(allow_3g_policy, GetAllowedConnectionTypesForUpdate(_))
261 EXPECT_CALL(allow_3g_policy, GetAllowedConnectionTypesForUpdate(_))
315 EXPECT_CALL(block_3g_policy, GetAllowedConnectionTypesForUpdate(_))
332 // Return false for GetAllowedConnectionTypesForUpdate and see
335 EXPECT_CALL(allow_3g_policy, GetAllowedConnectionTypesForUpdate(_))
350 EXPECT_CALL(no_policy, GetAllowedConnectionTypesForUpdate(_))
common_service.cc 236 device_policy->GetAllowedConnectionTypesForUpdate(&allowed_types)) {
connection_manager.cc 94 if (device_policy->GetAllowedConnectionTypesForUpdate(&allowed_types)) {
  /system/update_engine/update_manager/
real_device_policy_provider_unittest.cc 174 EXPECT_CALL(mock_device_policy_, GetAllowedConnectionTypesForUpdate(_))
214 EXPECT_CALL(mock_device_policy_, GetAllowedConnectionTypesForUpdate(_))
real_device_policy_provider.cc 130 .GetAllowedConnectionTypesForUpdate(&allowed_types_str)) {
  /external/libbrillo/policy/tests/
libpolicy_unittest.cc 134 ASSERT_TRUE(policy.GetAllowedConnectionTypesForUpdate(&types));

Completed in 260 milliseconds