HomeSort by relevance Sort by last modified time
    Searched defs:LauncherAppState (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherApplication.java 25 LauncherAppState.setApplicationContext(this);
26 LauncherAppState.getInstance();
32 LauncherAppState.getInstance().onTerminate();
LauncherAppState.java 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 picke
    [all...]
LauncherProvider.java 111 LauncherAppState.setLauncherProvider(this);
273 String spKey = LauncherAppState.getSharedPreferencesKey();
293 String spKey = LauncherAppState.getSharedPreferencesKey();
325 if (LauncherAppState.isDisableAllApps()) {
484 String spKey = LauncherAppState.getSharedPreferencesKey();
493 String spKey = LauncherAppState.getSharedPreferencesKey();
    [all...]

Completed in 41 milliseconds