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

  /external/libbrillo/policy/
mock_device_policy.h 85 MOCK_CONST_METHOD1(GetTargetVersionPrefix, bool(std::string*));
device_policy.h 137 virtual bool GetTargetVersionPrefix(
device_policy_impl.h 60 bool GetTargetVersionPrefix(
device_policy_impl.cc 346 bool DevicePolicyImpl::GetTargetVersionPrefix(
  /external/libbrillo/policy/tests/
libpolicy_unittest.cc 129 ASSERT_TRUE(policy.GetTargetVersionPrefix(&string_value));
244 EXPECT_FALSE(policy.GetTargetVersionPrefix(&string_value));

Completed in 51 milliseconds