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

  /external/libbrillo/policy/
mock_device_policy.h 107 MOCK_CONST_METHOD1(GetDeviceUpdateStagingSchedule,
device_policy.h 224 virtual bool GetDeviceUpdateStagingSchedule(
device_policy_impl.h 84 bool GetDeviceUpdateStagingSchedule(
device_policy_impl.cc 526 bool DevicePolicyImpl::GetDeviceUpdateStagingSchedule(
  /external/libbrillo/policy/tests/
device_policy_impl_unittest.cc 193 ASSERT_TRUE(device_policy_.GetDeviceUpdateStagingSchedule(&staging_schedule));
209 ASSERT_TRUE(device_policy_.GetDeviceUpdateStagingSchedule(&staging_schedule));
226 ASSERT_TRUE(device_policy_.GetDeviceUpdateStagingSchedule(&staging_schedule));
245 ASSERT_TRUE(device_policy_.GetDeviceUpdateStagingSchedule(&staging_schedule));

Completed in 42 milliseconds