Lines Matching refs:DEBUG

59     private static final boolean DEBUG = false;
191 if (DEBUG) Log.v(TAG, "EditText.onFocusChange " + hasFocus);
238 if (DEBUG) Log.v(TAG, "onEditorAction: " + action + " event: " + keyEvent);
242 if (DEBUG) Log.v(TAG, "Action or enter pressed");
247 if (DEBUG) Log.v(TAG, "Delayed action handling (search)");
253 if (DEBUG) Log.v(TAG, "Escaped North");
258 if (DEBUG) Log.v(TAG, "Delayed action handling (escape_north)");
263 if (DEBUG) Log.v(TAG, "Voice Clicked");
268 if (DEBUG) Log.v(TAG, "Delayed action handling (voice_mode)");
293 if (DEBUG) Log.v(TAG, "SpeechOrb.onFocusChange " + hasFocus);
314 if (DEBUG) Log.v(TAG, "Loading soundPool");
321 if (DEBUG) Log.v(TAG, "Releasing SoundPool");
345 if (DEBUG) Log.v(TAG, "setSearchQueryInternal " + query);
501 if (DEBUG) Log.v(TAG, String.format("stopRecognition (listening: %s, recognizing: %s)",
530 if (DEBUG) Log.v(TAG, String.format("startRecognition (listening: %s, recognizing: %s)",
569 if (DEBUG) Log.v(TAG, "onReadyForSpeech");
576 if (DEBUG) Log.v(TAG, "onBeginningOfSpeech");
581 if (DEBUG) Log.v(TAG, "onRmsChanged " + rmsdB);
588 if (DEBUG) Log.v(TAG, "onBufferReceived " + bytes.length);
593 if (DEBUG) Log.v(TAG, "onEndOfSpeech");
598 if (DEBUG) Log.v(TAG, "onError " + error);
638 if (DEBUG) Log.v(TAG, "onResults");
642 if (DEBUG) Log.v(TAG, "Got results" + matches);
657 if (DEBUG) Log.v(TAG, "onPartialResults " + bundle + " results " +
666 if (DEBUG) Log.v(TAG, "onPartialResults stableText " + stableText);
671 if (DEBUG) Log.v(TAG, "onPartialResults pendingText " + pendingText);