Searched refs:mSourceDataMap (Results 1 – 1 of 1) sorted by relevance
768 private Map<String, String> mSourceDataMap; field in BluetoothKeystoreService.ComputeDataThread781 mSourceDataMap = mNameDecryptKey; in ComputeDataThread()785 mSourceDataMap = mNameEncryptKey; in ComputeDataThread()800 if (mSourceDataMap.containsKey(prefixString)) { in run()801 sourceData = mSourceDataMap.get(prefixString); in run()