Home
last modified time | relevance | path

Searched refs:getDeviceMacAddress (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
DDeviceChooserActivity.java19 import static android.companion.BluetoothDeviceFilterUtils.getDeviceMacAddress;
155 getCallingPackage(), getDeviceMacAddress(selectedDevice.device)); in onDeviceConfirmed()
DDeviceDiscoveryService.java20 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()
/frameworks/base/core/java/android/companion/
DBluetoothDeviceFilterUtils.java141 public static String getDeviceMacAddress(@NonNull Parcelable device) { in getDeviceMacAddress() method in BluetoothDeviceFilterUtils
147 return getDeviceMacAddress(((android.bluetooth.le.ScanResult) device).getDevice()); in getDeviceMacAddress()