Loading services/java/com/android/server/SystemServer.java +11 −9 Original line number Diff line number Diff line Loading @@ -2714,6 +2714,7 @@ public final class SystemServer implements Dumpable { mSystemServiceManager.startService(AuthService.class); t.traceEnd(); if (!isWatch && !isTv && !isAutomotive) { if (android.security.Flags.secureLockdown()) { t.traceBegin("StartSecureLockDeviceService.Lifecycle"); mSystemServiceManager.startService(SecureLockDeviceService.Lifecycle.class); Loading @@ -2725,6 +2726,7 @@ public final class SystemServer implements Dumpable { mSystemServiceManager.startService(AuthenticationPolicyService.class); t.traceEnd(); } } if (!isWatch) { // We don't run this on watches as there are no plans to use the data logged Loading Loading
services/java/com/android/server/SystemServer.java +11 −9 Original line number Diff line number Diff line Loading @@ -2714,6 +2714,7 @@ public final class SystemServer implements Dumpable { mSystemServiceManager.startService(AuthService.class); t.traceEnd(); if (!isWatch && !isTv && !isAutomotive) { if (android.security.Flags.secureLockdown()) { t.traceBegin("StartSecureLockDeviceService.Lifecycle"); mSystemServiceManager.startService(SecureLockDeviceService.Lifecycle.class); Loading @@ -2725,6 +2726,7 @@ public final class SystemServer implements Dumpable { mSystemServiceManager.startService(AuthenticationPolicyService.class); t.traceEnd(); } } if (!isWatch) { // We don't run this on watches as there are no plans to use the data logged Loading