Searched refs:mConnectingServiceConnection (Results 1 – 2 of 2) sorted by relevance
671 private Connection mConnectingServiceConnection; field in TextToSpeech823 mConnectingServiceConnection = connection; in connectToEngine()849 if (mConnectingServiceConnection != null) { in shutdown()850 mContext.unbindService(mConnectingServiceConnection); in shutdown()851 mConnectingServiceConnection = null; in shutdown()2230 mConnectingServiceConnection = null;
5208 Landroid/speech/tts/TextToSpeech;->mConnectingServiceConnection:Landroid/speech/tts/TextToSpeech$Co…