Searched refs:getActiveHeadsUpNotifications (Results 1 – 2 of 2) sorted by relevance
211 mManager.getActiveHeadsUpNotifications().get(mNotification2.getKey())); in maybeShowHeadsUp_isNotImportant_returnsNull()234 mManager.getActiveHeadsUpNotifications().get(mNotification1.getKey())); in maybeShowHeadsUp_isImportanceHigh_returnsNotNull()247 assertThat(mManager.getActiveHeadsUpNotifications().size()).isEqualTo(1); in getActiveHeadsUpNotifications_shouldReturnOne()260 assertThat(mManager.getActiveHeadsUpNotifications().size()).isEqualTo(2); in getActiveHeadsUpNotifications_diffNotifications_shouldReturnTwo()272 assertThat(mManager.getActiveHeadsUpNotifications().size()).isEqualTo(1); in getActiveHeadsUpNotifications_sameNotifications_shouldReturnOne()284 mManager.getActiveHeadsUpNotifications().get( in maybeShowHeadsUp_categoryCarInformation_returnsNull()302 mManager.getActiveHeadsUpNotifications().get( in maybeShowHeadsUp_categoryMessage_returnsNotNull()306 assertThat(mManager.getActiveHeadsUpNotifications().size()).isEqualTo(1); in maybeShowHeadsUp_categoryMessage_returnsNotNull()319 mManager.getActiveHeadsUpNotifications().get( in maybeShowHeadsUp_categoryCall_returnsNotNull()323 assertThat(mManager.getActiveHeadsUpNotifications().size()).isEqualTo(1); in maybeShowHeadsUp_categoryCall_returnsNotNull()[all …]
548 protected Map<String, HeadsUpEntry> getActiveHeadsUpNotifications() { in getActiveHeadsUpNotifications() method in CarHeadsUpNotificationManager