Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DMetricsLogger.java594 protected List<String> getWordBreakdownList(String deviceName) { in getWordBreakdownList() method
771 List<String> wordBreakdownList = getWordBreakdownList(deviceName); in getAllowlistedDeviceNameHash()
777 List<String> wordBreakdownList = getWordBreakdownList(deviceName); in logAllowlistedDeviceNameHash()
1007 final List<String> wordBreakdownList = getWordBreakdownList(deviceName);
DRemoteDevices.java1107 MetricsLogger.getInstance().getWordBreakdownList(newName); in devicePropertyChangedCallback()