Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/sql/
DOldResultSetGetterTests.java1011 Time timeRes = res.getTime(i,new GregorianCalendar()); in testGetTimeIntCalendar() local
1062 Time timeRes = res.getTime(col); in testGetTimeString() local
1135 Time timeRes = res.getTime(col, new GregorianCalendar()); in testGetTimeStringCalendar() local
1195 Timestamp timeRes = res.getTimestamp(i); in testGetTimestampInt() local
1258 Timestamp timeRes = res.getTimestamp(i,new GregorianCalendar()); in testGetTimestampIntCalendar() local
1315 Timestamp timeRes = res.getTimestamp(col); in testGetTimestampString() local
1373 Timestamp timeRes = res.getTimestamp(stringTimes.get(0),cal2); in testGetTimestampStringCalendar() local