Home
last modified time | relevance | path

Searched refs:COLUMN_NAME_PLATFORM_KEY_GENERATION_ID (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
H A DRecoverableKeyStoreDbContract.java95 static final String COLUMN_NAME_PLATFORM_KEY_GENERATION_ID = "platform_key_generation_id"; field in RecoverableKeyStoreDbContract.UserMetadataEntry
H A DRecoverableKeyStoreDbHelper.java60 + UserMetadataEntry.COLUMN_NAME_PLATFORM_KEY_GENERATION_ID + " INTEGER,"
68 + UserMetadataEntry.COLUMN_NAME_PLATFORM_KEY_GENERATION_ID + " INTEGER,"
H A DRecoverableKeyStoreDb.java331 values.put(UserMetadataEntry.COLUMN_NAME_PLATFORM_KEY_GENERATION_ID, generationId); in setPlatformKeyGenerationId()
475 UserMetadataEntry.COLUMN_NAME_PLATFORM_KEY_GENERATION_ID}; in getPlatformKeyGenerationId()
497 UserMetadataEntry.COLUMN_NAME_PLATFORM_KEY_GENERATION_ID)); in getPlatformKeyGenerationId()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
H A DRecoverableKeyStoreDbHelperTest.java84 + UserMetadataEntry.COLUMN_NAME_PLATFORM_KEY_GENERATION_ID + " INTEGER)";
202 values.put(UserMetadataEntry.COLUMN_NAME_PLATFORM_KEY_GENERATION_ID, in checkAllColumns_v4()