Home
last modified time | relevance | path

Searched refs:GetDeviceUpdateStagingSchedule (Results 1 – 5 of 5) sorted by relevance

/external/libbrillo/policy/tests/
Ddevice_policy_impl_test.cc193 ASSERT_TRUE(device_policy_.GetDeviceUpdateStagingSchedule(&staging_schedule)); in TEST_F()
209 ASSERT_TRUE(device_policy_.GetDeviceUpdateStagingSchedule(&staging_schedule)); in TEST_F()
226 ASSERT_TRUE(device_policy_.GetDeviceUpdateStagingSchedule(&staging_schedule)); in TEST_F()
245 ASSERT_TRUE(device_policy_.GetDeviceUpdateStagingSchedule(&staging_schedule)); in TEST_F()
/external/libbrillo/policy/
Dmock_device_policy.h113 GetDeviceUpdateStagingSchedule,
Ddevice_policy.h228 virtual bool GetDeviceUpdateStagingSchedule(
Ddevice_policy_impl.h85 bool GetDeviceUpdateStagingSchedule(
Ddevice_policy_impl.cc546 bool DevicePolicyImpl::GetDeviceUpdateStagingSchedule( in GetDeviceUpdateStagingSchedule() function in policy::DevicePolicyImpl