Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/quicksettings/
DTileService.java178 onStopListening(); in onDestroy()
216 public void onStopListening() { in onStopListening() method in TileService
395 public void onStopListening() throws RemoteException { in onBind() method in TileService
446 TileService.this.onStopListening();
454 TileService.this.onStopListening();
DIQSTileService.aidl25 void onStopListening(); in onStopListening() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DQSTileServiceWrapper.java66 public boolean onStopListening() { in onStopListening() method in QSTileServiceWrapper
68 mService.onStopListening(); in onStopListening()
DTileLifecycleManager.java298 onStopListening(); in handlePendingMessages()
461 public void onStopListening() { in onStopListening() method in TileLifecycleManager
464 if (mWrapper != null && !mWrapper.onStopListening()) { in onStopListening()
DTileServiceManager.java162 mStateManager.onStopListening(); in setLastUpdate()
DCustomTile.java337 mService.onStopListening(); in handleSetListening()
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
DNekoTile.java47 public void onStopListening() { in onStopListening() method in NekoTile
48 super.onStopListening(); in onStopListening()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
DTileLifecycleManagerTest.java168 mStateManager.onStopListening(); in testTileServiceCallbacks()
169 verify(mMockTileService).onStopListening(); in testTileServiceCallbacks()
211 mStateManager.onStopListening(); in testListeningNotListeningBeforeBind()
225 mStateManager.onStopListening(); in testNoClickOfNotListeningAnymore()
DCustomTileTest.kt385 verify(tileService).onStopListening() in testActiveTileDoesntListenAfterFirstTime()
/frameworks/base/tests/Assist/src/com/android/test/assist/
DAssistRecognitionService.java36 protected void onStopListening(Callback listener) { in onStopListening() method in AssistRecognitionService
/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
DAssistantRecognitionService.java34 protected void onStopListening(Callback listener) { in onStopListening() method in AssistantRecognitionService
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DMainRecognitionService.java47 protected void onStopListening(Callback listener) { in onStopListening() method in MainRecognitionService
/frameworks/base/core/java/android/speech/
DRecognitionService.java172 RecognitionService.this.onStopListening(mCurrentCallback); in dispatchStopListening()
263 protected abstract void onStopListening(Callback listener); in onStopListening() method in RecognitionService
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSTileHost.java513 lifecycleManager.onStopListening(); in changeTilesByUser()
/frameworks/base/packages/SystemUI/docs/
Dqs-tiles.md149 * **`onStopListening`**: called when QS is closed or the tile is no longer visible by the user. Thi…
158 …odified. This should only be called in the window between `onStartListening` and `onStopListening`.
/frameworks/base/core/api/
Dcurrent.txt39290 method public void onStopListening();
39580 method protected abstract void onStopListening(android.speech.RecognitionService.Callback);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt50171 Landroid/service/quicksettings/IQSTileService$Stub$Proxy;->onStopListening()V
50186 Landroid/service/quicksettings/IQSTileService;->onStopListening()V
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27263 method protected abstract void onStopListening(android.speech.RecognitionService.Callback);