Searched defs:theTime (Results 1 - 3 of 3) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DDateTest.java30 public MockDate(long theTime) { argument
31 super(theTime);
37 public void setTime(long theTime){ argument
38 super.setTime(theTime);
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DTimestampTest.java38 public MockTimestamp(long theTime) { argument
39 super(theTime);
45 public void setTime(long theTime){ argument
46 super.setTime(theTime);
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DImpl_RowSet.java220 public void setTime(int parameterIndex, Time theTime, Calendar theCalendar) argument
224 public void setTime(int parameterIndex, Time theTime) throws SQLException { argument
1242 public void setTime(String parameterName, Time theTime) throws SQLException { argument
1246 public void setTime(String parameterName, Time theTime, Calendar theCalendar) argument

Completed in 183 milliseconds