Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreServiceTest.java196 private boolean loadEncryptionFile(String filePathString, boolean doDecrypt) { in loadEncryptionFile() method in BluetoothKeystoreServiceTest
198 mBluetoothKeystoreService.loadEncryptionFile(filePathString, doDecrypt); in loadEncryptionFile()
252 Assert.assertTrue(loadEncryptionFile(CONFIG_FILE_ENCRYPTION_PATH, true)); in testDecrypt()
267 Assert.assertTrue(loadEncryptionFile(CONFIG_CHECKSUM_ENCRYPTION_PATH, false)); in testCompareHashFile()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java253 loadEncryptionFile(CONFIG_CHECKSUM_ENCRYPTION_PATH, false); in loadConfigData()
265 loadEncryptionFile(CONFIG_FILE_ENCRYPTION_PATH, true); in loadConfigData()
269 loadEncryptionFile(CONFIG_BACKUP_ENCRYPTION_PATH, true); in loadConfigData()
640 public void loadEncryptionFile(String filePathString, boolean doDecrypt) in loadEncryptionFile() method in BluetoothKeystoreService