Home
last modified time | relevance | path

Searched refs:notificationListener (Results 1 – 18 of 18) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/
H A DNotificationsControllerImpl.kt63 private val notificationListener: NotificationListener,
91 notificationListener.registerAsSystemService()
113 notificationListener,
131 entryManager.initialize(notificationListener, legacyRanker)
134 peopleSpaceWidgetManager.attach(notificationListener)
162 notificationListener.snoozeNotification(sbn.key, snoozeOption.snoozeCriterion.id)
164 notificationListener.snoozeNotification(
H A DNotificationsControllerStub.kt37 private val notificationListener: NotificationListener
50 notificationListener.registerAsSystemService()
/aosp12/frameworks/base/media/java/android/media/session/
H A DMediaSessionManager.java193 @Nullable ComponentName notificationListener) { in getActiveSessions()
194 return getActiveSessionsForUser(notificationListener, UserHandle.myUserId()); in getActiveSessions()
257 return getActiveSessionsForUser(notificationListener, userHandle.getIdentifier()); in getActiveSessionsForUser()
264 List<MediaSession.Token> tokens = mService.getSessions(notificationListener, in getActiveSessionsForUser()
309 @Nullable ComponentName notificationListener) { in addOnActiveSessionsChangedListener() argument
310 addOnActiveSessionsChangedListener(sessionListener, notificationListener, null); in addOnActiveSessionsChangedListener()
328 @Nullable ComponentName notificationListener, @Nullable Handler handler) { in addOnActiveSessionsChangedListener() argument
329 addOnActiveSessionsChangedListener(sessionListener, notificationListener, in addOnActiveSessionsChangedListener()
355 @Nullable ComponentName notificationListener, in addOnActiveSessionsChangedListener()
360 addOnActiveSessionsChangedListener(sessionListener, notificationListener, in addOnActiveSessionsChangedListener()
[all …]
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DPopupPopulator.java142 NotificationListener notificationListener = in createUpdateRunnable()
145 if (notificationListener == null) { in createUpdateRunnable()
148 infos = notificationListener.getNotificationsForKeys(notificationKeys).stream() in createUpdateRunnable()
H A DPopupDataProvider.java187 NotificationListener notificationListener = NotificationListener.getInstanceIfConnected(); in cancelNotification() local
188 if (notificationListener == null) { in cancelNotification()
191 notificationListener.cancelNotificationFromLauncher(notificationKey); in cancelNotification()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/notifications/
H A DTvNotificationHandler.java44 public TvNotificationHandler(Context context, NotificationListener notificationListener) { in TvNotificationHandler() argument
46 mNotificationListener = notificationListener; in TvNotificationHandler()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
H A DHeadsUpController.java63 NotificationListener notificationListener) { in HeadsUpController() argument
70 mNotificationListener = notificationListener; in HeadsUpController()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/notification/
H A DNotificationListener.java100 NotificationListener notificationListener = getInstanceIfConnected(); in setNotificationsChangedListener() local
101 if (notificationListener != null) { in setNotificationsChangedListener()
102 notificationListener.onNotificationFullRefresh(); in setNotificationsChangedListener()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/
H A DTvSystemUIModule.java205 NotificationListener notificationListener) { in provideTvNotificationHandler() argument
206 return new TvNotificationHandler(context, notificationListener); in provideTvNotificationHandler()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLoggerTest.java245 TestableNotificationLogger(NotificationListener notificationListener, in TestableNotificationLogger() argument
251 super(notificationListener, uiBgExecutor, entryManager, statusBarStateController, in TestableNotificationLogger()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/people/
H A DPeopleHubNotificationListener.kt98 private val notificationListener: NotificationListener,
221 val clickRunnable = Runnable { notificationListener.unsnoozeNotification(key) }
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
H A DNotificationsModule.java209 NotificationListener notificationListener, in provideNotificationLogger() argument
216 notificationListener, in provideNotificationLogger()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNonPhoneDependencyTest.java80 NotificationListener notificationListener = Dependency.get(NotificationListener.class); in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager() local
/aosp12/frameworks/base/services/people/java/com/android/server/people/data/
H A DDataManager.java632 NotificationListener notificationListener = new NotificationListener(userId); in setupUser() local
633 mNotificationListeners.put(userId, notificationListener); in setupUser()
635 notificationListener.registerAsSystemService(mContext, in setupUser()
813 NotificationListener notificationListener = mNotificationListeners.get(userId); in hasActiveNotifications() local
814 return notificationListener != null in hasActiveNotifications()
815 && notificationListener.hasActiveNotifications(packageName, shortcutId); in hasActiveNotifications()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLogger.java207 public NotificationLogger(NotificationListener notificationListener, in NotificationLogger() argument
213 mNotificationListener = notificationListener; in NotificationLogger()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconAreaController.java120 NotificationListener notificationListener, in NotificationIconAreaController() argument
141 notificationListener.addNotificationSettingsListener(mSettingsListener); in NotificationIconAreaController()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationEntryManager.java173 NotificationListener notificationListener, in initialize() argument
176 notificationListener.addNotificationHandler(mNotifListener); in initialize()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...