Home
last modified time | relevance | path

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

/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
DDdmVmInternal.java43 native public static boolean heapInfoNotify(int when); in heapInfoNotify()
51 native public static boolean heapSegmentNotify(int when, int what, in heapSegmentNotify()
/libcore/luni/src/main/java/java/util/
DTimer.java434 public void schedule(TimerTask task, Date when) { in schedule()
500 public void schedule(TimerTask task, Date when, long period) { in schedule()
547 public void scheduleAtFixedRate(TimerTask task, Date when, long period) { in scheduleAtFixedRate()
564 long when = delay + System.currentTimeMillis(); in scheduleImpl() local
DTimerTask.java35 long when; field in TimerTask
/libcore/luni/src/main/java/libcore/util/
DZoneInfo.java166 public int getOffset(long when) { in getOffset()
182 long when = time.getTime(); in inDaylightTime() local