Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/include/hardware/
Dbt_keystore.h29 virtual void set_encrypt_key_or_remove_key(std::string prefix, std::string encryptedString) = 0;
46 virtual bool set_encrypt_key_or_remove_key(std::string prefix, std::string encryptedString) = 0;
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java546 String encryptedString = line.substring(index + 1); in loadEncryptionFile() local
548 mNameEncryptKey.put(prefixString, encryptedString); in loadEncryptionFile()