Searched refs:getLockscreenNotificationsEnabled (Results 1 – 2 of 2) sorted by relevance
228 if (getLockscreenNotificationsEnabled() && getLockscreenAllowPrivateNotifications()) { in setupVisOverridePref()282 if (!getLockscreenNotificationsEnabled()) { in getGlobalVisibility()290 protected boolean getLockscreenNotificationsEnabled() { in getLockscreenNotificationsEnabled() method in NotificationSettingsBase
304 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