Home
last modified time | relevance | path

Searched refs:removePluginListener (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/plugin_core/src/com/android/systemui/plugins/
H A DPluginManager.java41 void removePluginListener(PluginListener<?> listener); in removePluginListener() method
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
H A DFakePluginManager.java55 public void removePluginListener(PluginListener<?> listener) { in removePluginListener() method in FakePluginManager
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DPluginInflateContainer.java84 Dependency.get(PluginManager.class).removePluginListener(this); in onDetachedFromWindow()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationListenerWithPlugins.java62 mPluginManager.removePluginListener(this); in unregisterAsSystemService()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeService.java69 mPluginManager.removePluginListener(this); in onDestroy()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DFalsingManagerProxy.java209 mPluginManager.removePluginListener(mPluginListener); in cleanupInternal()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/plugins/
H A DPluginManagerTest.java100 mPluginManager.removePluginListener(mMockListener); in testRemoveListener()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DExtensionControllerImplTest.java93 verify(mPluginManager).removePluginListener(any()); in testPlugin()
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
H A DPluginManagerImpl.java115 public void removePluginListener(PluginListener<?> listener) { in removePluginListener() method in PluginManagerImpl
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DExtensionControllerImpl.java259 mPluginManager.removePluginListener(this); in destroy()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowController.java333 mPluginManager.removePluginListener(mView); in init()
/aosp14/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/
H A DClockRegistry.kt503 pluginManager.removePluginListener(pluginListener)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSTileHost.java175 mPluginManager.removePluginListener(this); in destroy()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DEdgeBackGestureHandler.java626 mPluginManager.removePluginListener(this); in updateIsEnabled()