Searched refs:mBackgroundCallback (Results 1 – 1 of 1) sorted by relevance
98 mBackgroundProxy = threadUtil.getBackgroundProxy(mBackgroundCallback); in AsyncListUtil()290 mBackgroundCallback = new ThreadUtil.BackgroundCallback<T>() { field in AsyncListUtil