Searched refs:getBluetoothAddress (Results 1 – 12 of 12) sorted by relevance
89 assertThat(nearbyDeviceParcelable.getBluetoothAddress()).isNull(); in testNullFields()113 assertThat(actualNearbyDevice.getBluetoothAddress()).isEqualTo(BLUETOOTH_ADDRESS); in testWriteParcel()141 assertThat(actualNearbyDevice.getBluetoothAddress()).isNull(); in testWriteParcel_nullBluetoothAddress()
56 assertThat(compareDevice.getBluetoothAddress()).isEqualTo(MAC_ADDRESS); in testParcelable()97 assertThat(compareDevice.getBluetoothAddress()).isEqualTo(MAC_ADDRESS); in testBuilder()
234 String getBluetoothAddress() { in getBluetoothAddress() method in AudioRoute336 otherRoute.getBluetoothAddress()); in equals()356 if (currentRoute.getBluetoothAddress() != null && in connectBtAudio()357 !currentRoute.getBluetoothAddress().equals(device.getAddress())) { in connectBtAudio()
627 if (Objects.equals(mPendingAudioRoute.getDestRoute().getBluetoothAddress(), in handleBtAudioActive()649 if (Objects.equals(mPendingAudioRoute.getOrigRoute().getBluetoothAddress(), in handleBtAudioInactive()828 if (Objects.equals(address, route.getBluetoothAddress())) { in handleSwitchBluetooth()1113 if (route.getType() == audioRouteType && route.getBluetoothAddress().equals(address)) { in getBluetoothRoute()1122 if (destRoute == null || (destRoute.getBluetoothAddress() != null && !includeBluetooth)) { in getBaseRoute()1147 existingHearingAidAddress = audioRoute.getBluetoothAddress(); in containsHearingAidPair()1196 if (route.getBluetoothAddress().equals(btAddressToExclude) in getActiveWatchOrNonWatchDeviceRoute()1230 if (!route.getBluetoothAddress().equals(btAddressToExclude)) { in getMostRecentlyActiveBtRoute()
94 String bluetoothAddress = getBluetoothAddress(endpoint); in requestCallEndpointChange()182 public String getBluetoothAddress(CallEndpoint endpoint) { in getBluetoothAddress() method in CallEndpointController
132 String bluetoothAddress = mCallEndpointController.getBluetoothAddress(endpoint); in testCurrentEndpointChangedToBluetooth()174 String bluetoothAddress = mCallEndpointController.getBluetoothAddress(endpoint); in testCurrentEndpointChangedBetweenBluetooth()284 String bluetoothAddress = mCallEndpointController.getBluetoothAddress(endpoint); in testAvailableBluetoothEndpointChanged()
132 public String getBluetoothAddress() { in getBluetoothAddress() method in FastPairDevice
379 public String getBluetoothAddress() { in getBluetoothAddress() method in NearbyDeviceParcelable
173 .setBluetoothAddress(nearbyDeviceParcelable.getBluetoothAddress()) in toClientNearbyDevice()
327 filterResult.getBluetoothAddress().toByteArray())); in onMessageFromNanoApp()
519 device.getBluetoothAddress(), in getHardKeyboards()
163 when(mInputDevice.getBluetoothAddress()).thenReturn("SOME:ADDRESS"); in setUp()