Home
last modified time | relevance | path

Searched defs:getTime (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/src/main/java/java/util/zip/
DZipEntry.java157 public long getTime() { in getTime() method in ZipEntry
/libcore/luni/src/main/java/java/sql/
DCallableStatement.java626 public Time getTime(int parameterIndex) throws SQLException; in getTime() method
646 public Time getTime(int parameterIndex, Calendar cal) throws SQLException; in getTime() method
660 public Time getTime(String parameterName) throws SQLException; in getTime() method
679 public Time getTime(String parameterName, Calendar cal) throws SQLException; in getTime() method
DTimestamp.java286 public long getTime() { in getTime() method in Timestamp
DResultSet.java928 public Time getTime(int columnIndex) throws SQLException; in getTime() method
944 public Time getTime(int columnIndex, Calendar cal) throws SQLException; in getTime() method
957 public Time getTime(String columnName) throws SQLException; in getTime() method
973 public Time getTime(String columnName, Calendar cal) throws SQLException; in getTime() method
/libcore/luni/src/main/java/java/util/
DDate.java307 public long getTime() { in getTime() method in Date
DCalendar.java1084 public final Date getTime() { in getTime() method in Calendar