Home
last modified time | relevance | path

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

/external/libbrillo/policy/
Dmock_device_policy.h86 MOCK_CONST_METHOD1(GetRollbackToTargetVersion, bool(int*));
Ddevice_policy.h144 virtual bool GetRollbackToTargetVersion(
Ddevice_policy_impl.h62 bool GetRollbackToTargetVersion(
Ddevice_policy_impl.cc360 bool DevicePolicyImpl::GetRollbackToTargetVersion( in GetRollbackToTargetVersion() function in policy::DevicePolicyImpl
/external/libbrillo/policy/tests/
Dlibpolicy_unittest.cc133 ASSERT_TRUE(policy.GetRollbackToTargetVersion(&int_value)); in TEST()
245 EXPECT_FALSE(policy.GetRollbackToTargetVersion(&int_value)); in TEST()