Home
last modified time | relevance | path

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

/external/autotest/server/cros/device_health_profile/
Ddevice_health_profile_unittest.py114 cached_time_epoch = self.dhp.get_last_update_time_epoch()
119 self.assertGreater(self.dhp.get_last_update_time_epoch(),
Ddevice_health_profile.py270 def get_last_update_time_epoch(self): member in DeviceHealthProfile