Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DVisibilityPreferenceController.java76 if (getLockscreenNotificationsEnabled() && getLockscreenAllowPrivateNotifications()) { in updateState()
89 if (getLockscreenNotificationsEnabled()) { in updateState()
143 if (!getLockscreenNotificationsEnabled()) { in getGlobalVisibility()
151 private boolean getLockscreenNotificationsEnabled() { in getLockscreenNotificationsEnabled() method in VisibilityPreferenceController
DLockScreenNotificationPreferenceController.java271 final boolean enabled = getLockscreenNotificationsEnabled(context); in getSummaryResource()
314 private static boolean getLockscreenNotificationsEnabled(Context context) { in getLockscreenNotificationsEnabled() method in LockScreenNotificationPreferenceController
/packages/apps/Settings/src/com/android/settings/notification/app/
DVisibilityPreferenceController.java78 if (getLockscreenNotificationsEnabled() && getLockscreenAllowPrivateNotifications()) { in updateState()
91 if (getLockscreenNotificationsEnabled()) { in updateState()
145 if (!getLockscreenNotificationsEnabled()) { in getGlobalVisibility()
153 private boolean getLockscreenNotificationsEnabled() { in getLockscreenNotificationsEnabled() method in VisibilityPreferenceController
/packages/apps/Settings/src/com/android/settings/notification/
DShowOnLockScreenNotificationPreferenceController.java97 if (!adminAllowsNotifications() || !getLockscreenNotificationsEnabled()) { in updateState()
112 if (!adminAllowsNotifications() || !getLockscreenNotificationsEnabled()) { in getSummary()
151 private boolean getLockscreenNotificationsEnabled() { in getLockscreenNotificationsEnabled() method in ShowOnLockScreenNotificationPreferenceController
DRedactNotificationPreferenceController.java124 if (!getLockscreenNotificationsEnabled(userId) in getAvailabilityStatus()
167 private boolean getLockscreenNotificationsEnabled(int userId) { in getLockscreenNotificationsEnabled() method in RedactNotificationPreferenceController
DLockScreenNotificationPreferenceController.java271 final boolean enabled = getLockscreenNotificationsEnabled(context); in getSummaryResource()
314 private static boolean getLockscreenNotificationsEnabled(Context context) { in getLockscreenNotificationsEnabled() method in LockScreenNotificationPreferenceController