/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/widgets/ |
D | CommunalAppWidgetHostStartableTest.kt | 103 verify(appWidgetHost, never()).stopListening() in editModeShowingStartsAppWidgetHost() 108 verify(appWidgetHost).stopListening() in editModeShowingStartsAppWidgetHost() 124 verify(appWidgetHost, never()).stopListening() in communalShowingStartsAppWidgetHost() 129 verify(appWidgetHost).stopListening() in communalShowingStartsAppWidgetHost() 144 verify(appWidgetHost, never()).stopListening() in communalAndEditModeNotShowingNeverStartListening()
|
/frameworks/base/core/java/android/speech/ |
D | SpeechRecognizerProxy.java | 54 public void stopListening() { in stopListening() method in SpeechRecognizerProxy 55 mDelegate.stopListening(); in stopListening()
|
D | IRecognitionService.aidl | 57 void stopListening(in IRecognitionListener listener); in stopListening() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
D | ClipboardView.java | 49 stopListening(); in onDetachedFromWindow() 90 public void stopListening() { in stopListening() method in ClipboardView
|
/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/ |
D | AppWidgetServiceImplTest.java | 212 mService.stopListening(mPkgName, HOST_ID); in testProviderUpdatesNotReceived() 227 mService.stopListening(mPkgName, HOST_ID); in testNoUpdatesReceived_queueEmpty() 257 mService.stopListening(mPkgName, HOST_ID); in testNoUpdatesReceived_queueNonEmpty_noWidgetId() 268 mService.stopListening(mPkgName, HOST_ID); in testUpdatesReceived_queueNotEmpty_widgetIdProvided() 282 mService.stopListening(mPkgName, HOST_ID); in testUpdatesReceived_queueNotEmpty_widgetIdProvided2() 306 mService.stopListening(mPkgName, HOST_ID); in testUpdatesReceived_queueNotEmpty_multipleWidgetIdProvided() 320 mService.stopListening(mPkgName, HOST_ID); in testUpdatesReceived_queueEmptyAfterStartListening() 331 mService.stopListening(mPkgName, HOST_ID); in testUpdatesReceived_queueEmptyAfterStartListening()
|
/frameworks/base/core/java/android/view/ |
D | HdrRenderState.java | 58 void stopListening() { in stopListening() method in HdrRenderState 139 stopListening(); in setDesiredHdrSdrRatio()
|
/frameworks/base/core/jni/ |
D | android_view_SurfaceControlHdrLayerInfoListener.cpp | 65 status_t stopListening() { in stopListening() function 109 listener->stopListening(); in destroy()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/ui/widgets/ |
D | CommunalAppWidgetHostTest.kt | 141 underTest.stopListening() in observer_onHostStopListeningTriggeredWhileObserverActive() 152 underTest.stopListening() in observer_onHostStopListeningTriggeredWhileObserverActive() 232 underTest.stopListening() in observer_multipleObservers()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/ |
D | PrivacyItemMonitor.kt | 23 fun stopListening() in startListening() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/widgets/ |
D | CommunalAppWidgetHost.kt | 111 override fun stopListening() { in <lambda>() method 112 super.stopListening() in <lambda>()
|
D | CommunalAppWidgetHostStartable.kt | 77 appWidgetHost.stopListening() in <lambda>()
|
/frameworks/base/services/core/java/com/android/server/display/whitebalance/ |
D | AmbientSensor.java | 173 stopListening(); in disable() 184 private void stopListening() { in stopListening() method in AmbientSensor
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/ui/viewmodel/ |
D | TileViewModel.kt | 57 fun stopListening(token: Any) = tile.setListening(token, false) method
|
/frameworks/base/services/companion/java/com/android/server/companion/association/ |
D | DisassociationProcessor.java | 192 private void stopListening() { in stopListening() method 263 stopListening(); in onUidImportance()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/muteawait/ |
D | MediaMuteAwaitConnectionManager.kt | 92 fun stopListening() { in stopListening() method in com.android.systemui.media.muteawait.MediaMuteAwaitConnectionManager
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | BatteryStateNotifier.kt | 47 fun stopListening() { in stopListening() method in com.android.systemui.statusbar.policy.BatteryStateNotifier
|
/frameworks/base/services/core/java/com/android/server/twilight/ |
D | TwilightService.java | 148 stopListening(); in handleMessage() 195 private void stopListening() { in stopListening() method in TwilightService
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/privacy/ |
D | PrivacyItemControllerTest.kt | 123 verify(privacyItemMonitor, never()).stopListening() in testStopListeningByRemovingLastCallback() 126 verify(privacyItemMonitor).stopListening() in testStopListeningByRemovingLastCallback() 127 verify(privacyItemMonitor2).stopListening() in testStopListeningByRemovingLastCallback()
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/ |
D | PluginManagerImpl.java | 122 stopListening(); in removePluginListener() 145 private void stopListening() { in stopListening() method in PluginManagerImpl
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | AutoTileManager.java | 201 protected void stopListening() { in stopListening() method in AutoTileManager 224 stopListening(); in destroy() 274 stopListening(); in changeUser()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/ui/compose/ |
D | InfiniteGridLayout.kt | 53 onDispose { tiles.forEach { it.stopListening(token) } } in <lambda>()
|
/frameworks/ex/common/java/com/android/common/ |
D | NetworkConnectivityListener.java | 151 public synchronized void stopListening() { in stopListening() method in NetworkConnectivityListener
|
/frameworks/base/core/java/com/android/internal/appwidget/ |
D | IAppWidgetService.aidl | 40 void stopListening(String callingPackage, int hostId); in stopListening() method
|
/frameworks/base/services/core/java/com/android/server/speech/ |
D | SpeechRecognitionManagerServiceImpl.java | 171 public void stopListening( in createSessionLocked() 173 service.stopListening(listener); in createSessionLocked()
|
D | RemoteSpeechRecognitionService.java | 176 void stopListening(IRecognitionListener listener) { in stopListening() method in RemoteSpeechRecognitionService 203 run(service -> service.stopListening(listenerToStop)); in stopListening()
|