Home | History | Annotate | Download | only in content

Lines Matching refs:DEBUG

46     static final boolean DEBUG = false;
58 if (DEBUG) Log.v(TAG, this + " >>> doInBackground");
61 if (DEBUG) Log.v(TAG, this + " <<< doInBackground");
73 if (DEBUG) Log.v(TAG, this + " <<< doInBackground (was canceled)", ex);
81 if (DEBUG) Log.v(TAG, this + " onPostExecute");
92 if (DEBUG) Log.v(TAG, this + " onCancelled");
155 if (DEBUG) Log.v(TAG, "Preparing load: mTask=" + mTask);
161 if (DEBUG) Log.v(TAG, "onCancelLoad: mTask=" + mTask);
169 if (DEBUG) Log.v(TAG,
180 if (DEBUG) Log.v(TAG, "cancelLoad: task is waiting, dropping it");
187 if (DEBUG) Log.v(TAG, "cancelLoad: cancelled=" + cancelled);
219 if (DEBUG) Log.v(TAG, "Waiting until "
227 if (DEBUG) Log.v(TAG, "Executing: " + mTask);
235 if (DEBUG) Log.v(TAG, "Cancelled task is now canceled!");
239 if (DEBUG) Log.v(TAG, "Delivering cancellation");
247 if (DEBUG) Log.v(TAG, "Load complete of old task, trying to cancel");
257 if (DEBUG) Log.v(TAG, "Delivering result");