/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationListenerTest.java | 41 import com.android.systemui.statusbar.NotificationListener.NotificationHandler; 66 private NotificationListener mListener; 73 mListener = new NotificationListener( in setUp() 156 NotificationListener.NotificationSettingsListener settingsListener = in testOnConnectReadStatusBarSetting() 157 mock(NotificationListener.NotificationSettingsListener.class); in testOnConnectReadStatusBarSetting() 170 NotificationListener.NotificationSettingsListener settingsListener = in testOnStatusBarIconsBehaviorChanged() 171 mock(NotificationListener.NotificationSettingsListener.class); in testOnStatusBarIconsBehaviorChanged()
|
/frameworks/av/services/camera/libcameraservice/common/ |
D | CameraOfflineSessionBase.h | 34 class NotificationListener : public virtual RefBase { 65 virtual ~NotificationListener() {} in ~NotificationListener() 73 wp<NotificationListener> listener) = 0;
|
/frameworks/base/libs/WindowManager/Shell/tests/flicker/pip/src/com/android/wm/shell/flicker/pip/tv/ |
D | TvPipNotificationTests.kt | 24 import com.android.wm.shell.flicker.utils.NotificationListener.Companion.findNotification 25 import com.android.wm.shell.flicker.utils.NotificationListener.Companion.startNotificationListener 26 import com.android.wm.shell.flicker.utils.NotificationListener.Companion.stopNotificationListener 27 import com.android.wm.shell.flicker.utils.NotificationListener.Companion.waitForNotificationToAppear 28 import com.android.wm.shell.flicker.utils.NotificationListener.Companion.waitForNotificationToDisap…
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3OutputUtils.h | 84 sp<NotificationListener> listener, // Only needed when outputSurfaces is not empty 106 sp<NotificationListener> listener, // Only needed when outputSurfaces is not empty 115 sp<NotificationListener> listener, SessionStatsBuilder& sessionStatsBuilder); 150 sp<NotificationListener> listener; 191 sp<NotificationListener> listener;
|
D | Camera3OfflineSession.h | 150 virtual status_t initialize(wp<NotificationListener> /*listener*/) = 0; 234 wp<NotificationListener> mListener;
|
D | Camera3OfflineSession.cpp | 108 sp<NotificationListener> listener; in disconnectImpl() 235 sp<NotificationListener> listener = mListener.promote(); in setErrorStateLockedV()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/ |
D | DreamOverlayNotificationCountProvider.java | 24 import com.android.systemui.statusbar.NotificationListener; 25 import com.android.systemui.statusbar.NotificationListener.NotificationHandler; 82 NotificationListener notificationListener, in DreamOverlayNotificationCountProvider()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/ |
D | NotificationsControllerStub.kt | 21 import com.android.systemui.statusbar.NotificationListener 32 private val notificationListener: NotificationListener
|
D | NotificationsControllerImpl.kt | 23 import com.android.systemui.statusbar.NotificationListener in <lambda>() 59 private val notificationListener: NotificationListener, in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/ |
D | DreamOverlayNotificationCountProviderTest.java | 30 import com.android.systemui.statusbar.NotificationListener; 31 import com.android.systemui.statusbar.NotificationListener.NotificationHandler; 45 NotificationListener mNotificationListener;
|
/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/utils/ |
D | NotificationListener.kt | 24 class NotificationListener : NotificationListenerService() { class 57 private var instance: NotificationListener? = null
|
/frameworks/av/services/camera/libcameraservice/device3/hidl/ |
D | HidlCamera3OfflineSession.cpp | 47 status_t HidlCamera3OfflineSession::initialize(wp<NotificationListener> listener) { in initialize() 87 sp<NotificationListener> listener; in processCaptureResult_3_4() 127 sp<NotificationListener> listener; in processCaptureResult() 166 sp<NotificationListener> listener; in notify()
|
D | HidlCamera3OfflineSession.h | 68 virtual status_t initialize(wp<NotificationListener> listener) override;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/init/ |
D | NotifPipelineInitializer.java | 26 import com.android.systemui.statusbar.NotificationListener; 63 private NotificationListener mNotificationService; 90 NotificationListener notificationService, in initialize()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/data/repository/ |
D | NotificationListenerSettingsRepository.kt | 19 import com.android.systemui.statusbar.NotificationListener
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | LegacyNotificationIconAreaControllerImplTest.java | 35 import com.android.systemui.statusbar.NotificationListener; 58 private NotificationListener mListener;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/ |
D | NotificationStatsLoggerModule.kt | 25 import com.android.systemui.statusbar.NotificationListener 84 notificationListener: NotificationListener?, in bindsStatsLoggerImpl()
|
/frameworks/av/services/camera/libcameraservice/device3/aidl/ |
D | AidlCamera3OfflineSession.cpp | 56 status_t AidlCamera3OfflineSession::initialize(wp<NotificationListener> listener) { in initialize() 106 sp<NotificationListener> listener; in processCaptureResult() 153 sp<NotificationListener> listener; in notify()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/ |
D | GroupCoalescer.java | 33 import com.android.systemui.statusbar.NotificationListener; 34 import com.android.systemui.statusbar.NotificationListener.NotificationHandler; 115 public void attach(NotificationListener listenerService) { in attach()
|
/frameworks/base/services/core/java/com/android/server/ |
D | SensitiveContentProtectionManagerService.java | 74 NotificationListener mNotificationListener; 223 mNotificationListener = new NotificationListener(); in SensitiveContentProtectionManagerService() 269 new ComponentName(getContext(), NotificationListener.class), in init() 441 class NotificationListener extends NotificationListenerService { class in SensitiveContentProtectionManagerService
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationLoggerTest.java | 53 import com.android.systemui.statusbar.NotificationListener; 107 @Mock private NotificationListener mListener; 316 TestableNotificationLogger(NotificationListener notificationListener, in TestableNotificationLogger()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coalescer/ |
D | GroupCoalescerTest.java | 38 import com.android.systemui.statusbar.NotificationListener; 39 import com.android.systemui.statusbar.NotificationListener.NotificationHandler; 65 @Mock private NotificationListener mListenerService;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | LegacyNotificationIconAreaControllerImpl.java | 49 import com.android.systemui.statusbar.NotificationListener; 117 final NotificationListener.NotificationSettingsListener mSettingsListener = 118 new NotificationListener.NotificationSettingsListener() { 133 NotificationListener notificationListener, in LegacyNotificationIconAreaControllerImpl()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | NoManSimulator.java | 28 import com.android.systemui.statusbar.NotificationListener.NotificationHandler;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationListener.java | 57 public class NotificationListener extends NotificationListenerWithPlugins implements class 79 public NotificationListener( in NotificationListener() method in NotificationListener
|