Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationListenerWithPlugins.java38 public class NotificationListenerWithPlugins extends NotificationListenerService implements class
144 return NotificationListenerWithPlugins.super.getActiveNotifications(); in getProvider()
149 return NotificationListenerWithPlugins.super.getCurrentRanking(); in getProvider()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaSessionBasedFilter.kt28 import com.android.systemui.statusbar.phone.NotificationListenerWithPlugins in <lambda>()
70 val name = ComponentName(context, NotificationListenerWithPlugins::class.java) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationListener.java36 import com.android.systemui.statusbar.phone.NotificationListenerWithPlugins;
47 public class NotificationListener extends NotificationListenerWithPlugins {