Searched defs:canRunTaskImmediately (Results 1 – 4 of 4) sorted by relevance
42 public boolean canRunTaskImmediately(@TaskTraits int traits); in canRunTaskImmediately() method
51 public boolean canRunTaskImmediately(@TaskTraits int traits) { in canRunTaskImmediately() method in ThreadPoolTaskExecutor
59 public boolean canRunTaskImmediately(@TaskTraits int traits) { in canRunTaskImmediately() method in UiThreadTaskExecutor
124 public static boolean canRunTaskImmediately(@TaskTraits int taskTraits) { in canRunTaskImmediately() method in PostTask