Home
last modified time | relevance | path

Searched refs:mConnectingServiceConnection (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
DTextToSpeech.java709 private Connection mConnectingServiceConnection; field in TextToSpeech
925 mConnectingServiceConnection = connection; in connectToEngine()
959 if (mConnectingServiceConnection != null) { in shutdown()
960 mConnectingServiceConnection.disconnect(); in shutdown()
961 mConnectingServiceConnection = null; in shutdown()
2332 mConnectingServiceConnection = null;