Searched refs:getNotificationView (Results 1 – 4 of 4) sorted by relevance
309 if (currentNotification.getNotificationView() == null) { in showHeadsUp()313 mHeadsUpContentFrame.addView(currentNotification.getNotificationView()); in showHeadsUp()316 currentNotification.getNotificationView(), in showHeadsUp()324 if (currentNotification.getNotificationView() == null) { in showHeadsUp()328 mHeadsUpContentFrame.addView(currentNotification.getNotificationView()); in showHeadsUp()331 currentNotification.getNotificationView(), in showHeadsUp()339 if (currentNotification.getNotificationView() == null) { in showHeadsUp()343 mHeadsUpContentFrame.addView(currentNotification.getNotificationView()); in showHeadsUp()346 currentNotification.getNotificationView(), in showHeadsUp()354 if (currentNotification.getNotificationView() == null) { in showHeadsUp()[all …]
91 protected View getNotificationView() { in getNotificationView() method in HeadsUpEntry
210 View notificationView = getNotificationView( in maybeShowHeadsUp_isNotImportant_returnsNull()233 View notificationView = getNotificationView( in maybeShowHeadsUp_isImportanceHigh_returnsNotNull()283 View notificationView = getNotificationView( in maybeShowHeadsUp_categoryCarInformation_returnsNull()301 View notificationView = getNotificationView( in maybeShowHeadsUp_categoryMessage_returnsNotNull()318 View notificationView = getNotificationView( in maybeShowHeadsUp_categoryCall_returnsNotNull()335 View notificationView = getNotificationView( in maybeShowHeadsUp_categoryNavigation_returnsNotNull()353 View notificationView = getNotificationView( in maybeShowHeadsUp_InboxHeadsUp_returnsNotNull()378 View notificationView = getNotificationView( in maybeShowHeadsUp_isSignedWithPlatformKey_returnsNotNull()403 View notificationView = getNotificationView( in maybeShowHeadsUp_isSystemApp_returnsNotNull()435 View notificationView = getNotificationView( in maybeShowHeadsUp_nonMutedNotification_headsUpShown()[all …]
103 assertThat(mHeadsUpEntry.getNotificationView()).isNull(); in setNotificationView_shouldSetNotificationView()107 assertThat(mHeadsUpEntry.getNotificationView()).isNotNull(); in setNotificationView_shouldSetNotificationView()