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.java673 private Connection mConnectingServiceConnection; field in TextToSpeech
827 mConnectingServiceConnection = connection; in connectToEngine()
853 if (mConnectingServiceConnection != null) { in shutdown()
854 mContext.unbindService(mConnectingServiceConnection); in shutdown()
855 mConnectingServiceConnection = null; in shutdown()
2234 mConnectingServiceConnection = null;