Home
last modified time | relevance | path

Searched refs:areNotificationsEnabled (Results 1 – 5 of 5) sorted by relevance

/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
DNotificationShowcaseActivity.java30 if(noMa.areNotificationsEnabled()) { in onResume()
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
DAccountPreferences.java113 public boolean areNotificationsEnabled() { in areNotificationsEnabled() method in AccountPreferences
DFolderPreferences.java210 public boolean areNotificationsEnabled() { in areNotificationsEnabled() method in FolderPreferences
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationUtils.java424 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()
/packages/apps/Email/src/com/android/email/activity/setup/
DAccountSettingsFragment.java792 inboxNotify.setChecked(mInboxFolderPreferences.areNotificationsEnabled()); in loadSettings()