Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
DDefaultServiceBinder.java28 import com.android.systemui.statusbar.phone.NotificationListenerWithPlugins;
68 @ClassKey(NotificationListenerWithPlugins.class)
70 NotificationListenerWithPlugins service); in bindNotificationListenerWithPlugins()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/
DMediaSessionBasedFilter.kt30 import com.android.systemui.statusbar.phone.NotificationListenerWithPlugins in <lambda>()
75 val name = ComponentName(context, NotificationListenerWithPlugins::class.java) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationListener.java40 import com.android.systemui.statusbar.phone.NotificationListenerWithPlugins;
57 public class NotificationListener extends NotificationListenerWithPlugins implements