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.java664 private Connection mConnectingServiceConnection; field in TextToSpeech
816 mConnectingServiceConnection = connection; in connectToEngine()
842 if (mConnectingServiceConnection != null) { in shutdown()
843 mContext.unbindService(mConnectingServiceConnection); in shutdown()
844 mConnectingServiceConnection = null; in shutdown()
2223 mConnectingServiceConnection = null;