Searched refs:BluetoothDeviceFilterUtils (Results 1 – 7 of 7) sorted by relevance
19 import static android.companion.BluetoothDeviceFilterUtils.getDeviceDisplayNameInternal;20 import static android.companion.BluetoothDeviceFilterUtils.matchesAddress;21 import static android.companion.BluetoothDeviceFilterUtils.matchesName;22 import static android.companion.BluetoothDeviceFilterUtils.matchesServiceUuids;23 import static android.companion.BluetoothDeviceFilterUtils.patternFromString;24 import static android.companion.BluetoothDeviceFilterUtils.patternToString;
19 import static android.companion.BluetoothDeviceFilterUtils.getDeviceDisplayNameInternal;20 import static android.companion.BluetoothDeviceFilterUtils.patternFromString;21 import static android.companion.BluetoothDeviceFilterUtils.patternToString;63 return BluetoothDeviceFilterUtils.matchesName(getNamePattern(), device); in matches()
19 import static android.companion.BluetoothDeviceFilterUtils.getDeviceDisplayNameInternal;20 import static android.companion.BluetoothDeviceFilterUtils.patternFromString;21 import static android.companion.BluetoothDeviceFilterUtils.patternToString;180 return BluetoothDeviceFilterUtils.matches(getScanFilter(), device) in matches()181 && BluetoothDeviceFilterUtils.matchesName(getNamePattern(), device); in matches()
38 public class BluetoothDeviceFilterUtils { class39 private BluetoothDeviceFilterUtils() {} in BluetoothDeviceFilterUtils() method in BluetoothDeviceFilterUtils
19 import static android.companion.BluetoothDeviceFilterUtils.getDeviceMacAddress;
19 import static android.companion.BluetoothDeviceFilterUtils.getDeviceDisplayNameInternal;20 import static android.companion.BluetoothDeviceFilterUtils.getDeviceMacAddress;
12646 Landroid/companion/BluetoothDeviceFilterUtils;-><init>()V12647 Landroid/companion/BluetoothDeviceFilterUtils;->DEBUG:Z12648 Landroid/companion/BluetoothDeviceFilterUtils;->debugLogMatchResult(ZLandroid/bluetooth/BluetoothDe…12649 Landroid/companion/BluetoothDeviceFilterUtils;->debugLogMatchResult(ZLandroid/net/wifi/ScanResult;L…12650 Landroid/companion/BluetoothDeviceFilterUtils;->LOG_TAG:Ljava/lang/String;12651 Landroid/companion/BluetoothDeviceFilterUtils;->matches(Landroid/bluetooth/le/ScanFilter;Landroid/b…12652 Landroid/companion/BluetoothDeviceFilterUtils;->matchesAddress(Ljava/lang/String;Landroid/bluetooth…12653 Landroid/companion/BluetoothDeviceFilterUtils;->matchesName(Ljava/util/regex/Pattern;Landroid/bluet…12654 Landroid/companion/BluetoothDeviceFilterUtils;->matchesName(Ljava/util/regex/Pattern;Landroid/net/w…12655 Landroid/companion/BluetoothDeviceFilterUtils;->matchesServiceUuid(Landroid/os/ParcelUuid;Landroid/…[all …]