Home
last modified time | relevance | path

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

/aosp12/system/bt/include/hardware/
H A Dbt_keystore.h26 std::string encryptedString) = 0;
41 std::string encryptedString) = 0;
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
H A DBluetoothKeystoreService.java670 String encryptedString = line.substring(index + 1); in loadEncryptionFile() local
672 mNameEncryptKey.put(prefixString, encryptedString); in loadEncryptionFile()