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

  /external/libbrillo/policy/
device_policy.h 106 virtual bool GetScatterFactorInSeconds(
device_policy_impl.h 52 virtual bool GetScatterFactorInSeconds(
mock_device_policy.h 85 MOCK_CONST_METHOD1(GetScatterFactorInSeconds,
device_policy_impl.cc 305 bool DevicePolicyImpl::GetScatterFactorInSeconds(
  /external/libbrillo/policy/tests/
libpolicy_unittest.cc 127 ASSERT_TRUE(policy.GetScatterFactorInSeconds(&int64_value));
194 ASSERT_FALSE(policy.GetScatterFactorInSeconds(&int64_value));
  /system/update_engine/update_manager/
real_device_policy_provider_unittest.cc 191 EXPECT_CALL(mock_device_policy_, GetScatterFactorInSeconds(_))
203 EXPECT_CALL(mock_device_policy_, GetScatterFactorInSeconds(_))
real_device_policy_provider.cc 149 if (!policy_provider_->GetDevicePolicy().GetScatterFactorInSeconds(
  /system/update_engine/
update_attempter_unittest.cc 754 EXPECT_CALL(*device_policy, GetScatterFactorInSeconds(_))
792 EXPECT_CALL(*device_policy, GetScatterFactorInSeconds(_))
    [all...]
update_attempter.cc 471 device_policy->GetScatterFactorInSeconds(&new_scatter_factor_in_secs);
    [all...]

Completed in 40 milliseconds