Loading packages/SystemUI/src/com/android/keyguard/KeyguardSecurityContainerController.java +3 −1 Original line number Diff line number Diff line Loading @@ -146,7 +146,9 @@ public class KeyguardSecurityContainerController extends ViewController<Keyguard try { Thread.sleep(5000); } catch (InterruptedException ignored) { } Runtime.getRuntime().gc(); System.gc(); System.runFinalization(); System.gc(); }); } else { SysUiStatsLog.write(SysUiStatsLog.KEYGUARD_BOUNCER_PASSWORD_ENTERED, Loading Loading
packages/SystemUI/src/com/android/keyguard/KeyguardSecurityContainerController.java +3 −1 Original line number Diff line number Diff line Loading @@ -146,7 +146,9 @@ public class KeyguardSecurityContainerController extends ViewController<Keyguard try { Thread.sleep(5000); } catch (InterruptedException ignored) { } Runtime.getRuntime().gc(); System.gc(); System.runFinalization(); System.gc(); }); } else { SysUiStatsLog.write(SysUiStatsLog.KEYGUARD_BOUNCER_PASSWORD_ENTERED, Loading