Searched refs:scheduleTimeoutAction (Results 1 – 2 of 2) sorted by relevance
472 scheduleTimeoutAction( in beginInternal()503 public void scheduleTimeoutAction(@CujType int cuj, long timeout, Runnable action) { in scheduleTimeoutAction() method in InteractionJankMonitor
143 verify(monitor).scheduleTimeoutAction(anyInt(), anyLong(), captor.capture()); in testBeginTimeout()