Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
H A DDeviceFilterPair.java20 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()
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/
H A DAssociationStoreImpl.java93 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()
H A DCompanionDeviceShellCommand.java77 + association.getDeviceMacAddress() + " " + association.getId()); in onCommand()
/aosp14/frameworks/base/core/java/android/companion/
H A DBluetoothDeviceFilterUtils.java145 public static String getDeviceMacAddress(@NonNull Parcelable device) { in getDeviceMacAddress() method in BluetoothDeviceFilterUtils
151 return getDeviceMacAddress(((android.bluetooth.le.ScanResult) device).getDevice()); in getDeviceMacAddress()
H A DAssociationInfo.java138 public @Nullable MacAddress getDeviceMacAddress() { in getDeviceMacAddress() method in AssociationInfo
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/presence/
H A DBluetoothCompanionDeviceConnectionListener.java185 if (mAllConnectedDevices.containsKey(association.getDeviceMacAddress())) { in onAssociationAdded()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt9449 method @Nullable public android.net.MacAddress getDeviceMacAddress();