Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/UnlockMethodCache.java +5 −0 Original line number Diff line number Diff line Loading @@ -159,6 +159,11 @@ public class UnlockMethodCache { public void onScreenTurnedOff() { update(false /* updateAlways */); } @Override public void onKeyguardVisibilityChanged(boolean showing) { 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 @@ -159,6 +159,11 @@ public class UnlockMethodCache { public void onScreenTurnedOff() { update(false /* updateAlways */); } @Override public void onKeyguardVisibilityChanged(boolean showing) { update(false /* updateAlways */); } }; public boolean isTrustManaged() { Loading