Home
last modified time | relevance | path

Searched refs:getLockscreenNotificationsEnabled (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/notification/app/
DVisibilityPreferenceController.java83 if (getLockscreenNotificationsEnabled() && getLockscreenAllowPrivateNotifications()) { in updateState()
96 if (getLockscreenNotificationsEnabled()) { in updateState()
150 if (!getLockscreenNotificationsEnabled()) { in getGlobalVisibility()
158 private boolean getLockscreenNotificationsEnabled() { in getLockscreenNotificationsEnabled() method in VisibilityPreferenceController
/packages/apps/Settings/src/com/android/settings/notification/
DShowOnLockScreenNotificationPreferenceController.java99 if (!adminAllowsNotifications() || !getLockscreenNotificationsEnabled()) { in displayPreference()
114 if (!adminAllowsNotifications() || !getLockscreenNotificationsEnabled()) { in getSummary()
153 private boolean getLockscreenNotificationsEnabled() { in getLockscreenNotificationsEnabled() method in ShowOnLockScreenNotificationPreferenceController
DRedactNotificationPreferenceController.java141 if (!getLockscreenNotificationsEnabled(userId)) { in getAvailabilityStatus()
190 private boolean getLockscreenNotificationsEnabled(int userId) { in getLockscreenNotificationsEnabled() method in RedactNotificationPreferenceController
DLockScreenNotificationPreferenceController.java280 final boolean enabled = getLockscreenNotificationsEnabled(context); in getSummaryResource()
323 private static boolean getLockscreenNotificationsEnabled(Context context) { in getLockscreenNotificationsEnabled() method in LockScreenNotificationPreferenceController