Home
last modified time | relevance | path

Searched refs:BackgroundExecutor (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DBackgroundExecutor.java27 public class BackgroundExecutor { class
29 private static final BackgroundExecutor sInstance = new BackgroundExecutor();
36 public static BackgroundExecutor get() { in get()
DActivityManagerWrapper.java82 private final BackgroundExecutor mBackgroundExecutor;
88 mBackgroundExecutor = BackgroundExecutor.get(); in ActivityManagerWrapper()