Searched refs:timestamp (Results 1 – 2 of 2) sorted by relevance
946 def __init__(self, test, timestamp): argument950 self.timestamp = timestamp954 propValue['value']['int64Values'] = [self.timestamp]963 asserts.assertEqual(self.timestamp, value['timestamp'])972 for timestamp in timestamps:973 freezeCheckRead = FreezeFrameCheckRead(self, timestamp)985 def __init__(self, test, timestamp): argument988 self.timestamp = timestamp992 propValue['value']['int64Values'] = [self.timestamp]1002 for timestamp in invalidTimestamps:[all …]
922 public DeviceTimestamp(long timestamp) { in DeviceTimestamp() argument923 mTimestamp = timestamp; in DeviceTimestamp()