Searched refs:areNotificationsEnabled (Results 1 – 5 of 5) sorted by relevance
113 public boolean areNotificationsEnabled() { in areNotificationsEnabled() method in AccountPreferences
210 public boolean areNotificationsEnabled() { in areNotificationsEnabled() method in FolderPreferences
215 return !NotificationManagerCompat.from(mContext).areNotificationsEnabled(); in isAppNotificationBlocked()
424 final boolean enabled = accountPreferences.areNotificationsEnabled(); in validateAccountNotifications()445 if (!folderPreferences.areNotificationsEnabled()) { in validateAccountNotifications()688 if (!folderPreferences.areNotificationsEnabled()) { in validateNotifications()773 if (accountPreferences.areNotificationsEnabled()) { in validateNotifications()
792 inboxNotify.setChecked(mInboxFolderPreferences.areNotificationsEnabled()); in loadSettings()