Searched refs:wordBreakdownList (Results 1 – 1 of 1) sorted by relevance
357 ArrayList<String> wordBreakdownList = new ArrayList<String>(); in getWordBreakdownList() local363 wordBreakdownList.add(deviceNameCombination.toString()); in getWordBreakdownList()367 return wordBreakdownList; in getWordBreakdownList()371 private void uploadRestrictedBluetothDeviceName(List<String> wordBreakdownList) { in uploadRestrictedBluetothDeviceName() argument372 for (String word : wordBreakdownList) { in uploadRestrictedBluetothDeviceName()377 private String getMatchedString(List<String> wordBreakdownList) { in getMatchedString() argument378 if (!mBloomFilterInitialized || wordBreakdownList.isEmpty()) { in getMatchedString()383 for (String word : wordBreakdownList) { in getMatchedString()393 List<String> wordBreakdownList = getWordBreakdownList(deviceName); in getAllowlistedDeviceNameHash() local394 String matchedString = getMatchedString(wordBreakdownList); in getAllowlistedDeviceNameHash()[all …]