Home | History | Annotate | Download | only in launcher2

Lines Matching refs:LoaderThread

418         private LoaderThread mLoaderThread;
438 LoaderThread oldThread = mLoaderThread;
446 mLoaderThread = new LoaderThread(context, oldThread, isLaunching);
466 private class LoaderThread extends Thread {
473 LoaderThread(Context context, Thread waitThread, boolean isLaunching) {
484 * If another LoaderThread was supplied, we need to wait for that to finish before
537 synchronized (LoaderThread.this) {
542 synchronized (LoaderThread.this) {
547 LoaderThread.this.notify();
635 synchronized (LoaderThread.this) {
992 Log.w(TAG, "LoaderThread running with no launcher");
1117 Log.w(TAG, "LoaderThread running with no launcher (onlyBindAllApps)");
1148 Log.w(TAG, "LoaderThread running with no launcher (loadAllAppsByBatch)");