Home
last modified time | relevance | path

Searched refs:deviceMacAddress (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/companion/core/src/android/companion/cts/core/
DAssociationInfoBuilderTest.kt66 assertEquals(actual = newAssociationInfo.deviceMacAddress, expected = MAC_ADDRESS_B) in <lambda>()
DAssociationsChangedListenerTest.kt91 assertEquals(actual = associations[0].deviceMacAddress, expected = MAC_ADDRESS_A) in <lambda>()
DDisassociateTest.kt146 ): AssociationInfo = myAssociations.find { it.deviceMacAddress == macAddress } in CompanionDeviceManager()
DBackupAndRestoreTest.kt209 it.deviceMacAddress == macAddress in <lambda>()
/cts/tests/tests/companion/uiautomation/src/android/companion/cts/uiautomation/
DUiAutomationTestBase.kt288 val deviceMacAddress = BluetoothDeviceFilterUtils.getDeviceMacAddress(deviceData) in <lambda>() constant
289 assertEquals(actual = MacAddress.fromString(deviceMacAddress), in <lambda>()
290 expected = associationFromCallback.deviceMacAddress) in <lambda>()
/cts/tests/tests/companion/multidevice/client/src/android/companion/cts/multidevice/
DBluetoothConnector.kt100 val address = association.deviceMacAddress in getRemoteDevice()
/cts/tests/tests/companion/common/src/android/companion/cts/common/
DTestBase.kt259 it.packageName to it.deviceMacAddress }.toSet(), expected = expected) in assertAssociations()
426 it.belongsToPackage(userId, packageName) && it.deviceMacAddress == macAddress in getAssociationForPackage()