Searched defs:getTimestamp (Results 1 - 7 of 7) sorted by relevance

/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
H A DITestSummary.java31 public String getTimestamp(); method in interface:ITestSummary
56 * Expected format: {@link TimeUtil#getTimestamp()}
H A DTimeUtil.java55 static String getTimestamp() { method in class:TimeUtil
56 return getTimestamp(System.currentTimeMillis());
66 static String getTimestamp(long time) { method in class:TimeUtil
H A DTestSummaryXml.java65 public String getTimestamp() { method in class:TestSummaryXml
H A DCtsXmlResultReporter.java160 mStartTime = getTimestamp();
396 String endTime = getTimestamp();
502 String getTimestamp() { method in class:CtsXmlResultReporter
503 return TimeUtil.getTimestamp();
/cts/tests/tests/media/src/android/media/cts/
H A DCodecImage.java118 public abstract long getTimestamp(); method in class:CodecImage
H A DCodecUtils.java76 public long getTimestamp() { method in class:CodecUtils.ImageWrapper
77 return mImage.getTimestamp();
H A DYUVImage.java88 public long getTimestamp() { method in class:YUVImage

Completed in 86 milliseconds