/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/ |
H A D | AppWidgetServiceImplTest.java | 211 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 D | ClipboardView.java | 49 stopListening(); in onDetachedFromWindow() 90 public void stopListening() { in stopListening() method in ClipboardView
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_view_SurfaceControlHdrLayerInfoListener.cpp | 65 status_t stopListening() { in stopListening() function 109 listener->stopListening(); in destroy()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/ |
H A D | PrivacyItemMonitor.kt | 23 fun stopListening() regex
|
H A D | MediaProjectionPrivacyItemMonitor.kt | 101 override fun stopListening() {
|
H A D | AppOpsPrivacyItemMonitor.kt | 145 override fun stopListening() {
|
H A D | PrivacyItemController.kt | 128 privacyItemMonitors.forEach { it.stopListening() }
|
/aosp14/frameworks/base/services/core/java/com/android/server/display/whitebalance/ |
H A D | AmbientSensor.java | 173 stopListening(); in disable() 184 private void stopListening() { in stopListening() method in AmbientSensor
|
/aosp14/frameworks/base/core/java/android/speech/ |
H A D | IRecognitionService.aidl | 57 void stopListening(in IRecognitionListener listener); in stopListening() method
|
/aosp14/frameworks/base/services/core/java/com/android/server/twilight/ |
H A D | TwilightService.java | 148 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 D | BatteryStateNotifier.kt | 46 fun stopListening() { regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/muteawait/ |
H A D | MediaMuteAwaitConnectionManager.kt | 92 fun stopListening() { regex
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/privacy/ |
H A D | PrivacyItemControllerTest.kt | 123 verify(privacyItemMonitor, never()).stopListening() 126 verify(privacyItemMonitor).stopListening() 127 verify(privacyItemMonitor2).stopListening()
|
H A D | AppOpsPrivacyItemMonitorTest.kt | 131 appOpsPrivacyItemMonitor.stopListening() 199 appOpsPrivacyItemMonitor.stopListening()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | AutoTileManager.java | 199 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 D | SpeechRecognitionManagerServiceImpl.java | 163 public void stopListening( in createSessionLocked() 165 service.stopListening(listener); in createSessionLocked()
|
H A D | RemoteSpeechRecognitionService.java | 166 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 D | PluginManagerImpl.java | 122 stopListening(); in removePluginListener() 145 private void stopListening() { in stopListening() method in PluginManagerImpl
|
/aosp14/frameworks/base/core/java/com/android/internal/appwidget/ |
H A D | IAppWidgetService.aidl | 40 void stopListening(String callingPackage, int hostId); in stopListening() method
|
/aosp14/frameworks/base/core/java/android/appwidget/ |
H A D | AppWidgetHost.java | 262 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 D | AppWidgetHostActivity.java | 164 mHost.stopListening(); in onStop()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/companion/virtual/audio/ |
H A D | VirtualAudioControllerTest.java | 119 mVirtualAudioController.stopListening(); in stopListening_removesCallback()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/muteawait/ |
H A D | MediaMuteAwaitConnectionManagerTest.kt | 90 muteAwaitConnectionManager.stopListening()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A D | HeaderPrivacyIconsController.kt | 201 fun stopListening() { regex
|
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/virtual/audio/ |
H A D | VirtualAudioController.java | 107 public void stopListening() { in stopListening() method in VirtualAudioController
|