Home
last modified time | relevance | path

Searched refs:MIN_GENERATION_ID_FOR_UNLOCKED_DEVICE_REQUIRED (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
H A DPlatformKeyManager.java69 static final int MIN_GENERATION_ID_FOR_UNLOCKED_DEVICE_REQUIRED = 1001000; field in PlatformKeyManager
348 generationId = Math.max(generationId, MIN_GENERATION_ID_FOR_UNLOCKED_DEVICE_REQUIRED); in init()
H A DKeySyncTask.java171 if (generation < PlatformKeyManager.MIN_GENERATION_ID_FOR_UNLOCKED_DEVICE_REQUIRED) { in syncKeys()
180 if (generation < PlatformKeyManager.MIN_GENERATION_ID_FOR_UNLOCKED_DEVICE_REQUIRED) { in syncKeys()