Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverableKeyStoreDb.java107 values.put(KeysEntry.COLUMN_NAME_RECOVERY_STATUS, wrappedKey.getRecoveryStatus()); in insertKey()
129 KeysEntry.COLUMN_NAME_RECOVERY_STATUS, in getKey()
165 cursor.getColumnIndexOrThrow(KeysEntry.COLUMN_NAME_RECOVERY_STATUS)); in getKey()
207 KeysEntry.COLUMN_NAME_RECOVERY_STATUS}; in getStatusForAllKeys()
227 cursor.getColumnIndexOrThrow(KeysEntry.COLUMN_NAME_RECOVERY_STATUS)); in getStatusForAllKeys()
245 values.put(KeysEntry.COLUMN_NAME_RECOVERY_STATUS, status); in setRecoveryStatus()
273 KeysEntry.COLUMN_NAME_RECOVERY_STATUS, in getAllKeys()
304 cursor.getColumnIndexOrThrow(KeysEntry.COLUMN_NAME_RECOVERY_STATUS)); in getAllKeys()
401 values.put(KeysEntry.COLUMN_NAME_RECOVERY_STATUS, in invalidateKeysForUser()
413 values.put(KeysEntry.COLUMN_NAME_RECOVERY_STATUS, in invalidateKeysForUserIdOnCustomScreenLock()
DRecoverableKeyStoreDbContract.java71 static final String COLUMN_NAME_RECOVERY_STATUS = "recovery_status"; field in RecoverableKeyStoreDbContract.KeysEntry
DRecoverableKeyStoreDbHelper.java48 + KeysEntry.COLUMN_NAME_RECOVERY_STATUS + " INTEGER,"
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverableKeyStoreDbHelperTest.java76 + KeysEntry.COLUMN_NAME_RECOVERY_STATUS + " INTEGER,"
182 values.put(KeysEntry.COLUMN_NAME_RECOVERY_STATUS, TEST_RECOVERY_STATUS); in checkAllColumns_v4()
231 values.put(KeysEntry.COLUMN_NAME_RECOVERY_STATUS, TEST_RECOVERY_STATUS); in checkAllColumns_latest()