Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/
DNotificationsControllerImpl.kt59 private val notificationListener: NotificationListener, in <lambda>() constant in com.android.systemui.statusbar.notification.init.NotificationsControllerImpl
82 notificationListener.registerAsSystemService() in <lambda>()
104 .initialize(notificationListener, notificationRowBinder, listContainer, stackController) in <lambda>()
113 peopleSpaceWidgetManager.attach(notificationListener) in <lambda>()
128 notificationListener.snoozeNotification(sbn.key, snoozeOption.snoozeCriterion.id) in <lambda>()
130 notificationListener.snoozeNotification( in <lambda>()
DNotificationsControllerStub.kt32 private val notificationListener: NotificationListener constant in com.android.systemui.statusbar.notification.init.NotificationsControllerStub
43 notificationListener.registerAsSystemService() in initialize()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
DDreamOverlayNotificationCountProvider.java82 NotificationListener notificationListener, in DreamOverlayNotificationCountProvider() argument
84 notificationListener.addNotificationHandler(mNotificationHandler); in DreamOverlayNotificationCountProvider()
87 Arrays.stream(notificationListener.getActiveNotifications()) in DreamOverlayNotificationCountProvider()
/frameworks/base/media/java/android/media/session/
DMediaSessionManager.java193 @Nullable ComponentName notificationListener) { in getActiveSessions()
194 return getActiveSessionsForUser(notificationListener, UserHandle.myUserId()); in getActiveSessions()
263 @Nullable ComponentName notificationListener, @NonNull UserHandle userHandle) { in getActiveSessionsForUser()
265 return getActiveSessionsForUser(notificationListener, userHandle.getIdentifier()); in getActiveSessionsForUser()
268 private List<MediaController> getActiveSessionsForUser(ComponentName notificationListener, in getActiveSessionsForUser() argument
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()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
DNotificationStatsLoggerModule.kt84 notificationListener: NotificationListener?, in bindsStatsLoggerImpl()
100 notificationListener, in bindsStatsLoggerImpl()
DNotificationsModule.java258 NotificationListenerService bindNotificationListener(NotificationListener notificationListener); in bindNotificationListener() argument
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationLoggerTest.java316 TestableNotificationLogger(NotificationListener notificationListener, in TestableNotificationLogger() argument
327 notificationListener, in TestableNotificationLogger()
/frameworks/base/services/people/java/com/android/server/people/data/
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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java204 public NotificationLogger(NotificationListener notificationListener, in NotificationLogger() argument
217 mNotificationListener = notificationListener; in NotificationLogger()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLegacyNotificationIconAreaControllerImpl.java133 NotificationListener notificationListener, in LegacyNotificationIconAreaControllerImpl() argument
156 notificationListener.addNotificationSettingsListener(mSettingsListener); in LegacyNotificationIconAreaControllerImpl()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/
DTestMocksModule.kt110 @get:Provides val notificationListener: NotificationListener = mock(), constant
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...