Searched defs:LauncherAppState (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherAppState.java38 public class LauncherAppState { class
43 private static LauncherAppState INSTANCE;
52 public static LauncherAppState getInstance(final Context context) {
55 INSTANCE = new LauncherAppState(context.getApplicationContext());
58 return new MainThreadExecutor().submit(new Callable<LauncherAppState>() {
60 public LauncherAppState call() throws Exception {
61 return LauncherAppState.getInstance(context);
72 public static LauncherAppState getInstanceNoCreate() {
80 private LauncherAppState(Context context) { method in class:LauncherAppState
83 "Initializing LauncherAppState i
[all...]

Completed in 44 milliseconds