Home
last modified time | relevance | path

Searched defs: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
985 def __init__(self, test, timestamp): argument
1017 def __init__(self, test, timestamp): argument
1035 def __init__(self, test, timestamp): argument
1072 def __init__(self, test, timestamp): argument
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DDeviceUtils.java780 public DeviceTimestamp(long timestamp) { in DeviceTimestamp()