Searched refs:matchedString (Results 1 – 2 of 2) sorted by relevance
382 String matchedString = ""; in getMatchedString() local385 if (mBloomFilter.mightContain(sha256) && word.length() > matchedString.length()) { in getMatchedString()386 matchedString = word; in getMatchedString()389 return matchedString; in getMatchedString()394 String matchedString = getMatchedString(wordBreakdownList); in getAllowlistedDeviceNameHash() local395 return getSha256String(matchedString); in getAllowlistedDeviceNameHash()401 String matchedString = getMatchedString(wordBreakdownList); in logAllowlistedDeviceNameHash() local408 if (!matchedString.isEmpty()) { in logAllowlistedDeviceNameHash()409 statslogBluetoothDeviceNames(metricId, matchedString); in logAllowlistedDeviceNameHash()411 return getSha256String(matchedString); in logAllowlistedDeviceNameHash()[all …]
109 protected void statslogBluetoothDeviceNames(int metricId, String matchedString) { in statslogBluetoothDeviceNames() argument110 mTestableDeviceNames.merge(matchedString, 1, Integer::sum); in statslogBluetoothDeviceNames()