Home
last modified time | relevance | path

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

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