Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationListener.java122 mHeadsUpManager.maybeRemoveHeadsUp(sbn); in onNotificationRemoved()
DCarHeadsUpNotificationManager.java193 public void maybeRemoveHeadsUp(StatusBarNotification statusBarNotification) { in maybeRemoveHeadsUp() method in CarHeadsUpNotificationManager
/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DCarHeadsUpNotificationManagerTest.java218 mManager.maybeRemoveHeadsUp(mStatusBarNotificationSpy); in maybeRemoveHeadsUp_noCurrentNotifications_shouldNotCallClearView()