Searched refs:showAmbient (Results 1 – 2 of 2) sorted by relevance
134 NotificationData notificationData, boolean showAmbient) { in shouldShowNotificationIcon() argument135 if (notificationData.isAmbient(entry.key) && !showAmbient) { in shouldShowNotificationIcon()172 NotificationIconContainer hostLayout, boolean showAmbient) { in updateIconsForLayout() argument181 if (shouldShowNotificationIcon(ent, notificationData, showAmbient)) { in updateIconsForLayout()
2156 public void setShowAmbient(boolean showAmbient) {2157 if (showAmbient != mShowAmbient) {2158 mShowAmbient = showAmbient;