Loading core/java/com/android/internal/widget/LockPatternUtils.java +1 −1 Original line number Diff line number Diff line Loading @@ -1314,7 +1314,7 @@ public class LockPatternUtils { } private boolean isDoNotAskCredentialsOnBootSet() { return mDevicePolicyManager.getDoNotAskCredentialsOnBoot(); return getDevicePolicyManager().getDoNotAskCredentialsOnBoot(); } private boolean shouldEncryptWithCredentials(boolean defaultValue) { Loading Loading
core/java/com/android/internal/widget/LockPatternUtils.java +1 −1 Original line number Diff line number Diff line Loading @@ -1314,7 +1314,7 @@ public class LockPatternUtils { } private boolean isDoNotAskCredentialsOnBootSet() { return mDevicePolicyManager.getDoNotAskCredentialsOnBoot(); return getDevicePolicyManager().getDoNotAskCredentialsOnBoot(); } private boolean shouldEncryptWithCredentials(boolean defaultValue) { Loading