Lines Matching refs:TAG

59     final static String TAG = "ScoAudioTest";
90 Log.e(TAG, "contructor");
213 Log.i(TAG, "Using 2nd audio manager");
221 Log.e(TAG, "startBluetoothScoVirtualCall() IN");
223 Log.e(TAG, "startBluetoothScoVirtualCall() OUT");
225 Log.e(TAG, "startBluetoothSco() IN");
227 Log.e(TAG, "startBluetoothSco() OUT");
230 Log.e(TAG, "stopBluetoothSco() IN");
232 Log.e(TAG, "stopBluetoothSco() OUT");
355 Log.e(TAG, "playOrPause playing: "+((mMediaPlayer == null)?false:!mMediaPlayer.isPlaying())+
363 Log.e(TAG, "new recorded file: "+mFileName);
368 Log.e(TAG, "Playing from resource");
373 Log.e(TAG, "Playing file: "+mFileName);
380 Log.e(TAG, "mMediaPlayercreate failed:", ex);
428 Log.e(TAG, "SimpleRecordController cstor");
441 Log.e(TAG, "Could start MediaRecorder: ", e);
451 Log.e(TAG, "Could not stop MediaRecorder: ", e);
462 Log.e(TAG, "SimpleRecordController setup()");
472 Log.e(TAG, "recording to file: "+mLastRecordedFile);
478 Log.e(TAG, "Could not prepare MediaRecorder: ", e);
490 Log.e(TAG, "Could not stop MediaRecorder: ", e);
513 Log.e(TAG, "onInit for tts");
516 Log.e(TAG, "Could not initialize TextToSpeech.");
521 Log.e(TAG, "null tts");
529 Log.e(TAG, "Language is not available.");
546 Log.e(TAG, "onUtteranceCompleted " + utteranceId);
555 Log.e(TAG, "mMediaPlayercreate failed:", ex);
577 Log.e(TAG, "synthesizeToFile did not create file");
585 Log.e(TAG, "end speak, volume: "+mOriginalVoiceVolume);
599 Log.e(TAG, "Tts not inited ");
604 Log.e(TAG, "start speak, volume: "+mOriginalVoiceVolume);
691 Log.e(TAG, "BluetoothHeadset.ACTION_AUDIO_STATE_CHANGED: "+state);
694 Log.e(TAG, "ACTION_SCO_AUDIO_STATE_CHANGED: "+mChangedState);
701 Log.e(TAG, "ACTION_SCO_AUDIO_STATE_UPDATED, state: "+mUpdatedState+" prev state: "+mUpdatedPrevState);