Searched refs:shouldDelay (Results 1 – 1 of 1) sorted by relevance
215 public static void queue(Runnable work, boolean shouldDelay) { in queue() argument221 if (shouldDelay && sCanDelay) { in queue()