Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarHeadsUpNotificationManager.java295 HeadsUpEntry currentNotification = addNewHeadsUpEntry(statusBarNotification); in showHeadsUp() local
500 HeadsUpEntry currentNotification, boolean panelExpanded) { in setInternalInsetsInfo()
552 private void setAutoDismissViews(HeadsUpEntry currentNotification, in setAutoDismissViews()
/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DCarHeadsUpNotificationManagerTest.java467 private View getNotificationView(HeadsUpEntry currentNotification) { in getNotificationView()
/packages/apps/Dialer/java/com/android/incallui/
DStatusBarNotifier.java123 private int currentNotification = NOTIFICATION_NONE; field in StatusBarNotifier