Home | History | Annotate | Download | only in content

Lines Matching refs:DEBUG

59     static final boolean DEBUG = false;
71 if (DEBUG) Log.v(TAG, this + " >>> doInBackground");
74 if (DEBUG) Log.v(TAG, this + " <<< doInBackground");
86 if (DEBUG) Log.v(TAG, this + " <<< doInBackground (was canceled)", ex);
94 if (DEBUG) Log.v(TAG, this + " onPostExecute");
105 if (DEBUG) Log.v(TAG, this + " onCancelled");
169 if (DEBUG) Log.v(TAG, "Preparing load: mTask=" + mTask);
175 if (DEBUG) Log.v(TAG, "onCancelLoad: mTask=" + mTask);
183 if (DEBUG) Log.v(TAG,
194 if (DEBUG) Log.v(TAG, "cancelLoad: task is waiting, dropping it");
201 if (DEBUG) Log.v(TAG, "cancelLoad: cancelled=" + cancelled);
233 if (DEBUG) Log.v(TAG, "Waiting until "
241 if (DEBUG) Log.v(TAG, "Executing: " + mTask);
249 if (DEBUG) Log.v(TAG, "Cancelled task is now canceled!");
253 if (DEBUG) Log.v(TAG, "Delivering cancellation");
261 if (DEBUG) Log.v(TAG, "Load complete of old task, trying to cancel");
271 if (DEBUG) Log.v(TAG, "Delivering result");