Searched refs:getLockscreenNotificationsEnabled (Results 1 – 4 of 4) sorted by relevance
83 if (getLockscreenNotificationsEnabled() && getLockscreenAllowPrivateNotifications()) { in updateState()96 if (getLockscreenNotificationsEnabled()) { in updateState()150 if (!getLockscreenNotificationsEnabled()) { in getGlobalVisibility()158 private boolean getLockscreenNotificationsEnabled() { in getLockscreenNotificationsEnabled() method in VisibilityPreferenceController
99 if (!adminAllowsNotifications() || !getLockscreenNotificationsEnabled()) { in displayPreference()114 if (!adminAllowsNotifications() || !getLockscreenNotificationsEnabled()) { in getSummary()153 private boolean getLockscreenNotificationsEnabled() { in getLockscreenNotificationsEnabled() method in ShowOnLockScreenNotificationPreferenceController
141 if (!getLockscreenNotificationsEnabled(userId)) { in getAvailabilityStatus()190 private boolean getLockscreenNotificationsEnabled(int userId) { in getLockscreenNotificationsEnabled() method in RedactNotificationPreferenceController
280 final boolean enabled = getLockscreenNotificationsEnabled(context); in getSummaryResource()323 private static boolean getLockscreenNotificationsEnabled(Context context) { in getLockscreenNotificationsEnabled() method in LockScreenNotificationPreferenceController