Searched defs:CallableWrapper (Results 1 – 2 of 2) sorted by relevance
29 private static class CallableWrapper<T> implements Runnable { class in MainThread35 public CallableWrapper(Callable<T> callable) { in CallableWrapper() method in MainThread.CallableWrapper
585 class CallableWrapper; variable677 explicit CallableWrapper(Fn fn, const char* name) in CallableWrapper() function