Searched refs:getDeviceMacAddress (Results 1 – 10 of 10) sorted by relevance
20 import static android.companion.BluetoothDeviceFilterUtils.getDeviceMacAddress;68 return MacAddress.fromString(getDeviceMacAddress(getDevice())); in getMacAddress()76 return Objects.equals(getDeviceMacAddress(mDevice), getDeviceMacAddress(that.mDevice)); in equals()81 return Objects.hash(getDeviceMacAddress(mDevice)); in hashCode()
267 final MacAddress updatedAddress = updated.getDeviceMacAddress(); in updateAssociation()268 final MacAddress currentAddress = current.getDeviceMacAddress(); in updateAssociation()395 a -> a.getDeviceMacAddress() != null && a.getDeviceMacAddress() in getFirstAssociationByAddress()417 a -> a.getDeviceMacAddress() != null && a.getDeviceMacAddress() in getActiveAssociationsByAddress()
145 public static String getDeviceMacAddress(@NonNull Parcelable device) { in getDeviceMacAddress() method in BluetoothDeviceFilterUtils151 return getDeviceMacAddress(((android.bluetooth.le.ScanResult) device).getDevice()); in getDeviceMacAddress()
164 public MacAddress getDeviceMacAddress() { in getDeviceMacAddress() method in AssociationInfo
241 associationInfo.getDeviceMacAddress(), in handleCollision()242 restored.getDeviceMacAddress()); in handleCollision()
96 + " | " + association.getDeviceMacAddress()); in onCommand()
562 MacAddress address = association.getDeviceMacAddress(); in removeBond()
143 if (mAllConnectedDevices.containsKey(association.getDeviceMacAddress())) { in onAssociationAdded()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
9717 method @Nullable public android.net.MacAddress getDeviceMacAddress();