Searched refs:getDeviceMacAddress (Results 1 – 8 of 8) 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()
93 final MacAddress address = association.getDeviceMacAddress(); in addAssociation()136 final MacAddress updatedAddress = updated.getDeviceMacAddress(); in updateAssociation()137 final MacAddress currentAddress = current.getDeviceMacAddress(); in updateAssociation()171 final MacAddress macAddress = association.getDeviceMacAddress(); in removeAssociation()323 final MacAddress address = association.getDeviceMacAddress(); in setAssociationsLocked()
77 + association.getDeviceMacAddress() + " " + association.getId()); in onCommand()
145 public static String getDeviceMacAddress(@NonNull Parcelable device) { in getDeviceMacAddress() method in BluetoothDeviceFilterUtils151 return getDeviceMacAddress(((android.bluetooth.le.ScanResult) device).getDevice()); in getDeviceMacAddress()
138 public @Nullable MacAddress getDeviceMacAddress() { in getDeviceMacAddress() method in AssociationInfo
185 if (mAllConnectedDevices.containsKey(association.getDeviceMacAddress())) { in onAssociationAdded()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
9449 method @Nullable public android.net.MacAddress getDeviceMacAddress();