Loading services/core/java/com/android/server/locksettings/RebootEscrowProviderServerBasedImpl.java +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ class RebootEscrowProviderServerBasedImpl implements RebootEscrowProviderInterfa * Use the default lifetime of 10 minutes. The lifetime covers the following activities: * Server wrap secret -> device reboot -> server unwrap blob. */ private static final long DEFAULT_SERVER_BLOB_LIFETIME_IN_MILLIS = 600_1000; private static final long DEFAULT_SERVER_BLOB_LIFETIME_IN_MILLIS = 600_000; private final LockSettingsStorage mStorage; Loading Loading
services/core/java/com/android/server/locksettings/RebootEscrowProviderServerBasedImpl.java +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ class RebootEscrowProviderServerBasedImpl implements RebootEscrowProviderInterfa * Use the default lifetime of 10 minutes. The lifetime covers the following activities: * Server wrap secret -> device reboot -> server unwrap blob. */ private static final long DEFAULT_SERVER_BLOB_LIFETIME_IN_MILLIS = 600_1000; private static final long DEFAULT_SERVER_BLOB_LIFETIME_IN_MILLIS = 600_000; private final LockSettingsStorage mStorage; Loading