Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/
DTimerTask.java152 public long scheduledExecutionTime() { in scheduledExecutionTime() method in TimerTask
/libcore/ojluni/annotations/hiddenapi/java/util/
DTimerTask.java43 public long scheduledExecutionTime() { in scheduledExecutionTime() method in TimerTask
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DTimerTaskTest.java190 long scheduledExecutionTime = testTask.scheduledExecutionTime(); in test_scheduledExecutionTime() local