Home
last modified time | relevance | path

Searched refs:NotificationListener (Results 1 – 25 of 46) sorted by relevance

12

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationListenerTest.java41 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/
DCameraOfflineSessionBase.h34 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/
DTvPipNotificationTests.kt24 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/
DCamera3OutputUtils.h84 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;
DCamera3OfflineSession.h150 virtual status_t initialize(wp<NotificationListener> /*listener*/) = 0;
234 wp<NotificationListener> mListener;
DCamera3OfflineSession.cpp108 sp<NotificationListener> listener; in disconnectImpl()
235 sp<NotificationListener> listener = mListener.promote(); in setErrorStateLockedV()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
DDreamOverlayNotificationCountProvider.java24 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/
DNotificationsControllerStub.kt21 import com.android.systemui.statusbar.NotificationListener
32 private val notificationListener: NotificationListener
DNotificationsControllerImpl.kt23 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/
DDreamOverlayNotificationCountProviderTest.java30 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/
DNotificationListener.kt24 class NotificationListener : NotificationListenerService() { class
57 private var instance: NotificationListener? = null
/frameworks/av/services/camera/libcameraservice/device3/hidl/
DHidlCamera3OfflineSession.cpp47 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()
DHidlCamera3OfflineSession.h68 virtual status_t initialize(wp<NotificationListener> listener) override;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/init/
DNotifPipelineInitializer.java26 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/
DNotificationListenerSettingsRepository.kt19 import com.android.systemui.statusbar.NotificationListener
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DLegacyNotificationIconAreaControllerImplTest.java35 import com.android.systemui.statusbar.NotificationListener;
58 private NotificationListener mListener;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
DNotificationStatsLoggerModule.kt25 import com.android.systemui.statusbar.NotificationListener
84 notificationListener: NotificationListener?, in bindsStatsLoggerImpl()
/frameworks/av/services/camera/libcameraservice/device3/aidl/
DAidlCamera3OfflineSession.cpp56 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/
DGroupCoalescer.java33 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/
DSensitiveContentProtectionManagerService.java74 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/
DNotificationLoggerTest.java53 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/
DGroupCoalescerTest.java38 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/
DLegacyNotificationIconAreaControllerImpl.java49 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/
DNoManSimulator.java28 import com.android.systemui.statusbar.NotificationListener.NotificationHandler;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationListener.java57 public class NotificationListener extends NotificationListenerWithPlugins implements class
79 public NotificationListener( in NotificationListener() method in NotificationListener

12