Home
last modified time | relevance | path

Searched refs:CONFIG_BACKUP_PREFIX (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
H A DBluetoothKeystoreService.java82 private static final String CONFIG_BACKUP_PREFIX = "bt_config-backup"; field in BluetoothKeystoreService
370 mNameDecryptKey.get(CONFIG_BACKUP_PREFIX))) { in setEncryptKeyOrRemoveKey()
463 if (key.equals(CONFIG_FILE_PREFIX) || key.equals(CONFIG_BACKUP_PREFIX)) { in saveEncryptedKey()
513 mNameEncryptKey.put(CONFIG_BACKUP_PREFIX, mNameEncryptKey.get(CONFIG_FILE_PREFIX)); in backupConfigEncryptionFile()
516 mNameDecryptKey.put(CONFIG_BACKUP_PREFIX, mNameDecryptKey.get(CONFIG_FILE_PREFIX)); in backupConfigEncryptionFile()
539 prefixString = CONFIG_BACKUP_PREFIX; in compareFileHash()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/bluetoothKeystore/
H A DBluetoothKeystoreServiceTest.java47 private static final String CONFIG_BACKUP_PREFIX = "bt_config-backup"; field in BluetoothKeystoreServiceTest
295 mBluetoothKeystoreService.getNameDecryptKey().remove(CONFIG_BACKUP_PREFIX); in testParserFileAfterDisableCommonCriteriaMode()