/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | NotificationListenerTest.java | 41 import com.android.systemui.statusbar.NotificationListener.NotificationHandler; 63 private NotificationListener mListener; 71 mListener = new NotificationListener( in setUp() 151 NotificationListener.NotificationSettingsListener settingsListener = in testOnConnectReadStatusBarSetting() 152 mock(NotificationListener.NotificationSettingsListener.class); in testOnConnectReadStatusBarSetting() 164 NotificationListener.NotificationSettingsListener settingsListener = in testOnStatusBarIconsBehaviorChanged() 165 mock(NotificationListener.NotificationSettingsListener.class); in testOnStatusBarIconsBehaviorChanged()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/notifications/ |
H A D | TvNotificationHandler.java | 28 import com.android.systemui.statusbar.NotificationListener; 37 NotificationListener.NotificationHandler { 39 private final NotificationListener mNotificationListener; 45 public TvNotificationHandler(NotificationListener notificationListener) { in TvNotificationHandler()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/tv/ |
H A D | TvPipNotificationTests.kt | 24 import com.android.wm.shell.flicker.utils.NotificationListener.Companion.findNotification 25 import com.android.wm.shell.flicker.utils.NotificationListener.Companion.startNotificationListener 26 import com.android.wm.shell.flicker.utils.NotificationListener.Companion.stopNotificationListener 27 import com.android.wm.shell.flicker.utils.NotificationListener.Companion.waitForNotificationToAppear 28 import com.android.wm.shell.flicker.utils.NotificationListener.Companion.waitForNotificationToDisap…
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/ |
H A D | DreamOverlayNotificationCountProvider.java | 24 import com.android.systemui.statusbar.NotificationListener; 25 import com.android.systemui.statusbar.NotificationListener.NotificationHandler; 82 NotificationListener notificationListener, in DreamOverlayNotificationCountProvider()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/ |
H A D | DreamOverlayNotificationCountProviderTest.java | 30 import com.android.systemui.statusbar.NotificationListener; 31 import com.android.systemui.statusbar.NotificationListener.NotificationHandler; 44 NotificationListener mNotificationListener;
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/ |
H A D | NotificationsControllerStub.kt | 21 import com.android.systemui.statusbar.NotificationListener 32 private val notificationListener: NotificationListener
|
H A D | NotificationsControllerImpl.kt | 24 import com.android.systemui.statusbar.NotificationListener 57 private val notificationListener: NotificationListener,
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/utils/ |
H A D | NotificationListener.kt | 24 class NotificationListener : NotificationListenerService() { regex 57 private var instance: NotificationListener? = null
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/init/ |
H A D | NotifPipelineInitializer.java | 26 import com.android.systemui.statusbar.NotificationListener; 63 private NotificationListener mNotificationService; 90 NotificationListener notificationService, in initialize()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | LegacyNotificationIconAreaControllerImplTest.java | 33 import com.android.systemui.statusbar.NotificationListener; 54 private NotificationListener mListener;
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/ |
H A D | NotificationIconAreaControllerViewBinderWrapperImplTest.kt | 26 import com.android.systemui.statusbar.NotificationListener 54 @Mock private lateinit var notifListener: NotificationListener
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/ |
H A D | GroupCoalescer.java | 33 import com.android.systemui.statusbar.NotificationListener; 34 import com.android.systemui.statusbar.NotificationListener.NotificationHandler; 115 public void attach(NotificationListener listenerService) { in attach()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
H A D | NotificationLoggerTest.java | 45 import com.android.systemui.statusbar.NotificationListener; 91 @Mock private NotificationListener mListener; 263 TestableNotificationLogger(NotificationListener notificationListener, in TestableNotificationLogger()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/ |
H A D | TvSystemUIModule.java | 50 import com.android.systemui.statusbar.NotificationListener; 208 NotificationListener notificationListener) { in provideTvNotificationHandler()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coalescer/ |
H A D | GroupCoalescerTest.java | 38 import com.android.systemui.statusbar.NotificationListener; 39 import com.android.systemui.statusbar.NotificationListener.NotificationHandler; 65 @Mock private NotificationListener mListenerService;
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/ |
H A D | NotificationIconAreaControllerViewBinderWrapperImpl.kt | 43 import com.android.systemui.statusbar.NotificationListener 85 notificationListener: NotificationListener, 125 val settingsListener: NotificationListener.NotificationSettingsListener = 126 object : NotificationListener.NotificationSettingsListener {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | LegacyNotificationIconAreaControllerImpl.java | 48 import com.android.systemui.statusbar.NotificationListener; 120 final NotificationListener.NotificationSettingsListener mSettingsListener = 121 new NotificationListener.NotificationSettingsListener() { 136 NotificationListener notificationListener, in LegacyNotificationIconAreaControllerImpl()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationListener.java | 57 public class NotificationListener extends NotificationListenerWithPlugins implements class 78 public NotificationListener( in NotificationListener() method in NotificationListener
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/ |
H A D | NotificationsModule.java | 27 import com.android.systemui.statusbar.NotificationListener; 116 NotificationListener notificationListener, in provideNotificationLogger()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
H A D | NoManSimulator.java | 28 import com.android.systemui.statusbar.NotificationListener.NotificationHandler;
|
/aosp14/frameworks/base/services/people/java/com/android/server/people/data/ |
H A D | DataManager.java | 126 private final SparseArray<NotificationListener> mNotificationListeners = new SparseArray<>(); 639 NotificationListener notificationListener = new NotificationListener(userId); in setupUser() 834 NotificationListener notificationListener = mNotificationListeners.get(userId); in hasActiveNotifications() 948 NotificationListener getNotificationListenerServiceForTesting(@UserIdInt int userId) { in getNotificationListenerServiceForTesting() 1164 private class NotificationListener extends NotificationListenerService { class in DataManager 1172 private NotificationListener(int userId) { in NotificationListener() method in DataManager.NotificationListener
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | AppFGSTracker.java | 88 final NotificationListener mNotificationListener = new NotificationListener(); 480 new ComponentName(mContext, NotificationListener.class), in onBgFgsMonitorEnabled() 760 class NotificationListener extends NotificationListenerService { class in AppFGSTracker
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
H A D | NotificationLogger.java | 40 import com.android.systemui.statusbar.NotificationListener; 199 public NotificationLogger(NotificationListener notificationListener, in NotificationLogger()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | Dependency.java | 79 import com.android.systemui.statusbar.NotificationListener; 307 @Inject Lazy<NotificationListener> mNotificationListener; 507 mProviders.put(NotificationListener.class, mNotificationListener::get); in start()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/ |
H A D | PeopleSpaceUtilsTest.java | 65 import com.android.systemui.statusbar.NotificationListener; 180 private NotificationListener mListenerService;
|