Home
last modified time | relevance | path

Searched refs:wordBreakdownList (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DMetricsLogger.java357 ArrayList<String> wordBreakdownList = new ArrayList<String>(); in getWordBreakdownList() local
363 wordBreakdownList.add(deviceNameCombination.toString()); in getWordBreakdownList()
367 return wordBreakdownList; in getWordBreakdownList()
371 private void uploadRestrictedBluetothDeviceName(List<String> wordBreakdownList) { in uploadRestrictedBluetothDeviceName() argument
372 for (String word : wordBreakdownList) { in uploadRestrictedBluetothDeviceName()
377 private String getMatchedString(List<String> wordBreakdownList) { in getMatchedString() argument
378 if (!mBloomFilterInitialized || wordBreakdownList.isEmpty()) { in getMatchedString()
383 for (String word : wordBreakdownList) { in getMatchedString()
393 List<String> wordBreakdownList = getWordBreakdownList(deviceName); in getAllowlistedDeviceNameHash() local
394 String matchedString = getMatchedString(wordBreakdownList); in getAllowlistedDeviceNameHash()
[all …]