Searched refs:notificationBellVisiblity (Results 1 – 1 of 1) sorted by relevance
503 final int notificationBellVisiblity = mData.getNotificationEnabled() ? GONE : VISIBLE; in bind() local504 mNotificationBellView.setVisibility(notificationBellVisiblity); in bind()