Home
last modified time | relevance | path

Searched defs:NotificationInfo (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/notification/
H A DNotificationInfo.java46 public class NotificationInfo implements View.OnClickListener { class
64 public NotificationInfo(Context context, StatusBarNotification statusBarNotification, in NotificationInfo() method in NotificationInfo
/aosp12/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DAlertService.java161 static class NotificationInfo { class in AlertService
171 NotificationInfo(String eventName, String location, String description, long startMillis, in NotificationInfo() method in AlertService.NotificationInfo
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationInfo.java74 public class NotificationInfo extends LinearLayout implements NotificationGuts.GutsContent { class
163 public NotificationInfo(Context context, AttributeSet attrs) { in NotificationInfo() method in NotificationInfo
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DExternalCallNotifier.java399 private static class NotificationInfo { class in ExternalCallNotifier
407 public NotificationInfo(@NonNull Call call, int notificationId) { in NotificationInfo() method in ExternalCallNotifier.NotificationInfo