Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/
DNotificationSettingsBase.java228 if (getLockscreenNotificationsEnabled() && getLockscreenAllowPrivateNotifications()) { in setupVisOverridePref()
282 if (!getLockscreenNotificationsEnabled()) { in getGlobalVisibility()
290 protected boolean getLockscreenNotificationsEnabled() { in getLockscreenNotificationsEnabled() method in NotificationSettingsBase
DConfigureNotificationSettings.java304 final boolean enabled = getLockscreenNotificationsEnabled(UserHandle.myUserId()); in updateLockscreenNotifications()
320 final boolean enabled = getLockscreenNotificationsEnabled(mProfileChallengeUserId); in updateLockscreenNotificationsForProfile()
330 private boolean getLockscreenNotificationsEnabled(int userId) { in getLockscreenNotificationsEnabled() method in ConfigureNotificationSettings