Searched refs:getSourceDevice (Results 1 – 9 of 9) sorted by relevance
80 broadcastText += ("\nAddress: " + meta.getSourceDevice().getAddress()); in onBindViewHolder()81 broadcastText += ("\nName: " + meta.getSourceDevice().getName()); in onBindViewHolder()
231 "Device Address: " + metadata.getSourceDevice().toString()); in onCreate()
158 && mSourceDevice.equals(other.getSourceDevice()) in equals()234 public @NonNull BluetoothDevice getSourceDevice() { in getSourceDevice() method in BluetoothLeBroadcastMetadata543 mSourceDevice = original.getSourceDevice(); in Builder()
356 public @NonNull BluetoothDevice getSourceDevice() { in getSourceDevice() method in BluetoothLeBroadcastReceiveState
302 BluetoothDevice device = currentSources.get(i).getSourceDevice(); in getBroadcastReceiveStateForSourceDevice()716 recvState.getSourceDevice(), recvState.getBroadcastId()); in processPASyncState()964 if (oldRecvState.getSourceDevice() == null in processBroadcastReceiverState()965 || oldRecvState.getSourceDevice().getAddress().equals(emptyBluetoothDevice)) { in processBroadcastReceiverState()978 if (recvState.getSourceDevice() == null in processBroadcastReceiverState()979 || recvState.getSourceDevice().getAddress().equals(emptyBluetoothDevice)) { in processBroadcastReceiverState()980 BluetoothDevice removedDevice = oldRecvState.getSourceDevice(); in processBroadcastReceiverState()1604 BluetoothDevice advSource = metaData.getSourceDevice(); in convertMetadataToAddSourceByteArray()1736 + recvState.getSourceDevice()); in convertRecvStateToSetBroadcastCodeByteArray()1951 BluetoothDevice sourceDevice = metaData.getSourceDevice(); in processMessage()
1049 if (metaData.getSourceDevice().equals(state.getSourceDevice()) in isValidBroadcastSourceAddition()1078 if (recvState.getSourceDevice().getAddress().equals(emptyBluetoothDevice)) { in hasRoomForBroadcastSourceAddition()1886 pendingSourcesToAdd.mSourceMetadata.getSourceDevice(); in onSyncEstablished()2415 BluetoothDevice sourceDevice = sourceMetadata.getSourceDevice(); in addSource()2733 if (!rs.getSourceDevice().getAddress().equals(emptyBluetoothDevice)) { in getAllSources()3425 + source.getSourceDevice() in notifySourceFound()3541 + state.getSourceDevice() in notifyReceiveStateChanged()
793 Assert.assertEquals(receiveStateCaptor.getValue().getSourceDevice(), mEmptyTestDevice); in gattCallbackOnCharacteristicRead()805 Assert.assertEquals(receiveStateCaptor.getValue().getSourceDevice(), mEmptyTestDevice); in gattCallbackOnCharacteristicRead()862 Assert.assertEquals(receiveStateCaptor.getValue().getSourceDevice(), mSourceTestDevice); in gattCallbackOnCharacteristicRead()885 Assert.assertEquals(receiveStateCaptor.getValue().getSourceDevice(), mSourceTestDevice); in gattCallbackOnCharacteristicRead()909 Assert.assertEquals(receiveStateCaptor.getValue().getSourceDevice(), mEmptyTestDevice); in gattCallbackOnCharacteristicRead()942 Assert.assertEquals(receiveStateCaptor.getValue().getSourceDevice(), mEmptyTestDevice); in gattCallbackOnCharacteristicChanged()1718 assertThat(recvState.getSourceDevice()).isEqualTo(mSourceTestDevice); in receiveSinkReceiveState_inConnectedState()
993 meta.getSourceDevice(), in injectRemoteSourceState()
650 method @NonNull public android.bluetooth.BluetoothDevice getSourceDevice();693 method @NonNull public android.bluetooth.BluetoothDevice getSourceDevice();