OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
69
EXPECT_CALL(*mock_update_attempter_,
RefreshDevicePolicy
());
95
EXPECT_CALL(*mock_update_attempter_,
RefreshDevicePolicy
());
common_service.cc
153
update_attempter->
RefreshDevicePolicy
();
229
update_attempter->
RefreshDevicePolicy
();
269
update_attempter->
RefreshDevicePolicy
();
update_attempter.h
198
virtual void
RefreshDevicePolicy
();
update_attempter.cc
313
void UpdateAttempter::
RefreshDevicePolicy
() {
375
RefreshDevicePolicy
();
699
RefreshDevicePolicy
();
[
all
...]
/system/update_engine/update_manager/
real_device_policy_provider.cc
88
RefreshDevicePolicy
();
92
RefreshDevicePolicy
();
162
void RealDevicePolicyProvider::
RefreshDevicePolicy
() {
real_device_policy_provider.h
106
void
RefreshDevicePolicy
();
real_device_policy_provider_unittest.cc
120
// Checks that the policy is reloaded by
RefreshDevicePolicy
().
126
provider_->
RefreshDevicePolicy
();
177
provider_->
RefreshDevicePolicy
();
Completed in 231 milliseconds