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

  /external/libbrillo/policy/
device_policy.h 92 virtual bool GetReleaseChannelDelegated(
device_policy_impl.h 47 virtual bool GetReleaseChannelDelegated(
mock_device_policy.h 80 MOCK_CONST_METHOD1(GetReleaseChannelDelegated,
device_policy_impl.cc 263 bool DevicePolicyImpl::GetReleaseChannelDelegated(
  /system/update_engine/
common_service_unittest.cc 82 EXPECT_CALL(mock_device_policy, GetReleaseChannelDelegated(_))
common_service.cc 159 if (device_policy && device_policy->GetReleaseChannelDelegated(&delegated) &&
  /system/update_engine/update_manager/
real_device_policy_provider.cc 172 &DevicePolicy::GetReleaseChannelDelegated);
  /external/libbrillo/policy/tests/
libpolicy_unittest.cc 119 ASSERT_TRUE(policy.GetReleaseChannelDelegated(&bool_value));

Completed in 215 milliseconds