Loading packages/SystemUI/src/com/android/systemui/statusbar/NotificationLockscreenUserManagerImpl.java +0 −1 Original line number Diff line number Diff line Loading @@ -333,7 +333,6 @@ public class NotificationLockscreenUserManagerImpl implements } private boolean hideSilentNotificationsOnLockscreen() { // TODO(b/140058091) return whitelistIpcs(() -> Settings.Secure.getInt(mContext.getContentResolver(), Settings.Secure.LOCK_SCREEN_SHOW_SILENT_NOTIFICATIONS, 1) == 0); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/NotificationLockscreenUserManagerImpl.java +0 −1 Original line number Diff line number Diff line Loading @@ -333,7 +333,6 @@ public class NotificationLockscreenUserManagerImpl implements } private boolean hideSilentNotificationsOnLockscreen() { // TODO(b/140058091) return whitelistIpcs(() -> Settings.Secure.getInt(mContext.getContentResolver(), Settings.Secure.LOCK_SCREEN_SHOW_SILENT_NOTIFICATIONS, 1) == 0); } Loading