/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/ |
D | NotificationsControllerImpl.kt | 59 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()
|
D | NotificationsControllerStub.kt | 35 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/ |
D | MediaSessionManager.java | 185 @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/ |
D | HeadsUpController.java | 63 NotificationListener notificationListener) { in HeadsUpController() argument 70 mNotificationListener = notificationListener; in HeadsUpController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/ |
D | NotificationsModule.java | 152 NotificationListener notificationListener, in provideNotificationLogger() argument 159 notificationListener, in provideNotificationLogger()
|
/frameworks/base/services/people/java/com/android/server/people/data/ |
D | DataManager.java | 280 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/ |
D | NotificationLoggerTest.java | 245 TestableNotificationLogger(NotificationListener notificationListener, in TestableNotificationLogger() argument 251 super(notificationListener, uiBgExecutor, entryManager, statusBarStateController, in TestableNotificationLogger()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NonPhoneDependencyTest.java | 79 NotificationListener notificationListener = Dependency.get(NotificationListener.class); in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/people/ |
D | PeopleHubNotificationListener.kt | 98 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/ |
D | NotificationLogger.java | 206 public NotificationLogger(NotificationListener notificationListener, in NotificationLogger() argument 212 mNotificationListener = notificationListener; in NotificationLogger()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationIconAreaController.java | 105 NotificationListener notificationListener, in NotificationIconAreaController() argument 119 notificationListener.addNotificationSettingsListener(mSettingsListener); in NotificationIconAreaController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryManager.java | 217 public void attach(NotificationListener notificationListener) { in attach() argument 218 notificationListener.addNotificationHandler(mNotifListener); in attach()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |