Home | History | Annotate | Download | only in quicksearchbox

Lines Matching defs:DBG

56     private static final boolean DBG = false;
116 if (DBG) Log.d(TAG, "onReceive(" + intent.toUri(0) + ")");
136 if (DBG) Log.d(TAG, "Unhandled intent action=" + action);
171 if (DBG) Log.d(TAG, "Voice seach hint period expired; not showing hints.");
177 if (DBG) Log.d(TAG, "Could not determine voice search version; not showing hints.");
200 if (DBG) Log.d(TAG, "considerShowingVoiceSearchHints");
214 if (DBG) Log.d(TAG, "showVoiceSearchHintNow");
226 if (DBG) Log.d(TAG, "hideVoiceSearchHint");
240 if (DBG) Log.d(TAG, "voiceSearchHintReceived('" + hint + "')");
257 if (DBG) Log.d(TAG, "scheduleVoiceHintUpdates");
266 if (DBG) Log.d(TAG, "updateSearchWidgets");
279 if (DBG) Log.d(TAG, "Need voice search hints=" + needVoiceSearchHint);
314 if (DBG) Log.d(TAG, "Creating appwidget state " + appWidgetId + ", corpus=" + corpus);
345 if (DBG) Log.d(TAG, "Widget " + appWidgetId + " showing hint: " + showingHint);
416 if (DBG) Log.d(TAG, "Scheduling action " + action + " after period " + period);
420 if (DBG) Log.d(TAG, "Cancelled action " + action);
440 if (DBG) Log.d(TAG, "Broadcasting " + intent);
448 if (DBG) Log.d(TAG, "onReceive(" + intent.toUri(0) + ")");
564 if (DBG) Log.d(TAG, "chooseToShowHint p=" + p +"; f=" + f + "; r=" + r);
574 if (DBG) {
606 if (DBG) Log.d(TAG, "Updating appwidget " + mAppWidgetId);