Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java704 private Connection mConnectingServiceConnection; field in TextToSpeech
881 mConnectingServiceConnection = connection; in connectToEngine()
915 if (mConnectingServiceConnection != null) { in shutdown()
916 mConnectingServiceConnection.disconnect(); in shutdown()
917 mConnectingServiceConnection = null; in shutdown()
2288 mConnectingServiceConnection = null;