Home
last modified time | relevance | path

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

/test/vts-testcase/hal/automotive/vehicle/V2_0/host/
DVtsHalAutomotiveVehicleV2_0HostTest.py946 def __init__(self, test, timestamp): argument
950 self.timestamp = timestamp
954 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): argument
988 self.timestamp = timestamp
992 propValue['value']['int64Values'] = [self.timestamp]
1002 for timestamp in invalidTimestamps:
[all …]
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DDeviceUtils.java922 public DeviceTimestamp(long timestamp) { in DeviceTimestamp() argument
923 mTimestamp = timestamp; in DeviceTimestamp()