Searched refs:mSourceDataMap (Results 1 – 1 of 1) sorted by relevance
889 private Map<String, String> mSourceDataMap; field in BluetoothKeystoreService.ComputeDataThread902 mSourceDataMap = mNameDecryptKey; in ComputeDataThread()906 mSourceDataMap = mNameEncryptKey; in ComputeDataThread()921 if (mSourceDataMap.containsKey(prefixString)) { in run()922 sourceData = mSourceDataMap.get(prefixString); in run()