Searched refs:lastBestAt (Results 1 - 2 of 2) sorted by relevance

/dalvik/libcore/luni/src/test/java/com/google/coretests/
H A DStatsStore.java89 a.lastBestAt = row.getLong(pos); pos++;
98 a.bestRes = 0; a.lastBestAt = now;
103 a.bestRes = 0; a.lastBestAt = now;
108 a.bestRes = 0; a.lastBestAt = now;
116 a.bestRes = 0; a.lastBestAt = now;
164 updateStmt.setLong(pos, a.lastBestAt); pos++;
H A DPerfStatCollector.java47 public long lastBestAt; field in class:PerfStatCollector.Item

Completed in 47 milliseconds