Home
last modified time | relevance | path

Searched refs:custom_horizon (Results 1 – 2 of 2) sorted by relevance

/external/libweave/src/
Dbackoff_entry_unittest.cc262 TimeTicks custom_horizon = TimeTicks() + TimeDelta::FromDays(3); in TEST() local
263 custom.SetCustomReleaseTime(custom_horizon); in TEST()
269 EXPECT_EQ(custom_horizon, custom.GetReleaseTime()); in TEST()
285 TimeTicks custom_horizon = TimeTicks() + TimeDelta::FromDays(3); in TEST() local
286 custom.SetCustomReleaseTime(custom_horizon); in TEST()
288 EXPECT_EQ(custom_horizon, custom.GetReleaseTime()); in TEST()
/external/libbrillo/brillo/
Dbackoff_entry_unittest.cc264 TimeTicks custom_horizon = TimeTicks() + TimeDelta::FromDays(3); in TEST() local
265 custom.SetCustomReleaseTime(custom_horizon); in TEST()
271 EXPECT_EQ(custom_horizon, custom.GetReleaseTime()); in TEST()
287 TimeTicks custom_horizon = TimeTicks() + TimeDelta::FromDays(3); in TEST() local
288 custom.SetCustomReleaseTime(custom_horizon); in TEST()
290 EXPECT_EQ(custom_horizon, custom.GetReleaseTime()); in TEST()