Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/
H A DAppWidgetServiceImplTest.java211 mService.stopListening(mPkgName, HOST_ID); in testProviderUpdatesNotReceived()
226 mService.stopListening(mPkgName, HOST_ID); in testNoUpdatesReceived_queueEmpty()
256 mService.stopListening(mPkgName, HOST_ID); in testNoUpdatesReceived_queueNonEmpty_noWidgetId()
267 mService.stopListening(mPkgName, HOST_ID); in testUpdatesReceived_queueNotEmpty_widgetIdProvided()
281 mService.stopListening(mPkgName, HOST_ID); in testUpdatesReceived_queueNotEmpty_widgetIdProvided2()
305 mService.stopListening(mPkgName, HOST_ID); in testUpdatesReceived_queueNotEmpty_multipleWidgetIdProvided()
319 mService.stopListening(mPkgName, HOST_ID); in testUpdatesReceived_queueEmptyAfterStartListening()
330 mService.stopListening(mPkgName, HOST_ID); in testUpdatesReceived_queueEmptyAfterStartListening()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DClipboardView.java49 stopListening(); in onDetachedFromWindow()
90 public void stopListening() { in stopListening() method in ClipboardView
/aosp14/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControlHdrLayerInfoListener.cpp65 status_t stopListening() { in stopListening() function
109 listener->stopListening(); in destroy()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/
H A DPrivacyItemMonitor.kt23 fun stopListening() regex
H A DMediaProjectionPrivacyItemMonitor.kt101 override fun stopListening() {
H A DAppOpsPrivacyItemMonitor.kt145 override fun stopListening() {
H A DPrivacyItemController.kt128 privacyItemMonitors.forEach { it.stopListening() }
/aosp14/frameworks/base/services/core/java/com/android/server/display/whitebalance/
H A DAmbientSensor.java173 stopListening(); in disable()
184 private void stopListening() { in stopListening() method in AmbientSensor
/aosp14/frameworks/base/core/java/android/speech/
H A DIRecognitionService.aidl57 void stopListening(in IRecognitionListener listener); in stopListening() method
/aosp14/frameworks/base/services/core/java/com/android/server/twilight/
H A DTwilightService.java148 stopListening(); in handleMessage()
195 private void stopListening() { in stopListening() method in TwilightService
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBatteryStateNotifier.kt46 fun stopListening() { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/muteawait/
H A DMediaMuteAwaitConnectionManager.kt92 fun stopListening() { regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/privacy/
H A DPrivacyItemControllerTest.kt123 verify(privacyItemMonitor, never()).stopListening()
126 verify(privacyItemMonitor).stopListening()
127 verify(privacyItemMonitor2).stopListening()
H A DAppOpsPrivacyItemMonitorTest.kt131 appOpsPrivacyItemMonitor.stopListening()
199 appOpsPrivacyItemMonitor.stopListening()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DAutoTileManager.java199 protected void stopListening() { in stopListening() method in AutoTileManager
222 stopListening(); in destroy()
272 stopListening(); in changeUser()
/aosp14/frameworks/base/services/core/java/com/android/server/speech/
H A DSpeechRecognitionManagerServiceImpl.java163 public void stopListening( in createSessionLocked()
165 service.stopListening(listener); in createSessionLocked()
H A DRemoteSpeechRecognitionService.java166 void stopListening(IRecognitionListener listener) { in stopListening() method in RemoteSpeechRecognitionService
193 run(service -> service.stopListening(listenerToStop)); in stopListening()
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
H A DPluginManagerImpl.java122 stopListening(); in removePluginListener()
145 private void stopListening() { in stopListening() method in PluginManagerImpl
/aosp14/frameworks/base/core/java/com/android/internal/appwidget/
H A DIAppWidgetService.aidl40 void stopListening(String callingPackage, int hostId); in stopListening() method
/aosp14/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHost.java262 public void stopListening() { in stopListening() method in AppWidgetHost
267 sService.stopListening(mContextOpPackageName, mHostId); in stopListening()
/aosp14/frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
H A DAppWidgetHostActivity.java164 mHost.stopListening(); in onStop()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/companion/virtual/audio/
H A DVirtualAudioControllerTest.java119 mVirtualAudioController.stopListening(); in stopListening_removesCallback()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/muteawait/
H A DMediaMuteAwaitConnectionManagerTest.kt90 muteAwaitConnectionManager.stopListening()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DHeaderPrivacyIconsController.kt201 fun stopListening() { regex
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/virtual/audio/
H A DVirtualAudioController.java107 public void stopListening() { in stopListening() method in VirtualAudioController

12