Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/
DNotificationsControllerImpl.kt59 private val notificationListener: NotificationListener, constant in com.android.systemui.statusbar.notification.init.NotificationsControllerImpl
83 notificationListener.registerAsSystemService() in initialize()
103 notificationListener, in initialize()
121 entryManager.attach(notificationListener) in initialize()
151 notificationListener.snoozeNotification(sbn.key, snoozeOption.snoozeCriterion.id) in setNotificationSnoozed()
153 notificationListener.snoozeNotification( in setNotificationSnoozed()
164 notificationListener.snoozeNotification( in setNotificationSnoozed()
DNotificationsControllerStub.kt35 private val notificationListener: NotificationListener constant in com.android.systemui.statusbar.notification.init.NotificationsControllerStub
47 notificationListener.registerAsSystemService() in initialize()
/frameworks/base/media/java/android/media/session/
DMediaSessionManager.java185 @Nullable ComponentName notificationListener) { in getActiveSessions()
186 return getActiveSessionsForUser(notificationListener, UserHandle.myUserId()); in getActiveSessions()
204 @Nullable ComponentName notificationListener, int userId) { in getActiveSessionsForUser()
207 List<MediaSession.Token> tokens = mService.getSessions(notificationListener, userId); in getActiveSessionsForUser()
276 @Nullable ComponentName notificationListener) { in addOnActiveSessionsChangedListener() argument
277 addOnActiveSessionsChangedListener(sessionListener, notificationListener, null); in addOnActiveSessionsChangedListener()
297 @Nullable ComponentName notificationListener, @Nullable Handler handler) { in addOnActiveSessionsChangedListener() argument
298 addOnActiveSessionsChangedListener(sessionListener, notificationListener, in addOnActiveSessionsChangedListener()
320 @Nullable ComponentName notificationListener, int userId, @Nullable Handler handler) { in addOnActiveSessionsChangedListener() argument
335 mService.addSessionsListener(wrapper.mStub, notificationListener, userId); in addOnActiveSessionsChangedListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DHeadsUpController.java63 NotificationListener notificationListener) { in HeadsUpController() argument
70 mNotificationListener = notificationListener; in HeadsUpController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
DNotificationsModule.java152 NotificationListener notificationListener, in provideNotificationLogger() argument
159 notificationListener, in provideNotificationLogger()
/frameworks/base/services/people/java/com/android/server/people/data/
DDataManager.java280 final NotificationListener notificationListener = mNotificationListeners.get(userId); in pruneDataForUser() local
293 if (notificationListener != null) { in pruneDataForUser()
298 && !notificationListener.hasActiveNotifications( in pruneDataForUser()
360 NotificationListener notificationListener = new NotificationListener(userId); in setupUser() local
361 mNotificationListeners.put(userId, notificationListener); in setupUser()
363 notificationListener.registerAsSystemService(mContext, in setupUser()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationLoggerTest.java245 TestableNotificationLogger(NotificationListener notificationListener, in TestableNotificationLogger() argument
251 super(notificationListener, uiBgExecutor, entryManager, statusBarStateController, in TestableNotificationLogger()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNonPhoneDependencyTest.java79 NotificationListener notificationListener = Dependency.get(NotificationListener.class); in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/people/
DPeopleHubNotificationListener.kt98 private val notificationListener: NotificationListener, in extractPersonKey() constant
221 val clickRunnable = Runnable { notificationListener.unsnoozeNotification(key) } in extractPersonKey()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java206 public NotificationLogger(NotificationListener notificationListener, in NotificationLogger() argument
212 mNotificationListener = notificationListener; in NotificationLogger()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaController.java105 NotificationListener notificationListener, in NotificationIconAreaController() argument
119 notificationListener.addNotificationSettingsListener(mSettingsListener); in NotificationIconAreaController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java217 public void attach(NotificationListener notificationListener) { in attach() argument
218 notificationListener.addNotificationHandler(mNotifListener); in attach()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...