Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
H A DBluetoothKeystoreService.java889 private Map<String, String> mSourceDataMap; field in BluetoothKeystoreService.ComputeDataThread
902 mSourceDataMap = mNameDecryptKey; in ComputeDataThread()
906 mSourceDataMap = mNameEncryptKey; in ComputeDataThread()
921 if (mSourceDataMap.containsKey(prefixString)) { in run()
922 sourceData = mSourceDataMap.get(prefixString); in run()