Searched refs:BackgroundExecutor (Results 1 – 2 of 2) sorted by relevance
27 public class BackgroundExecutor { class29 private static final BackgroundExecutor sInstance = new BackgroundExecutor();36 public static BackgroundExecutor get() { in get()
82 private final BackgroundExecutor mBackgroundExecutor;88 mBackgroundExecutor = BackgroundExecutor.get(); in ActivityManagerWrapper()