Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverableKeyStoreDbContract.java95 static final String COLUMN_NAME_PLATFORM_KEY_GENERATION_ID = "platform_key_generation_id"; field in RecoverableKeyStoreDbContract.UserMetadataEntry
DRecoverableKeyStoreDbHelper.java57 + UserMetadataEntry.COLUMN_NAME_PLATFORM_KEY_GENERATION_ID + " INTEGER,"
DRecoverableKeyStoreDb.java331 values.put(UserMetadataEntry.COLUMN_NAME_PLATFORM_KEY_GENERATION_ID, generationId); in setPlatformKeyGenerationId()
427 UserMetadataEntry.COLUMN_NAME_PLATFORM_KEY_GENERATION_ID}; in getPlatformKeyGenerationId()
449 UserMetadataEntry.COLUMN_NAME_PLATFORM_KEY_GENERATION_ID)); in getPlatformKeyGenerationId()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverableKeyStoreDbHelperTest.java84 + UserMetadataEntry.COLUMN_NAME_PLATFORM_KEY_GENERATION_ID + " INTEGER)";
189 values.put(UserMetadataEntry.COLUMN_NAME_PLATFORM_KEY_GENERATION_ID, in checkAllColumns_v4()