Searched refs:TestGetPrimarySystemTrayTimeHourType (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_system_use_24hour_clock_browsertest.cc57 static base::HourClockType TestGetPrimarySystemTrayTimeHourType() { function in class:chromeos::SystemUse24HourClockPolicyTest
102 EXPECT_EQ(base::k12HourClock, TestGetPrimarySystemTrayTimeHourType());
116 EXPECT_EQ(base::k12HourClock, TestGetPrimarySystemTrayTimeHourType());
129 EXPECT_EQ(base::k24HourClock, TestGetPrimarySystemTrayTimeHourType());
142 EXPECT_EQ(base::k12HourClock, TestGetPrimarySystemTrayTimeHourType());
155 EXPECT_EQ(base::k12HourClock, TestGetPrimarySystemTrayTimeHourType());

Completed in 232 milliseconds