Loading services/core/java/com/android/server/LockSettingsService.java +2 −0 Original line number Diff line number Diff line Loading @@ -428,6 +428,7 @@ public class LockSettingsService extends ILockSettings.Stub { @Override public void setLockPattern(String pattern, String savedCredential, int userId) throws RemoteException { checkWritePermission(userId); byte[] currentHandle = getCurrentHandle(userId); if (pattern == null) { Loading Loading @@ -456,6 +457,7 @@ public class LockSettingsService extends ILockSettings.Stub { @Override public void setLockPassword(String password, String savedCredential, int userId) throws RemoteException { checkWritePermission(userId); byte[] currentHandle = getCurrentHandle(userId); if (password == null) { Loading Loading
services/core/java/com/android/server/LockSettingsService.java +2 −0 Original line number Diff line number Diff line Loading @@ -428,6 +428,7 @@ public class LockSettingsService extends ILockSettings.Stub { @Override public void setLockPattern(String pattern, String savedCredential, int userId) throws RemoteException { checkWritePermission(userId); byte[] currentHandle = getCurrentHandle(userId); if (pattern == null) { Loading Loading @@ -456,6 +457,7 @@ public class LockSettingsService extends ILockSettings.Stub { @Override public void setLockPassword(String password, String savedCredential, int userId) throws RemoteException { checkWritePermission(userId); byte[] currentHandle = getCurrentHandle(userId); if (password == null) { Loading