Home
last modified time | relevance | path

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

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