Home
last modified time | relevance | path

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

/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
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()
/frameworks/base/services/companion/java/com/android/server/companion/association/
DAssociationStore.java267 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()
/frameworks/base/core/java/android/companion/
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()
DAssociationInfo.java164 public MacAddress getDeviceMacAddress() { in getDeviceMacAddress() method in AssociationInfo
/frameworks/base/services/companion/java/com/android/server/companion/
DBackupRestoreProcessor.java241 associationInfo.getDeviceMacAddress(), in handleCollision()
242 restored.getDeviceMacAddress()); in handleCollision()
DCompanionDeviceShellCommand.java96 + " | " + association.getDeviceMacAddress()); in onCommand()
DCompanionDeviceManagerService.java562 MacAddress address = association.getDeviceMacAddress(); in removeBond()
/frameworks/base/services/companion/java/com/android/server/companion/devicepresence/
DBluetoothDeviceProcessor.java143 if (mAllConnectedDevices.containsKey(association.getDeviceMacAddress())) { in onAssociationAdded()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt9717 method @Nullable public android.net.MacAddress getDeviceMacAddress();