/frameworks/base/core/java/android/service/quicksettings/ |
D | TileService.java | 195 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();
|
D | IQSTileService.aidl | 25 void onStopListening(); in onStopListening() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/ |
D | QSTileServiceWrapper.java | 70 public boolean onStopListening() { in onStopListening() method in QSTileServiceWrapper 72 mService.onStopListening(); in onStopListening()
|
D | TileLifecycleManager.java | 378 onStopListening(); in handlePendingMessages() 388 onStopListening(); in handlePendingMessages() 601 public void onStopListening() { in onStopListening() method in TileLifecycleManager 608 if (isNotNullAndFailedAction(mOptionalWrapper, QSTileServiceWrapper::onStopListening)) { in onStopListening()
|
D | TileServiceManager.java | 187 mStateManager.onStopListening(); in stopListeningAndUnbind()
|
D | CustomTile.java | 352 mService.onStopListening(); in handleSetListening()
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/ |
D | NekoTile.java | 47 public void onStopListening() { in onStopListening() method in NekoTile 48 super.onStopListening(); in onStopListening()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/ |
D | TileLifecycleManagerTest.java | 229 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()
|
D | TileServiceManagerTest.java | 242 verify(mTileLifecycle).onStopListening(); in testStopListeningAndUnbindImmediatelyAfterUpdate() 261 verify(mTileLifecycle).onStopListening(); in testStopListeningAndUnbindImmediatelyAfterUpdate_ifRequestedFromTileService() 279 verify(mTileLifecycle, never()).onStopListening(); in testNotUnbindImmediatelyAfterUpdate_ifRequestedFromSystemUI()
|
D | CustomTileTest.kt | 406 verify(tileService).onStopListening() in testActiveTileDoesntListenAfterFirstTime()
|
/frameworks/base/tests/Assist/src/com/android/test/assist/ |
D | AssistRecognitionService.java | 36 protected void onStopListening(Callback listener) { in onStopListening() method in AssistRecognitionService
|
/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/ |
D | AssistantRecognitionService.java | 34 protected void onStopListening(Callback listener) { in onStopListening() method in AssistantRecognitionService
|
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
D | MainRecognitionService.java | 47 protected void onStopListening(Callback listener) { in onStopListening() method in MainRecognitionService
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/external/ |
D | FakeIQSTileService.kt | 52 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/ |
D | CustomTileServiceInteractor.kt | 115 tileServiceInterface.onStopListening() in unbind()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/external/ |
D | CloseShadeRightAfterClickTestB339290820.kt | 149 serviceInterface.onStopListening() in setListening()
|
/frameworks/base/core/java/android/speech/ |
D | RecognitionService.java | 190 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/ |
D | CurrentTilesInteractorImplTest.kt | 503 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/ |
D | CurrentTilesInteractor.kt | 351 lifecycleManager.onStopListening() in onCustomTileRemoved()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSTileHost.java | 498 lifecycleManager.onStopListening(); in changeTilesByUser()
|
/frameworks/base/packages/SystemUI/docs/ |
D | qs-tiles.md | 224 * **`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/ |
D | systemui.aconfig | 966 …description: "Guarantee that clicks on a tile always happen by postponing onStopListening until af…
|
/frameworks/base/core/api/ |
D | current.txt | 41521 method public void onStopListening(); 41872 method protected abstract void onStopListening(android.speech.RecognitionService.Callback);
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 49528 Landroid/service/quicksettings/IQSTileService$Stub$Proxy;->onStopListening()V 49543 Landroid/service/quicksettings/IQSTileService;->onStopListening()V
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 27263 method protected abstract void onStopListening(android.speech.RecognitionService.Callback);
|