Searched refs:getNotificationType (Results 1 – 3 of 3) sorted by relevance
59 assertThat(navigation.getNotificationType()).isEqualTo(NotificationViewType.NAVIGATION); in navigationNotificationType_shouldHaveCorrectValues()69 assertThat(call.getNotificationType()).isEqualTo(NotificationViewType.CALL); in callNotificationType_shouldHaveCorrectValues()79 assertThat(message.getNotificationType()).isEqualTo(NotificationViewType.MESSAGE); in messageNotificationType_shouldHaveCorrectValues()89 assertThat(messageInGroup.getNotificationType()).isEqualTo( in messageInGroupNotificationType_shouldHaveCorrectValues()100 assertThat(inbox.getNotificationType()).isEqualTo(NotificationViewType.INBOX); in inboxNotificationType_shouldHaveCorrectValues()110 assertThat(inboxInGroup.getNotificationType()).isEqualTo( in inboxInGroupNotificationType_shouldHaveCorrectValues()121 assertThat(groupExpanded.getNotificationType()).isEqualTo( in groupNotificationType_shouldHaveCorrectValues()132 assertThat(groupSummary.getNotificationType()).isEqualTo( in groupSummaryNotificationType_shouldHaveCorrectValues()143 assertThat(progress.getNotificationType()).isEqualTo(NotificationViewType.PROGRESS); in progressNotificationType_shouldHaveCorrectValues()153 assertThat(progressInGroup.getNotificationType()).isEqualTo( in progressInGroupNotificationType_shouldHaveCorrectValues()[all …]
85 carNotificationTypeItem.getNotificationType(), carNotificationTypeItem); in carNotificationTypeItem.getNotificationType()116 public int getNotificationType() { in getNotificationType() method in CarNotificationTypeItem
459 if (mShouldRestrictMessagePreview && notificationTypeItem.getNotificationType() in showHeadsUp()