Searched refs:mCarHeadsUpNotificationQueueCallback (Results 1 – 2 of 2) sorted by relevance
81 mCarHeadsUpNotificationQueueCallback; field in CarHeadsUpNotificationQueueTest115 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 …]
116 mCarHeadsUpNotificationQueueCallback; field in CarHeadsUpNotificationManager175 mCarHeadsUpNotificationQueueCallback = in CarHeadsUpNotificationManager()208 mCarHeadsUpNotificationQueueCallback in CarHeadsUpNotificationManager()831 return mCarHeadsUpNotificationQueueCallback; in getCarHeadsUpNotificationQueueCallback()