Loading services/core/java/com/android/server/notification/NotificationManagerService.java +0 −1 Original line number Original line Diff line number Diff line Loading @@ -2047,7 +2047,6 @@ public class NotificationManagerService extends SystemService { protected class StrongAuthTracker extends LockPatternUtils.StrongAuthTracker { protected class StrongAuthTracker extends LockPatternUtils.StrongAuthTracker { SparseBooleanArray mUserInLockDownMode = new SparseBooleanArray(); SparseBooleanArray mUserInLockDownMode = new SparseBooleanArray(); boolean mIsInLockDownMode = false; StrongAuthTracker(Context context) { StrongAuthTracker(Context context) { super(context); super(context); Loading Loading
services/core/java/com/android/server/notification/NotificationManagerService.java +0 −1 Original line number Original line Diff line number Diff line Loading @@ -2047,7 +2047,6 @@ public class NotificationManagerService extends SystemService { protected class StrongAuthTracker extends LockPatternUtils.StrongAuthTracker { protected class StrongAuthTracker extends LockPatternUtils.StrongAuthTracker { SparseBooleanArray mUserInLockDownMode = new SparseBooleanArray(); SparseBooleanArray mUserInLockDownMode = new SparseBooleanArray(); boolean mIsInLockDownMode = false; StrongAuthTracker(Context context) { StrongAuthTracker(Context context) { super(context); super(context); Loading