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.h30 std::string encryptedString) = 0;
48 std::string encryptedString) = 0;
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java545 String encryptedString = line.substring(index + 1); in loadEncryptionFile() local
547 mNameEncryptKey.put(prefixString, encryptedString); in loadEncryptionFile()