Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/companion/
H A DBluetoothDeviceFilter.java19 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;
H A DBluetoothLeDeviceFilter.java19 import static android.companion.BluetoothDeviceFilterUtils.getDeviceDisplayNameInternal;
20 import static android.companion.BluetoothDeviceFilterUtils.patternFromString;
21 import static android.companion.BluetoothDeviceFilterUtils.patternToString;
172 && BluetoothDeviceFilterUtils.matchesName(getNamePattern(), device) in matches()
H A DBluetoothDeviceFilterUtils.java39 public class BluetoothDeviceFilterUtils { class
40 private BluetoothDeviceFilterUtils() {} in BluetoothDeviceFilterUtils() method in BluetoothDeviceFilterUtils
H A DWifiDeviceFilter.java19 import static android.companion.BluetoothDeviceFilterUtils.getDeviceDisplayNameInternal;
71 return BluetoothDeviceFilterUtils.matchesName(getNamePattern(), device) in matches()
/aosp12/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
H A DCompanionDeviceDiscoveryService.java19 import static android.companion.BluetoothDeviceFilterUtils.getDeviceDisplayNameInternal;
20 import static android.companion.BluetoothDeviceFilterUtils.getDeviceMacAddress;
H A DCompanionDeviceActivity.java19 import static android.companion.BluetoothDeviceFilterUtils.getDeviceMacAddress;
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt12637 Landroid/companion/BluetoothDeviceFilterUtils;-><init>()V
12638 Landroid/companion/BluetoothDeviceFilterUtils;->DEBUG:Z
12639 Landroid/companion/BluetoothDeviceFilterUtils;->debugLogMatchResult(ZLandroid/bluetooth/BluetoothDe…
12640 Landroid/companion/BluetoothDeviceFilterUtils;->debugLogMatchResult(ZLandroid/net/wifi/ScanResult;L…
12641 Landroid/companion/BluetoothDeviceFilterUtils;->LOG_TAG:Ljava/lang/String;
12642 Landroid/companion/BluetoothDeviceFilterUtils;->matches(Landroid/bluetooth/le/ScanFilter;Landroid/b…
12643 Landroid/companion/BluetoothDeviceFilterUtils;->matchesAddress(Ljava/lang/String;Landroid/bluetooth…
12644 Landroid/companion/BluetoothDeviceFilterUtils;->matchesName(Ljava/util/regex/Pattern;Landroid/bluet…
12645 Landroid/companion/BluetoothDeviceFilterUtils;->matchesName(Ljava/util/regex/Pattern;Landroid/net/w…
12648 Landroid/companion/BluetoothDeviceFilterUtils;->patternFromString(Ljava/lang/String;)Ljava/util/reg…
[all …]