Home
last modified time | relevance | path

Searched refs:NotificationListenerWithPlugins (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationListenerWithPlugins.java39 public class NotificationListenerWithPlugins extends NotificationListenerService implements class
47 public NotificationListenerWithPlugins(PluginManager pluginManager) { in NotificationListenerWithPlugins() method in NotificationListenerWithPlugins
150 return NotificationListenerWithPlugins.super.getActiveNotifications(); in getProvider()
155 return NotificationListenerWithPlugins.super.getCurrentRanking(); in getProvider()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DDefaultServiceBinder.java27 import com.android.systemui.statusbar.phone.NotificationListenerWithPlugins;
67 @ClassKey(NotificationListenerWithPlugins.class)
69 NotificationListenerWithPlugins service); in bindNotificationListenerWithPlugins()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/
H A DMediaSessionBasedFilter.kt30 import com.android.systemui.statusbar.phone.NotificationListenerWithPlugins
75 val name = ComponentName(context, NotificationListenerWithPlugins::class.java)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationListener.java40 import com.android.systemui.statusbar.phone.NotificationListenerWithPlugins;
57 public class NotificationListener extends NotificationListenerWithPlugins implements