Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverableKeyStoreDbContract.java122 static final String COLUMN_NAME_SNAPSHOT_VERSION = "snapshot_version"; field in RecoverableKeyStoreDbContract.RecoveryServiceMetadataEntry
DRecoverableKeyStoreDbHelper.java65 + RecoveryServiceMetadataEntry.COLUMN_NAME_SNAPSHOT_VERSION + " INTEGER,"
DRecoverableKeyStoreDb.java852 RecoveryServiceMetadataEntry.COLUMN_NAME_SNAPSHOT_VERSION, snapshotVersion); in setSnapshotVersion()
867 RecoveryServiceMetadataEntry.COLUMN_NAME_SNAPSHOT_VERSION); in getSnapshotVersion()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverableKeyStoreDbHelperTest.java91 + RecoveryServiceMetadataEntry.COLUMN_NAME_SNAPSHOT_VERSION + " INTEGER,"
199 values.put(RecoveryServiceMetadataEntry.COLUMN_NAME_SNAPSHOT_VERSION, in checkAllColumns_v4()