/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/ |
H A D | NotificationsControllerImpl.kt | 57 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 D | NotificationsControllerStub.kt | 32 private val notificationListener: NotificationListener 43 notificationListener.registerAsSystemService()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/ |
H A D | DreamOverlayNotificationCountProvider.java | 82 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 D | MediaSessionManager.java | 193 @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 D | TvNotificationHandler.java | 45 public TvNotificationHandler(NotificationListener notificationListener) { in TvNotificationHandler() argument 46 mNotificationListener = notificationListener; in TvNotificationHandler()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/ |
H A D | TvSystemUIModule.java | 208 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 D | NotificationsModule.java | 116 NotificationListener notificationListener, in provideNotificationLogger() argument 126 notificationListener, in provideNotificationLogger()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
H A D | NotificationLoggerTest.java | 263 TestableNotificationLogger(NotificationListener notificationListener, in TestableNotificationLogger() argument 273 notificationListener, in TestableNotificationLogger()
|
/aosp14/frameworks/base/services/people/java/com/android/server/people/data/ |
H A D | DataManager.java | 639 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 D | NotificationLogger.java | 199 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 D | NotificationIconAreaControllerViewBinderWrapperImpl.kt | 85 notificationListener: NotificationListener, 137 notificationListener.addNotificationSettingsListener(settingsListener)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | LegacyNotificationIconAreaControllerImpl.java | 136 NotificationListener notificationListener, in LegacyNotificationIconAreaControllerImpl() argument 160 notificationListener.addNotificationSettingsListener(mSettingsListener); in LegacyNotificationIconAreaControllerImpl()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |