Lines Matching refs:DBG
50 private static final boolean DBG = false; field in CallerInfoAsyncQuery
112 if (DBG) Log.d(LOG_TAG, "Trying to get current content resolver..."); in getCurrentProfileContentResolver()
117 if (DBG) Log.d(LOG_TAG, "myUser=" + myUser + "currentUser=" + currentUser); in getCurrentProfileContentResolver()
238 if (DBG) Log.d(LOG_TAG, "[handleGeoDescription]" + in handleGeoDescription()
336 if (DBG) Log.d(LOG_TAG, "==> Got mCallerInfo: " + mCallerInfo); in onQueryComplete()
342 if (DBG) Log.d(LOG_TAG, "#####async contact look up with numeric username" in onQueryComplete()
358 if (DBG) Log.d(LOG_TAG, "start querying geo description"); in onQueryComplete()
366 if (DBG) Log.d(LOG_TAG, "constructing CallerInfo object for token: " + token); in onQueryComplete()
379 if (DBG) Log.d(LOG_TAG, "notifying listener: " in onQueryComplete()
411 … if (DBG) Log.d(LOG_TAG, "starting query for URI: " + contactRef + " handler: " + c.toString()); in startQuery()
456 if (DBG) { in startQuery()
470 if (DBG) { in startQuery()
518 if (DBG) Log.d(LOG_TAG, "adding listener to query: " in addQueryListener()