Home
last modified time | relevance | path

Searched defs:date (Results 1 – 12 of 12) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/testtype/host/
DPrettyTestEventLogger.java45 Date date = new Date(); in testStarted() local
56 Date date = new Date(); in testEnded() local
/tools/tradefederation/core/tests/res/testtype/
Dgbench_output4.json3 "date": "2016-03-07 10:59:01", string
Dgbench_output3.json3 "date": "2016-03-07 10:59:01", string
Dgbench_output5.json5 "date": "2017-11-09 06:57:51", string
Dgbench_output2.json3 "date": "2016-03-07 10:59:01", string
Dgbench_output1.json3 "date": "2016-03-07 10:59:01", string
/tools/tradefederation/core/src/com/android/tradefed/result/
DRetentionFileSaver.java43 Date date = new Date(deleteTimeEpoch); in writeRetentionFile() local
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DNativeDeviceTest.java1745 Date date = new Date(1476958891000L); in testGetDeviceTimeOffset() local
1763 Date date = new Date(1476958881000L); in testGetDeviceTimeOffset_delay() local
1772 Date date = new Date(1476958881000L); in testSetDate() local
1802 Date date = new Date(1476958881000L); in testSetDate_lowApi() local
1831 Date date = new Date(1476958881000L); in testSetDate_NoAction() local
2162 long date = 1512990942000L; // 2017-12-11 03:15:42.015 in testGetLogcatSince() local
/tools/loganalysis/tests/src/com/android/loganalysis/item/
DGenericItemTest.java231 Date date = new Date(); in testToJson() local
/tools/apksig/src/main/java/com/android/apksig/internal/util/
DDelegatingX509Certificate.java79 public void checkValidity(Date date) in checkValidity()
/tools/tradefederation/core/src/com/android/tradefed/device/
DINativeDevice.java718 public InputStreamSource getLogcatSince(long date); in getLogcatSince()
1055 public long getDeviceTimeOffset(Date date) throws DeviceNotAvailableException; in getDeviceTimeOffset()
1064 public void setDate(Date date) throws DeviceNotAvailableException; in setDate()
DNativeDevice.java1987 public InputStreamSource getLogcatSince(long date) { in getLogcatSince()
3467 public long getDeviceTimeOffset(Date date) throws DeviceNotAvailableException { in getDeviceTimeOffset()
3484 public void setDate(Date date) throws DeviceNotAvailableException { in setDate()