Home
last modified time | relevance | path

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

/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
DLocalCache.java104 value.updateTimestamp(); in get()
286 value.updateTimestamp(); in getIfPresent()
320 public void updateTimestamp() { in updateTimestamp() method in LocalCache.Timestamped
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java754 public void updateTimestamp(int columnIndex, Timestamp x) in updateTimestamp() method in Impl_RowSet
758 public void updateTimestamp(String columnName, Timestamp x) in updateTimestamp() method in Impl_RowSet
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCResultSet.java1108 public void updateTimestamp(int colIndex, java.sql.Timestamp t)
1210 public void updateTimestamp(String colName, java.sql.Timestamp t)
1213 updateTimestamp(col, t);