Searched refs:mMackAddress (Results 1 – 5 of 5) sorted by relevance
43 internal var mMackAddress: String = UNKNOWN_MAC_ADDRESS variable in androidx.core.telecom.CallEndpointCompat129 mMackAddress = mackAddress
111 endpoint.mMackAddress = "1234" in <lambda>()113 assertNotEquals(btDeviceAddress, endpoint.mMackAddress) in <lambda>()
506 endpoint.mMackAddress != CallEndpointCompat.UNKNOWN_MAC_ADDRESS && btAddress != null in bluetoothDeviceMatchesEndpoint()508 endpoint.mMackAddress == btAddress in bluetoothDeviceMatchesEndpoint()
167 callEndpoint.mMackAddress = getBluetoothDeviceAddress(device) in <lambda>()
102 newEndpoint.mMackAddress = adi.address in <lambda>()