Home
last modified time | relevance | path

Searched defs:currentNotification (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DCarHeadsUpNotificationManager.java333 HeadsUpEntry currentNotification = addNewHeadsUpEntry(alertEntry); in showHeadsUp() local
430 HeadsUpEntry currentNotification, boolean panelExpanded) { in setInternalInsetsInfo()
479 private void setAutoDismissViews(HeadsUpEntry currentNotification, AlertEntry alertEntry) { in setAutoDismissViews()
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DCarHeadsUpNotificationManagerTest.java456 private View getNotificationView(HeadsUpEntry currentNotification) { in getNotificationView()
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DStatusBarNotifier.java123 private int currentNotification = NOTIFICATION_NONE; field in StatusBarNotifier