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.java654 private Connection mConnectingServiceConnection; field in TextToSpeech
806 mConnectingServiceConnection = connection; in connectToEngine()
832 if (mConnectingServiceConnection != null) { in shutdown()
833 mContext.unbindService(mConnectingServiceConnection); in shutdown()
834 mConnectingServiceConnection = null; in shutdown()
2182 mConnectingServiceConnection = null;