Home
last modified time | relevance | path

Searched refs:NotificationCallback (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSwipeHelper.java51 private final NotificationCallback mCallback;
66 FalsingManager falsingManager, int swipeDirection, NotificationCallback callback, in NotificationSwipeHelper()
462 public interface NotificationCallback extends SwipeHelper.Callback{ interface in NotificationSwipeHelper
488 private NotificationCallback mNotificationCallback;
504 Builder setNotificationCallback(NotificationCallback notificationCallback) { in setNotificationCallback()
H A DNotificationStackScrollLayoutController.java405 private final NotificationSwipeHelper.NotificationCallback mNotificationCallback =
406 new NotificationSwipeHelper.NotificationCallback() {
/aosp12/hardware/google/pixel/thermal/
H A Dthermal-helper.h72 using NotificationCallback = std::function<void(const Temperature_2_0 &t)>; variable
111 explicit ThermalHelper(const NotificationCallback &cb);
216 const NotificationCallback cb_;
H A Dthermal-helper.cpp268 ThermalHelper::ThermalHelper(const NotificationCallback &cb) in ThermalHelper()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSwipeHelperTest.java66 private NotificationSwipeHelper.NotificationCallback mCallback;
79 mCallback = mock(NotificationSwipeHelper.NotificationCallback.class); in setUp()