/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/ |
D | NotificationsControllerImpl.kt | 59 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>()
|
D | NotificationsControllerStub.kt | 32 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/ |
D | DreamOverlayNotificationCountProvider.java | 82 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/ |
D | MediaSessionManager.java | 193 @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/ |
D | NotificationStatsLoggerModule.kt | 84 notificationListener: NotificationListener?, in bindsStatsLoggerImpl() 100 notificationListener, in bindsStatsLoggerImpl()
|
D | NotificationsModule.java | 258 NotificationListenerService bindNotificationListener(NotificationListener notificationListener); in bindNotificationListener() argument
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationLoggerTest.java | 316 TestableNotificationLogger(NotificationListener notificationListener, in TestableNotificationLogger() argument 327 notificationListener, in TestableNotificationLogger()
|
/frameworks/base/services/people/java/com/android/server/people/data/ |
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()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationLogger.java | 204 public NotificationLogger(NotificationListener notificationListener, in NotificationLogger() argument 217 mNotificationListener = notificationListener; in NotificationLogger()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | LegacyNotificationIconAreaControllerImpl.java | 133 NotificationListener notificationListener, in LegacyNotificationIconAreaControllerImpl() argument 156 notificationListener.addNotificationSettingsListener(mSettingsListener); in LegacyNotificationIconAreaControllerImpl()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/ |
D | TestMocksModule.kt | 110 @get:Provides val notificationListener: NotificationListener = mock(), constant
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |