Searched refs:BackgroundCallback (Results 1 – 4 of 4) sorted by relevance
30 interface BackgroundCallback<T> { interface44 BackgroundCallback<T> getBackgroundProxy(BackgroundCallback<T> callback); in getBackgroundProxy()
86 public BackgroundCallback<T> getBackgroundProxy(final BackgroundCallback<T> callback) { in getBackgroundProxy()87 return new BackgroundCallback<T>() { in getBackgroundProxy()
59 final ThreadUtil.BackgroundCallback<T> mBackgroundProxy;289 private final ThreadUtil.BackgroundCallback<T>290 mBackgroundCallback = new ThreadUtil.BackgroundCallback<T>() {
51 ThreadUtil.BackgroundCallback<Integer> mBackgroundProxy;82 new ThreadUtil.BackgroundCallback<Integer>() { in setup()