Home
last modified time | relevance | path

Searched refs:NotificationListener (Results 1 – 25 of 29) sorted by relevance

12

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationListenerTest.java41 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 DTvNotificationHandler.java28 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 DTvPipNotificationTests.kt24 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 DDreamOverlayNotificationCountProvider.java24 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 DDreamOverlayNotificationCountProviderTest.java30 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 DNotificationsControllerStub.kt21 import com.android.systemui.statusbar.NotificationListener
32 private val notificationListener: NotificationListener
H A DNotificationsControllerImpl.kt24 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 DNotificationListener.kt24 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 DNotifPipelineInitializer.java26 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 DLegacyNotificationIconAreaControllerImplTest.java33 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 DNotificationIconAreaControllerViewBinderWrapperImplTest.kt26 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 DGroupCoalescer.java33 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 DNotificationLoggerTest.java45 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 DTvSystemUIModule.java50 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 DGroupCoalescerTest.java38 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 DNotificationIconAreaControllerViewBinderWrapperImpl.kt43 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 DLegacyNotificationIconAreaControllerImpl.java48 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 DNotificationListener.java57 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 DNotificationsModule.java27 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 DNoManSimulator.java28 import com.android.systemui.statusbar.NotificationListener.NotificationHandler;
/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DDataManager.java126 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 DAppFGSTracker.java88 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 DNotificationLogger.java40 import com.android.systemui.statusbar.NotificationListener;
199 public NotificationLogger(NotificationListener notificationListener, in NotificationLogger()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDependency.java79 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 DPeopleSpaceUtilsTest.java65 import com.android.systemui.statusbar.NotificationListener;
180 private NotificationListener mListenerService;

12