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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherModel.java71 static final boolean DEBUG_LOADERS = false; field in class:LauncherModel
749 if (DEBUG_LOADERS) Log.d(TAG, "onReceive intent=" + intent);
879 if (DEBUG_LOADERS) {
967 if (DEBUG_LOADERS) {
990 final long workspaceWaitTime = DEBUG_LOADERS ? SystemClock.uptimeMillis() : 0;
996 if (DEBUG_LOADERS) {
1011 if (DEBUG_LOADERS) {
1069 if (DEBUG_LOADERS) Log.d(TAG, "Setting thread priority to " +
1075 if (DEBUG_LOADERS) Log.d(TAG, "step 1: loading workspace");
1078 if (DEBUG_LOADERS) Lo
[all...]

Completed in 96 milliseconds