Home
last modified time | relevance | path

Searched refs:mCarHeadsUpNotificationQueueCallback (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarHeadsUpNotificationQueueTest.java81 mCarHeadsUpNotificationQueueCallback; field in CarHeadsUpNotificationQueueTest
115 when(mCarHeadsUpNotificationQueueCallback.getActiveHeadsUpNotifications()).thenReturn( in setup()
130 mScheduledExecutorService, mCarHeadsUpNotificationQueueCallback); in createCarHeadsUpNotificationQueue()
257 when(mCarHeadsUpNotificationQueueCallback.getActiveHeadsUpNotifications()).thenReturn( in addToQueue_shows_immediateShowHeadsUp()
263 verify(mCarHeadsUpNotificationQueueCallback).dismissHeadsUp(alertEntry3); in addToQueue_shows_immediateShowHeadsUp()
264 verify(mCarHeadsUpNotificationQueueCallback) in addToQueue_shows_immediateShowHeadsUp()
302 when(mCarHeadsUpNotificationQueueCallback.getActiveHeadsUpNotifications()).thenReturn( in triggerCallback_expireNotifications_whenParked()
308 verify(mCarHeadsUpNotificationQueueCallback) in triggerCallback_expireNotifications_whenParked()
311 verify(mCarHeadsUpNotificationQueueCallback) in triggerCallback_expireNotifications_whenParked()
337 when(mCarHeadsUpNotificationQueueCallback.getActiveHeadsUpNotifications()).thenReturn( in triggerCallback_doesNot_expireNotifications_whenParked()
[all …]
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarHeadsUpNotificationManager.java116 mCarHeadsUpNotificationQueueCallback; field in CarHeadsUpNotificationManager
175 mCarHeadsUpNotificationQueueCallback = in CarHeadsUpNotificationManager()
208 mCarHeadsUpNotificationQueueCallback in CarHeadsUpNotificationManager()
831 return mCarHeadsUpNotificationQueueCallback; in getCarHeadsUpNotificationQueueCallback()