Searched refs:delayMills (Results 1 – 1 of 1) sorted by relevance
934 public void postDelayed(Runnable action, long delayMills) { in postDelayed() argument935 Robolectric.getUiThreadScheduler().postDelayed(action, delayMills); in postDelayed()