Merge "Fix a typo for the server blob timeout" am: 5c9ebe31ab
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1607353 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I8344f14a1cc68a5bbf743a7f42ed1db1ccf4b174
This commit is contained in:
@@ -44,7 +44,7 @@ class RebootEscrowProviderServerBasedImpl implements RebootEscrowProviderInterfa
|
|||||||
* Use the default lifetime of 10 minutes. The lifetime covers the following activities:
|
* Use the default lifetime of 10 minutes. The lifetime covers the following activities:
|
||||||
* Server wrap secret -> device reboot -> server unwrap blob.
|
* 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;
|
private final LockSettingsStorage mStorage;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user