Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java873 private Map<String, String> mSourceDataMap; field in BluetoothKeystoreService.ComputeDataThread
886 mSourceDataMap = mNameDecryptKey; in ComputeDataThread()
890 mSourceDataMap = mNameEncryptKey; in ComputeDataThread()
905 if (mSourceDataMap.containsKey(prefixString)) { in run()
906 sourceData = mSourceDataMap.get(prefixString); in run()