Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/build/
DFileDownloadCache.java100 Long timestamp2 = o2.mFile.lastModified(); in compare() local
101 return timestamp1.compareTo(timestamp2); in compare()