Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreServiceTest.java230 mBluetoothKeystoreService.getNameDecryptKey())); in testParserFile()
257 mBluetoothKeystoreService.getNameDecryptKey())); in testDecrypt()
294 mBluetoothKeystoreService.getNameDecryptKey().remove(CONFIG_FILE_PREFIX); in testParserFileAfterDisableNiapMode()
295 mBluetoothKeystoreService.getNameDecryptKey().remove(CONFIG_BACKUP_PREFIX); in testParserFileAfterDisableNiapMode()
298 mBluetoothKeystoreService.getNameDecryptKey())); in testParserFileAfterDisableNiapMode()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java497 public Map<String, String> getNameDecryptKey() { in getNameDecryptKey() method in BluetoothKeystoreService