Searched refs:BackgroundCallback (Results 1 – 4 of 4) sorted by relevance
30 interface BackgroundCallback<T> { interface44 BackgroundCallback<T> getBackgroundProxy(BackgroundCallback<T> callback); in getBackgroundProxy()
84 public BackgroundCallback<T> getBackgroundProxy(final BackgroundCallback<T> callback) { in getBackgroundProxy()85 return new BackgroundCallback<T>() { in getBackgroundProxy()
59 final ThreadUtil.BackgroundCallback<T> mBackgroundProxy;289 private final ThreadUtil.BackgroundCallback<T>290 mBackgroundCallback = new ThreadUtil.BackgroundCallback<T>() {
39 ThreadUtil.BackgroundCallback<Integer> mBackgroundProxy;73 new ThreadUtil.BackgroundCallback<Integer>() { in setUpUi()