Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreServiceTest.java48 private static final String CONFIG_FILE_HASH = "hash"; field in BluetoothKeystoreServiceTest
263 Assert.assertTrue(setEncryptKeyOrRemoveKey(CONFIG_FILE_PREFIX, CONFIG_FILE_HASH)); in testCompareHashFile()
278 Assert.assertTrue(setEncryptKeyOrRemoveKey(CONFIG_FILE_PREFIX, CONFIG_FILE_HASH)); in testParserFileAfterDisableNiapMode()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java85 private static final String CONFIG_FILE_HASH = "hash"; field in BluetoothKeystoreService
217 setEncryptKeyOrRemoveKey(CONFIG_FILE_PREFIX, CONFIG_FILE_HASH); in cleanupForNiapModeEnable()
359 } else if (decryptedString.equals(CONFIG_FILE_HASH)) { in setEncryptKeyOrRemoveKey()