Loading services/core/java/com/android/server/trust/TrustManagerService.java +1 −0 Original line number Diff line number Diff line Loading @@ -159,6 +159,7 @@ public class TrustManagerService extends SystemService { } else if (phase == SystemService.PHASE_THIRD_PARTY_APPS_CAN_START) { mTrustAgentsCanRun = true; refreshAgentList(UserHandle.USER_ALL); refreshDeviceLockedForUser(UserHandle.USER_ALL); } else if (phase == SystemService.PHASE_BOOT_COMPLETED) { maybeEnableFactoryTrustAgents(mLockPatternUtils, UserHandle.USER_SYSTEM); } Loading Loading
services/core/java/com/android/server/trust/TrustManagerService.java +1 −0 Original line number Diff line number Diff line Loading @@ -159,6 +159,7 @@ public class TrustManagerService extends SystemService { } else if (phase == SystemService.PHASE_THIRD_PARTY_APPS_CAN_START) { mTrustAgentsCanRun = true; refreshAgentList(UserHandle.USER_ALL); refreshDeviceLockedForUser(UserHandle.USER_ALL); } else if (phase == SystemService.PHASE_BOOT_COMPLETED) { maybeEnableFactoryTrustAgents(mLockPatternUtils, UserHandle.USER_SYSTEM); } Loading