MCPcopy Create free account
hub / github.com/FongMi/TV / execute

Method execute

app/src/main/java/com/fongmi/android/tv/utils/Task.java:42–44  ·  view source on GitHub ↗
(Runnable task)

Source from the content-addressed store, hash-verified

40 }
41
42 public static void execute(Runnable task) {
43 executor.execute(task);
44 }
45
46 public static void schedule(Runnable task, long delay, TimeUnit unit) {
47 scheduler.schedule(task, delay, unit);

Callers 15

startMethod · 0.95
clearCacheMethod · 0.95
getCacheSizeMethod · 0.95
onSearchMethod · 0.95
exitMethod · 0.95
saveProgressMethod · 0.95
clearMethod · 0.95
saveMethod · 0.95
syncMethod · 0.95
stopMethod · 0.95
backupMethod · 0.95
restoreMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected