Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/UnlockMethodCache.java +5 −0 Original line number Diff line number Diff line Loading @@ -154,6 +154,11 @@ public class UnlockMethodCache { public void onStrongAuthStateChanged(int userId) { update(false /* updateAlways */); } @Override public void onScreenTurnedOff() { update(false /* updateAlways */); } }; public boolean isTrustManaged() { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/UnlockMethodCache.java +5 −0 Original line number Diff line number Diff line Loading @@ -154,6 +154,11 @@ public class UnlockMethodCache { public void onStrongAuthStateChanged(int userId) { update(false /* updateAlways */); } @Override public void onScreenTurnedOff() { update(false /* updateAlways */); } }; public boolean isTrustManaged() { Loading