Searched refs:SERVICE_TAG (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/TtsService/src/android/tts/
H A DTtsService.java125 protected static final String SERVICE_TAG = "TtsService"; field in class:TtsService
193 Log.v(SERVICE_TAG, "onDestroy() completed");
306 Log.v(SERVICE_TAG, "TtsService.setLanguage(" + lang + ", " + country + ", " + variant + ")");
390 Log.v(SERVICE_TAG, "TTS service received " + text);
439 Log.i(SERVICE_TAG, "Stopping");
466 Log.i(SERVICE_TAG, "Stopped");
468 Log.e(SERVICE_TAG, "TTS stop(): queue locked longer than expected");
472 Log.e(SERVICE_TAG, "TTS stop: tryLock interrupted");
512 Log.v(SERVICE_TAG, "Leaving behind " + mCurrentSpeechItem.mFilename);
514 Log.v(SERVICE_TAG, "Abou
[all...]
H A DSynthProxy.java43 Log.v(TtsService.SERVICE_TAG, "TTS is loading " + nativeSoLib);

Completed in 27 milliseconds