Lines Matching refs:LauncherAppState
29 public class LauncherAppState implements DeviceProfile.DeviceProfileCallbacks {
30 private static final String TAG = "LauncherAppState";
46 private static LauncherAppState INSTANCE;
50 public static LauncherAppState getInstance() {
52 INSTANCE = new LauncherAppState();
57 public static LauncherAppState getInstanceNoCreate() {
72 private LauncherAppState() {
74 throw new IllegalStateException("LauncherAppState inited before app context set");
77 Log.v(Launcher.TAG, "LauncherAppState inited");
210 // Need a version that doesn't require an instance of LauncherAppState for the wallpaper picker