Home
last modified time | relevance | path

Searched defs:NotificationCallback (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/google/pixel/thermal/
H A Dthermal-helper.h72 using NotificationCallback = std::function<void(const Temperature_2_0 &t)>; variable
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSwipeHelper.java462 public interface NotificationCallback extends SwipeHelper.Callback{ interface in NotificationSwipeHelper