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

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java664 private Connection mConnectingServiceConnection; field in class:TextToSpeech
816 mConnectingServiceConnection = connection;
842 if (mConnectingServiceConnection != null) {
843 mContext.unbindService(mConnectingServiceConnection);
844 mConnectingServiceConnection = null;
2209 mConnectingServiceConnection = null;

Completed in 62 milliseconds