Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/
H A DNotificationsControllerImpl.kt57 private val notificationListener: NotificationListener,
81 notificationListener.registerAsSystemService()
97 notificationListener,
105 peopleSpaceWidgetManager.attach(notificationListener)
120 notificationListener.snoozeNotification(sbn.key, snoozeOption.snoozeCriterion.id)
122 notificationListener.snoozeNotification(
H A DNotificationsControllerStub.kt32 private val notificationListener: NotificationListener
43 notificationListener.registerAsSystemService()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
H A DDreamOverlayNotificationCountProvider.java82 NotificationListener notificationListener, in DreamOverlayNotificationCountProvider() argument
84 notificationListener.addNotificationHandler(mNotificationHandler); in DreamOverlayNotificationCountProvider()
87 Arrays.stream(notificationListener.getActiveNotifications()) in DreamOverlayNotificationCountProvider()
/aosp14/frameworks/base/media/java/android/media/session/
H A DMediaSessionManager.java193 @Nullable ComponentName notificationListener) { in getActiveSessions()
194 return getActiveSessionsForUser(notificationListener, UserHandle.myUserId()); in getActiveSessions()
265 return getActiveSessionsForUser(notificationListener, userHandle.getIdentifier()); in getActiveSessionsForUser()
272 List<MediaSession.Token> tokens = mService.getSessions(notificationListener, in getActiveSessionsForUser()
317 @Nullable ComponentName notificationListener) { in addOnActiveSessionsChangedListener() argument
318 addOnActiveSessionsChangedListener(sessionListener, notificationListener, null); in addOnActiveSessionsChangedListener()
336 @Nullable ComponentName notificationListener, @Nullable Handler handler) { in addOnActiveSessionsChangedListener() argument
337 addOnActiveSessionsChangedListener(sessionListener, notificationListener, in addOnActiveSessionsChangedListener()
363 @Nullable ComponentName notificationListener, in addOnActiveSessionsChangedListener()
368 addOnActiveSessionsChangedListener(sessionListener, notificationListener, in addOnActiveSessionsChangedListener()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/notifications/
H A DTvNotificationHandler.java45 public TvNotificationHandler(NotificationListener notificationListener) { in TvNotificationHandler() argument
46 mNotificationListener = notificationListener; in TvNotificationHandler()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/
H A DTvSystemUIModule.java208 NotificationListener notificationListener) { in provideTvNotificationHandler() argument
209 return new TvNotificationHandler(notificationListener); in provideTvNotificationHandler()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
H A DNotificationsModule.java116 NotificationListener notificationListener, in provideNotificationLogger() argument
126 notificationListener, in provideNotificationLogger()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLoggerTest.java263 TestableNotificationLogger(NotificationListener notificationListener, in TestableNotificationLogger() argument
273 notificationListener, in TestableNotificationLogger()
/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DDataManager.java639 NotificationListener notificationListener = new NotificationListener(userId); in setupUser() local
640 mNotificationListeners.put(userId, notificationListener); in setupUser()
642 notificationListener.registerAsSystemService(mContext, in setupUser()
834 NotificationListener notificationListener = mNotificationListeners.get(userId); in hasActiveNotifications() local
835 return notificationListener != null in hasActiveNotifications()
836 && notificationListener.hasActiveNotifications(packageName, shortcutId); in hasActiveNotifications()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLogger.java199 public NotificationLogger(NotificationListener notificationListener, in NotificationLogger() argument
208 mNotificationListener = notificationListener; in NotificationLogger()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/
H A DNotificationIconAreaControllerViewBinderWrapperImpl.kt85 notificationListener: NotificationListener,
137 notificationListener.addNotificationSettingsListener(settingsListener)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLegacyNotificationIconAreaControllerImpl.java136 NotificationListener notificationListener, in LegacyNotificationIconAreaControllerImpl() argument
160 notificationListener.addNotificationSettingsListener(mSettingsListener); in LegacyNotificationIconAreaControllerImpl()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...