Searched refs:getDeviceMacAddress (Results 1 – 3 of 3) sorted by relevance
19 import static android.companion.BluetoothDeviceFilterUtils.getDeviceMacAddress;155 getCallingPackage(), getDeviceMacAddress(selectedDevice.device)); in onDeviceConfirmed()
20 import static android.companion.BluetoothDeviceFilterUtils.getDeviceMacAddress;424 return Objects.equals(getDeviceMacAddress(device), getDeviceMacAddress(that.device)); in equals()429 return Objects.hash(getDeviceMacAddress(device)); in hashCode()
141 public static String getDeviceMacAddress(@NonNull Parcelable device) { in getDeviceMacAddress() method in BluetoothDeviceFilterUtils147 return getDeviceMacAddress(((android.bluetooth.le.ScanResult) device).getDevice()); in getDeviceMacAddress()