Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/quicksettings/
DTileService.java195 onStopListening(); in onDestroy()
233 public void onStopListening() { in onStopListening() method in TileService
422 public void onStopListening() throws RemoteException { in onBind() method in TileService
473 TileService.this.onStopListening();
481 TileService.this.onStopListening();
DIQSTileService.aidl25 void onStopListening(); in onStopListening() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DQSTileServiceWrapper.java70 public boolean onStopListening() { in onStopListening() method in QSTileServiceWrapper
72 mService.onStopListening(); in onStopListening()
DTileLifecycleManager.java378 onStopListening(); in handlePendingMessages()
388 onStopListening(); in handlePendingMessages()
601 public void onStopListening() { in onStopListening() method in TileLifecycleManager
608 if (isNotNullAndFailedAction(mOptionalWrapper, QSTileServiceWrapper::onStopListening)) { in onStopListening()
DTileServiceManager.java187 mStateManager.onStopListening(); in stopListeningAndUnbind()
DCustomTile.java352 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.java229 mStateManager.onStopListening(); in testTileServiceCallbacks()
230 verify(mMockTileService).onStopListening(); in testTileServiceCallbacks()
275 mStateManager.onStopListening(); in testListeningNotListeningBeforeBind()
292 mStateManager.onStopListening(); in testNoClickIfNotListeningAnymore()
308 mStateManager.onStopListening(); in testNoClickIfNotListeningBeforeClick()
326 mStateManager.onStopListening(); in testClickIfStopListeningBeforeProcessedClick()
336 inOrder.verify(mMockTileService).onStopListening(); in testClickIfStopListeningBeforeProcessedClick()
DTileServiceManagerTest.java242 verify(mTileLifecycle).onStopListening(); in testStopListeningAndUnbindImmediatelyAfterUpdate()
261 verify(mTileLifecycle).onStopListening(); in testStopListeningAndUnbindImmediatelyAfterUpdate_ifRequestedFromTileService()
279 verify(mTileLifecycle, never()).onStopListening(); in testNotUnbindImmediatelyAfterUpdate_ifRequestedFromSystemUI()
DCustomTileTest.kt406 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/packages/SystemUI/tests/utils/src/com/android/systemui/qs/external/
DFakeIQSTileService.kt52 override fun onStopListening() { in onStopListening() method in com.android.systemui.qs.external.FakeIQSTileService
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/custom/domain/interactor/
DCustomTileServiceInteractor.kt115 tileServiceInterface.onStopListening() in unbind()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/external/
DCloseShadeRightAfterClickTestB339290820.kt149 serviceInterface.onStopListening() in setListening()
/frameworks/base/core/java/android/speech/
DRecognitionService.java190 RecognitionService.this.onStopListening(sessionState.mCallback); in dispatchStopListening()
392 protected abstract void onStopListening(Callback listener); in onStopListening() method in RecognitionService
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/pipeline/domain/interactor/
DCurrentTilesInteractorImplTest.kt503 verify(tileLifecycleManager).onStopListening() in removeTile_customTile_lifecycleEnded()
575 verify(tileLifecycleManager).onStopListening() in setTiles_customTiles_lifecycleEndedIfGone()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/domain/interactor/
DCurrentTilesInteractor.kt351 lifecycleManager.onStopListening() in onCustomTileRemoved()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSTileHost.java498 lifecycleManager.onStopListening(); in changeTilesByUser()
/frameworks/base/packages/SystemUI/docs/
Dqs-tiles.md224 * **`onStopListening`**: called when QS is closed or the tile is no longer visible by the user. This
235 between `onStartListening` and `onStopListening`.
/frameworks/base/packages/SystemUI/aconfig/
Dsystemui.aconfig966 …description: "Guarantee that clicks on a tile always happen by postponing onStopListening until af…
/frameworks/base/core/api/
Dcurrent.txt41521 method public void onStopListening();
41872 method protected abstract void onStopListening(android.speech.RecognitionService.Callback);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt49528 Landroid/service/quicksettings/IQSTileService$Stub$Proxy;->onStopListening()V
49543 Landroid/service/quicksettings/IQSTileService;->onStopListening()V
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27263 method protected abstract void onStopListening(android.speech.RecognitionService.Callback);