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

Method submit

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

Source from the content-addressed store, hash-verified

32 }
33
34 public static Future<?> submit(Runnable task) {
35 return executor.submit(task);
36 }
37
38 public static Future<?> submitLarge(Runnable task) {
39 return largeExecutor.submit(task);

Callers 12

startMethod · 0.95
navigateItemMethod · 0.95
loadMethod · 0.95
submitLargeMethod · 0.45
onGetChildrenMethod · 0.45
onGetItemMethod · 0.45
onSetMediaItemsMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
searchMethod · 0.45
setSnapshotMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected