Home
last modified time | relevance | path

Searched refs:CONFIG_FILE_HASH (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreServiceTest.java55 private static final String CONFIG_FILE_HASH = "hash"; field in BluetoothKeystoreServiceTest
243 Assert.assertTrue(setEncryptKeyOrRemoveKey(CONFIG_FILE_PREFIX, CONFIG_FILE_HASH)); in testCompareHashFile()
258 Assert.assertTrue(setEncryptKeyOrRemoveKey(CONFIG_FILE_PREFIX, CONFIG_FILE_HASH)); in testParserFileAfterDisableCommonCriteriaMode()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java76 private static final String CONFIG_FILE_HASH = "hash"; field in BluetoothKeystoreService
185 setEncryptKeyOrRemoveKey(CONFIG_FILE_PREFIX, CONFIG_FILE_HASH); in cleanupForCommonCriteriaModeEnable()
288 } else if (decryptedString.equals(CONFIG_FILE_HASH)) { in setEncryptKeyOrRemoveKey()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_config.cc60 static const std::string CONFIG_FILE_HASH = "hash"; variable