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

  /system/update_engine/
mock_update_attempter.h 53 MOCK_METHOD0(RefreshDevicePolicy, void(void));
common_service_unittest.cc 71 EXPECT_CALL(*mock_update_attempter_, RefreshDevicePolicy());
97 EXPECT_CALL(*mock_update_attempter_, RefreshDevicePolicy());
common_service.cc 154 update_attempter->RefreshDevicePolicy();
261 update_attempter->RefreshDevicePolicy();
301 update_attempter->RefreshDevicePolicy();
update_attempter.h 198 virtual void RefreshDevicePolicy();
update_attempter.cc 310 void UpdateAttempter::RefreshDevicePolicy() {
372 RefreshDevicePolicy();
690 RefreshDevicePolicy();
    [all...]
  /system/update_engine/update_manager/
real_device_policy_provider.cc 91 RefreshDevicePolicy();
95 RefreshDevicePolicy();
165 void RealDevicePolicyProvider::RefreshDevicePolicy() {
real_device_policy_provider.h 118 void RefreshDevicePolicy();
real_device_policy_provider_unittest.cc 140 // Checks that the policy is reloaded by RefreshDevicePolicy().
151 provider_->RefreshDevicePolicy();
208 provider_->RefreshDevicePolicy();

Completed in 89 milliseconds