Loading services/core/java/com/android/server/wm/LockTaskController.java +1 −1 Original line number Diff line number Diff line Loading @@ -819,7 +819,7 @@ public class LockTaskController { } catch (Settings.SettingNotFoundException e) { // Log to SafetyNet for b/127605586 android.util.EventLog.writeEvent(0x534e4554, "127605586", -1, ""); return mLockPatternUtils.isSecure(USER_CURRENT); return getLockPatternUtils().isSecure(USER_CURRENT); } } Loading Loading
services/core/java/com/android/server/wm/LockTaskController.java +1 −1 Original line number Diff line number Diff line Loading @@ -819,7 +819,7 @@ public class LockTaskController { } catch (Settings.SettingNotFoundException e) { // Log to SafetyNet for b/127605586 android.util.EventLog.writeEvent(0x534e4554, "127605586", -1, ""); return mLockPatternUtils.isSecure(USER_CURRENT); return getLockPatternUtils().isSecure(USER_CURRENT); } } Loading