Searched refs:mSourceDataMap (Results 1 – 1 of 1) sorted by relevance
854 private Map<String, String> mSourceDataMap; field in BluetoothKeystoreService.ComputeDataThread867 mSourceDataMap = mNameDecryptKey; in ComputeDataThread()871 mSourceDataMap = mNameEncryptKey; in ComputeDataThread()886 if (mSourceDataMap.containsKey(prefixString)) { in run()887 sourceData = mSourceDataMap.get(prefixString); in run()