/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationListenerTest.java | 39 import com.android.systemui.statusbar.NotificationListener.NotificationHandler; 57 private NotificationListener mListener; 65 mListener = new NotificationListener( in setUp() 99 NotificationListener.NotificationSettingsListener settingsListener = in testOnConnectReadStatusBarSetting() 100 mock(NotificationListener.NotificationSettingsListener.class); in testOnConnectReadStatusBarSetting() 112 NotificationListener.NotificationSettingsListener settingsListener = in testOnStatusBarIconsBehaviorChanged() 113 mock(NotificationListener.NotificationSettingsListener.class); in testOnStatusBarIconsBehaviorChanged()
|
D | NonPhoneDependencyTest.java | 79 NotificationListener notificationListener = Dependency.get(NotificationListener.class); in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager()
|
/frameworks/av/services/camera/libcameraservice/common/ |
D | CameraOfflineSessionBase.h | 32 class NotificationListener : public virtual RefBase { 55 virtual ~NotificationListener() {} in ~NotificationListener() 63 wp<NotificationListener> listener) = 0;
|
D | Camera2ClientBase.h | 32 public NotificationListener
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3OutputUtils.h | 52 sp<NotificationListener> listener, // Only needed when outputSurfaces is not empty 66 sp<NotificationListener> listener, // Only needed when outputSurfaces is not empty 101 sp<NotificationListener> listener; 148 sp<NotificationListener> listener;
|
D | Camera3OfflineSession.cpp | 93 status_t Camera3OfflineSession::initialize(wp<NotificationListener> listener) { in initialize() 145 sp<NotificationListener> listener; in disconnectImpl() 241 sp<NotificationListener> listener; in processCaptureResult_3_4() 278 sp<NotificationListener> listener; in processCaptureResult() 314 sp<NotificationListener> listener; in notify() 413 sp<NotificationListener> listener = mListener.promote(); in setErrorStateLockedV()
|
D | Camera3Device.h | 161 status_t setNotifyCallback(wp<NotificationListener> listener) override; 749 void setNotificationListener(wp<NotificationListener> listener); 939 wp<NotificationListener> mListener; 1046 void setNotificationListener(wp<NotificationListener> listener); 1078 wp<NotificationListener> mListener; 1113 wp<NotificationListener> mListener;
|
D | Camera3OfflineSession.h | 153 virtual status_t initialize(wp<NotificationListener> listener) override; 268 wp<NotificationListener> mListener;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/ |
D | NotificationsControllerStub.kt | 21 import com.android.systemui.statusbar.NotificationListener 35 private val notificationListener: NotificationListener
|
D | NotificationsControllerImpl.kt | 22 import com.android.systemui.statusbar.NotificationListener 59 private val notificationListener: NotificationListener,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/ |
D | HeadsUpController.java | 28 import com.android.systemui.statusbar.NotificationListener; 52 private final NotificationListener mNotificationListener; 63 NotificationListener notificationListener) { in HeadsUpController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/ |
D | StatusBarDependenciesModule.java | 32 import com.android.systemui.statusbar.NotificationListener; 121 static NotificationListener provideNotificationListener( in provideNotificationListener() 125 return new NotificationListener( in provideNotificationListener()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | NotificationIconAreaControllerTest.java | 33 import com.android.systemui.statusbar.NotificationListener; 49 private NotificationListener mListener;
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationLoggerTest.java | 44 import com.android.systemui.statusbar.NotificationListener; 85 @Mock private NotificationListener mListener; 99 mDependency.injectTestDependency(NotificationListener.class, mListener); in setUp() 245 TestableNotificationLogger(NotificationListener notificationListener, in TestableNotificationLogger()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/init/ |
D | NotifPipelineInitializer.java | 24 import com.android.systemui.statusbar.NotificationListener; 81 NotificationListener notificationService, in initialize()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/ |
D | GroupCoalescer.java | 31 import com.android.systemui.statusbar.NotificationListener; 32 import com.android.systemui.statusbar.NotificationListener.NotificationHandler; 110 public void attach(NotificationListener listenerService) { in attach()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | SystemUIFactory.java | 39 import com.android.systemui.statusbar.NotificationListener; 167 Dependency.get(NotificationListener.class), in createNotificationIconAreaController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationListener.java | 46 public class NotificationListener extends NotificationListenerWithPlugins { class 58 public NotificationListener( in NotificationListener() method in NotificationListener
|
/frameworks/base/services/people/java/com/android/server/people/data/ |
D | DataManager.java | 109 private final SparseArray<NotificationListener> mNotificationListeners = new SparseArray<>(); 280 final NotificationListener notificationListener = mNotificationListeners.get(userId); in pruneDataForUser() 360 NotificationListener notificationListener = new NotificationListener(userId); in setupUser() 774 private class NotificationListener extends NotificationListenerService { class in DataManager 782 private NotificationListener(int userId) { in NotificationListener() method in DataManager.NotificationListener 976 NotificationListener listener = mNotificationListeners.get(userData.getUserId()); in onReceive()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationIconAreaController.java | 27 import com.android.systemui.statusbar.NotificationListener; 87 final NotificationListener.NotificationSettingsListener mSettingsListener = 88 new NotificationListener.NotificationSettingsListener() { 105 NotificationListener notificationListener, in NotificationIconAreaController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/ |
D | NotificationsModule.java | 36 import com.android.systemui.statusbar.NotificationListener; 152 NotificationListener notificationListener, in provideNotificationLogger()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coalescer/ |
D | GroupCoalescerTest.java | 36 import com.android.systemui.statusbar.NotificationListener; 37 import com.android.systemui.statusbar.NotificationListener.NotificationHandler; 63 @Mock private NotificationListener mListenerService;
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | NoManSimulator.java | 26 import com.android.systemui.statusbar.NotificationListener.NotificationHandler;
|
/frameworks/av/services/camera/libcameraservice/api2/ |
D | CameraOfflineSessionClient.h | 42 public NotificationListener
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/people/ |
D | PeopleHubNotificationListener.kt | 41 import com.android.systemui.statusbar.NotificationListener in <lambda>() 98 private val notificationListener: NotificationListener, in extractPersonKey()
|