Searched refs:getLockscreenNotificationsEnabled (Results 1 – 6 of 6) sorted by relevance
76 if (getLockscreenNotificationsEnabled() && getLockscreenAllowPrivateNotifications()) { in updateState()89 if (getLockscreenNotificationsEnabled()) { in updateState()143 if (!getLockscreenNotificationsEnabled()) { in getGlobalVisibility()151 private boolean getLockscreenNotificationsEnabled() { in getLockscreenNotificationsEnabled() method in VisibilityPreferenceController
97 if (!adminAllowsNotifications() || !getLockscreenNotificationsEnabled()) { in updateState()112 if (!adminAllowsNotifications() || !getLockscreenNotificationsEnabled()) { in getSummary()151 private boolean getLockscreenNotificationsEnabled() { in getLockscreenNotificationsEnabled() method in ShowOnLockScreenNotificationPreferenceController
95 if (!getLockscreenNotificationsEnabled(userId) in getAvailabilityStatus()126 private boolean getLockscreenNotificationsEnabled(int userId) { in getLockscreenNotificationsEnabled() method in RedactNotificationPreferenceController
271 final boolean enabled = getLockscreenNotificationsEnabled(context); in getSummaryResource()314 private static boolean getLockscreenNotificationsEnabled(Context context) { in getLockscreenNotificationsEnabled() method in LockScreenNotificationPreferenceController