/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/ |
H A D | NotificationsControllerImpl.kt | 63 private val notificationListener: NotificationListener, 91 notificationListener.registerAsSystemService() 113 notificationListener, 131 entryManager.initialize(notificationListener, legacyRanker) 134 peopleSpaceWidgetManager.attach(notificationListener) 162 notificationListener.snoozeNotification(sbn.key, snoozeOption.snoozeCriterion.id) 164 notificationListener.snoozeNotification(
|
H A D | NotificationsControllerStub.kt | 37 private val notificationListener: NotificationListener 50 notificationListener.registerAsSystemService()
|
/aosp12/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() 257 return getActiveSessionsForUser(notificationListener, userHandle.getIdentifier()); in getActiveSessionsForUser() 264 List<MediaSession.Token> tokens = mService.getSessions(notificationListener, in getActiveSessionsForUser() 309 @Nullable ComponentName notificationListener) { in addOnActiveSessionsChangedListener() argument 310 addOnActiveSessionsChangedListener(sessionListener, notificationListener, null); in addOnActiveSessionsChangedListener() 328 @Nullable ComponentName notificationListener, @Nullable Handler handler) { in addOnActiveSessionsChangedListener() argument 329 addOnActiveSessionsChangedListener(sessionListener, notificationListener, in addOnActiveSessionsChangedListener() 355 @Nullable ComponentName notificationListener, in addOnActiveSessionsChangedListener() 360 addOnActiveSessionsChangedListener(sessionListener, notificationListener, in addOnActiveSessionsChangedListener() [all …]
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
H A D | PopupPopulator.java | 142 NotificationListener notificationListener = in createUpdateRunnable() 145 if (notificationListener == null) { in createUpdateRunnable() 148 infos = notificationListener.getNotificationsForKeys(notificationKeys).stream() in createUpdateRunnable()
|
H A D | PopupDataProvider.java | 187 NotificationListener notificationListener = NotificationListener.getInstanceIfConnected(); in cancelNotification() local 188 if (notificationListener == null) { in cancelNotification() 191 notificationListener.cancelNotificationFromLauncher(notificationKey); in cancelNotification()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/notifications/ |
H A D | TvNotificationHandler.java | 44 public TvNotificationHandler(Context context, NotificationListener notificationListener) { in TvNotificationHandler() argument 46 mNotificationListener = notificationListener; in TvNotificationHandler()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/ |
H A D | HeadsUpController.java | 63 NotificationListener notificationListener) { in HeadsUpController() argument 70 mNotificationListener = notificationListener; in HeadsUpController()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/notification/ |
H A D | NotificationListener.java | 100 NotificationListener notificationListener = getInstanceIfConnected(); in setNotificationsChangedListener() local 101 if (notificationListener != null) { in setNotificationsChangedListener() 102 notificationListener.onNotificationFullRefresh(); in setNotificationsChangedListener()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/ |
H A D | TvSystemUIModule.java | 205 NotificationListener notificationListener) { in provideTvNotificationHandler() argument 206 return new TvNotificationHandler(context, notificationListener); in provideTvNotificationHandler()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
H A D | NotificationLoggerTest.java | 245 TestableNotificationLogger(NotificationListener notificationListener, in TestableNotificationLogger() argument 251 super(notificationListener, uiBgExecutor, entryManager, statusBarStateController, in TestableNotificationLogger()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/people/ |
H A D | PeopleHubNotificationListener.kt | 98 private val notificationListener: NotificationListener, 221 val clickRunnable = Runnable { notificationListener.unsnoozeNotification(key) }
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/ |
H A D | NotificationsModule.java | 209 NotificationListener notificationListener, in provideNotificationLogger() argument 216 notificationListener, in provideNotificationLogger()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | NonPhoneDependencyTest.java | 80 NotificationListener notificationListener = Dependency.get(NotificationListener.class); in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager() local
|
/aosp12/frameworks/base/services/people/java/com/android/server/people/data/ |
H A D | DataManager.java | 632 NotificationListener notificationListener = new NotificationListener(userId); in setupUser() local 633 mNotificationListeners.put(userId, notificationListener); in setupUser() 635 notificationListener.registerAsSystemService(mContext, in setupUser() 813 NotificationListener notificationListener = mNotificationListeners.get(userId); in hasActiveNotifications() local 814 return notificationListener != null in hasActiveNotifications() 815 && notificationListener.hasActiveNotifications(packageName, shortcutId); in hasActiveNotifications()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
H A D | NotificationLogger.java | 207 public NotificationLogger(NotificationListener notificationListener, in NotificationLogger() argument 213 mNotificationListener = notificationListener; in NotificationLogger()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | NotificationIconAreaController.java | 120 NotificationListener notificationListener, in NotificationIconAreaController() argument 141 notificationListener.addNotificationSettingsListener(mSettingsListener); in NotificationIconAreaController()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | NotificationEntryManager.java | 173 NotificationListener notificationListener, in initialize() argument 176 notificationListener.addNotificationHandler(mNotifListener); in initialize()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |