Home
last modified time | relevance | path

Searched refs:displayNotification (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/Notification/src/com/android/car/notification/headsup/
DCarHeadsUpNotificationContainer.java28 void displayNotification(View notificationView); in displayNotification() method
DCarHeadsUpNotificationAppContainer.java45 public void displayNotification(View notificationView) { in displayNotification() method in CarHeadsUpNotificationAppContainer
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarHeadsUpNotificationManager.java306 mHunContainer.displayNotification(currentNotification.getNotificationView()); in showHeadsUp()