Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverableKeyStoreDbHelperTest.java71 + KeysEntry.COLUMN_NAME_ALIAS + " TEXT,"
78 + KeysEntry.COLUMN_NAME_ALIAS + "))";
177 values.put(KeysEntry.COLUMN_NAME_ALIAS, TEST_ALIAS); in checkAllColumns_v4()
226 values.put(KeysEntry.COLUMN_NAME_ALIAS, TEST_ALIAS); in checkAllColumns_latest()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverableKeyStoreDbHelper.java43 + KeysEntry.COLUMN_NAME_ALIAS + " TEXT,"
51 + KeysEntry.COLUMN_NAME_ALIAS + "))";
DRecoverableKeyStoreDbContract.java46 static final String COLUMN_NAME_ALIAS = "alias"; field in RecoverableKeyStoreDbContract.KeysEntry
DRecoverableKeyStoreDb.java102 values.put(KeysEntry.COLUMN_NAME_ALIAS, alias); in insertKey()
133 + KeysEntry.COLUMN_NAME_ALIAS + " = ?"; in getKey()
188 KeysEntry.COLUMN_NAME_ALIAS + " = ?"; in removeKey()
206 KeysEntry.COLUMN_NAME_ALIAS, in getStatusForAllKeys()
225 cursor.getColumnIndexOrThrow(KeysEntry.COLUMN_NAME_ALIAS)); in getStatusForAllKeys()
248 + KeysEntry.COLUMN_NAME_ALIAS + " = ?"; in setRecoveryStatus()
272 KeysEntry.COLUMN_NAME_ALIAS, in getAllKeys()
302 cursor.getColumnIndexOrThrow(KeysEntry.COLUMN_NAME_ALIAS)); in getAllKeys()