Searched defs:notificationListener (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/session/
H A DMediaSessionManager.java125 * @param notificationListener The enabled notification listener component.
130 @Nullable ComponentName notificationListener) {
131 return getActiveSessionsForUser(notificationListener, UserHandle.myUserId());
141 * @param notificationListener The enabled notification listener component.
148 @Nullable ComponentName notificationListener, int userId) {
151 List<IBinder> binders = mService.getSessions(notificationListener, userId);
175 * @param notificationListener The enabled notification listener component.
180 @Nullable ComponentName notificationListener) {
181 addOnActiveSessionsChangedListener(sessionListener, notificationListener, null);
195 * @param notificationListener Th
129 getActiveSessions( @ullable ComponentName notificationListener) argument
147 getActiveSessionsForUser( @ullable ComponentName notificationListener, int userId) argument
178 addOnActiveSessionsChangedListener( @onNull OnActiveSessionsChangedListener sessionListener, @Nullable ComponentName notificationListener) argument
199 addOnActiveSessionsChangedListener( @onNull OnActiveSessionsChangedListener sessionListener, @Nullable ComponentName notificationListener, @Nullable Handler handler) argument
222 addOnActiveSessionsChangedListener( @onNull OnActiveSessionsChangedListener sessionListener, @Nullable ComponentName notificationListener, int userId, @Nullable Handler handler) argument
[all...]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarTest.java708 IStatusBarService barService, NotificationListener notificationListener,
732 mNotificationListener = notificationListener;
704 TestableStatusBar(StatusBarKeyguardViewManager man, UnlockMethodCache unlock, KeyguardIndicationController key, NotificationStackScrollLayout stack, HeadsUpManagerPhone hum, PowerManager pm, NotificationPanelView panelView, IStatusBarService barService, NotificationListener notificationListener, NotificationLogger notificationLogger, VisualStabilityManager visualStabilityManager, NotificationViewHierarchyManager viewHierarchyManager, TestableNotificationEntryManager entryManager, ScrimController scrimController, FingerprintUnlockController fingerprintUnlockController, ActivityLaunchAnimator launchAnimator, KeyguardViewMediator keyguardViewMediator, NotificationRemoteInputManager notificationRemoteInputManager, NotificationGroupManager notificationGroupManager, FalsingManager falsingManager, StatusBarWindowManager statusBarWindowManager, NotificationIconAreaController notificationIconAreaController, DozeScrimController dozeScrimController, NotificationShelf notificationShelf, NotificationLockscreenUserManager notificationLockscreenUserManager, CommandQueue commandQueue) argument

Completed in 45 milliseconds