Searched refs:NotificationListenerWithPlugins (Results 1 – 4 of 4) sorted by relevance
39 public class NotificationListenerWithPlugins extends NotificationListenerService implements class47 public NotificationListenerWithPlugins(PluginManager pluginManager) { in NotificationListenerWithPlugins() method in NotificationListenerWithPlugins150 return NotificationListenerWithPlugins.super.getActiveNotifications(); in getProvider()155 return NotificationListenerWithPlugins.super.getCurrentRanking(); in getProvider()
28 import com.android.systemui.statusbar.phone.NotificationListenerWithPlugins;68 @ClassKey(NotificationListenerWithPlugins.class)70 NotificationListenerWithPlugins service); in bindNotificationListenerWithPlugins()
30 import com.android.systemui.statusbar.phone.NotificationListenerWithPlugins in <lambda>()75 val name = ComponentName(context, NotificationListenerWithPlugins::class.java) in <lambda>()
40 import com.android.systemui.statusbar.phone.NotificationListenerWithPlugins;57 public class NotificationListener extends NotificationListenerWithPlugins implements