Searched refs:COLUMN_NAME_PLATFORM_KEY_GENERATION_ID (Results 1 – 4 of 4) sorted by relevance
95 static final String COLUMN_NAME_PLATFORM_KEY_GENERATION_ID = "platform_key_generation_id"; field in RecoverableKeyStoreDbContract.UserMetadataEntry
57 + UserMetadataEntry.COLUMN_NAME_PLATFORM_KEY_GENERATION_ID + " INTEGER,"
331 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()
84 + UserMetadataEntry.COLUMN_NAME_PLATFORM_KEY_GENERATION_ID + " INTEGER)";189 values.put(UserMetadataEntry.COLUMN_NAME_PLATFORM_KEY_GENERATION_ID, in checkAllColumns_v4()