Searched refs:getDeviceMacAddress (Results 1 – 5 of 5) sorted by relevance
489 a -> a.getDeviceMacAddress())); in getAssociations()602 a -> Objects.equals(a.getDeviceMacAddress(), macAddress)); in isDeviceAssociatedForWifiConnection()629 association -> deviceAddress.equals(association.getDeviceMacAddress())); in registerDevicePresenceListenerActive()639 && Objects.equals(association.getDeviceMacAddress(), deviceAddress)) { in registerDevicePresenceListenerActive()642 association.getDeviceMacAddress(), in registerDevicePresenceListenerActive()728 .append(a.getDeviceMacAddress()).append('\n'); in dump()751 || !Objects.equals(association.getDeviceMacAddress(), deviceMacAddress) in removeAssociation()842 if (mCurrentlyConnectedDevices.contains(association.getDeviceMacAddress())) { in updateSpecialAccessPermissionAsSystem()1004 association.getDeviceMacAddress());1082 || Objects.equals(addressFilter, a.getDeviceMacAddress())));[all …]
135 public static String getDeviceMacAddress(@NonNull Parcelable device) { in getDeviceMacAddress() method in BluetoothDeviceFilterUtils141 return getDeviceMacAddress(((android.bluetooth.le.ScanResult) device).getDevice()); in getDeviceMacAddress()
101 public @NonNull String getDeviceMacAddress() { in getDeviceMacAddress() method in Association
20 import static android.companion.BluetoothDeviceFilterUtils.getDeviceMacAddress;389 return Objects.equals(getDeviceMacAddress(device), getDeviceMacAddress(that.device)); in equals()394 return Objects.hash(getDeviceMacAddress(device)); in hashCode()
19 import static android.companion.BluetoothDeviceFilterUtils.getDeviceMacAddress;256 getCallingPackage(), getDeviceMacAddress(selectedDevice.device)); in onDeviceConfirmed()