Searched refs:getTimestamp (Results 1 – 7 of 7) sorted by relevance
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
D | TimestampTest.java | 60 assertEquals("not expected value", now, timestamp.getTimestamp()); in testTimestamp() 88 assertEquals(now, t.getTimestamp()); in testGetTimestamp() 89 assertNotSame(now, t.getTimestamp()); in testGetTimestamp()
|
D | CodeSignerTest.java | 115 assertNull(new CodeSigner(cpath, null).getTimestamp()); in testGetTimestamp() 116 assertSame(new CodeSigner(cpath, ts).getTimestamp(), ts); in testGetTimestamp()
|
/libcore/luni/src/main/java/java/sql/ |
D | CallableStatement.java | 694 public Timestamp getTimestamp(int parameterIndex) throws SQLException; in getTimestamp() method 713 public Timestamp getTimestamp(int parameterIndex, Calendar cal) in getTimestamp() method 729 public Timestamp getTimestamp(String parameterName) throws SQLException; in getTimestamp() method 747 public Timestamp getTimestamp(String parameterName, Calendar cal) in getTimestamp() method
|
D | ResultSet.java | 984 public Timestamp getTimestamp(int columnIndex) throws SQLException; in getTimestamp() method 1000 public Timestamp getTimestamp(int columnIndex, Calendar cal) in getTimestamp() method 1014 public Timestamp getTimestamp(String columnName) throws SQLException; in getTimestamp() method 1030 public Timestamp getTimestamp(String columnName, Calendar cal) in getTimestamp() method
|
/libcore/luni/src/main/java/java/security/ |
D | Timestamp.java | 104 public Date getTimestamp() { in getTimestamp() method in Timestamp
|
D | CodeSigner.java | 99 public Timestamp getTimestamp() { in getTimestamp() method in CodeSigner
|
/libcore/luni/src/test/java/libcore/java/sql/ |
D | OldResultSetGetterTests.java | 1195 Timestamp timeRes = res.getTimestamp(i); in testGetTimestampInt() 1201 timeRes = res.getTimestamp(i); in testGetTimestampInt() 1258 Timestamp timeRes = res.getTimestamp(i,new GregorianCalendar()); in testGetTimestampIntCalendar() 1264 timeRes = res.getTimestamp(i,new GregorianCalendar()); in testGetTimestampIntCalendar() 1315 Timestamp timeRes = res.getTimestamp(col); in testGetTimestampString() 1323 timeRes = res.getTimestamp(col); in testGetTimestampString() 1373 Timestamp timeRes = res.getTimestamp(stringTimes.get(0),cal2); in testGetTimestampStringCalendar() 1378 timeRes = res.getTimestamp(stringTimes.get(1),cal3); in testGetTimestampStringCalendar()
|