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 115 virtual bool GetScatterFactorInSeconds(
mock_device_policy.h 85 MOCK_CONST_METHOD1(GetScatterFactorInSeconds,
device_policy_impl.h 53 bool GetScatterFactorInSeconds(
device_policy_impl.cc 294 bool DevicePolicyImpl::GetScatterFactorInSeconds(
  /external/libbrillo/policy/tests/
libpolicy_unittest.cc 119 ASSERT_TRUE(policy.GetScatterFactorInSeconds(&int64_value));
204 ASSERT_FALSE(policy.GetScatterFactorInSeconds(&int64_value));
  /system/update_engine/update_manager/
real_device_policy_provider_unittest.cc 223 EXPECT_CALL(mock_device_policy_, GetScatterFactorInSeconds(_))
239 EXPECT_CALL(mock_device_policy_, GetScatterFactorInSeconds(_))
real_device_policy_provider.cc 152 if (!policy_provider_->GetDevicePolicy().GetScatterFactorInSeconds(
  /system/update_engine/
update_attempter_unittest.cc     [all...]
update_attempter.cc 453 device_policy->GetScatterFactorInSeconds(&new_scatter_factor_in_secs);
    [all...]

Completed in 92 milliseconds