Searched refs:broadcastMetadata (Results 1 – 8 of 8) sorted by relevance
66 BluetoothLeBroadcastMetadata broadcastMetadata = getBroadcastMetadata(); in onViewCreated()67 if (broadcastMetadata == null) { in onViewCreated()70 Bitmap bm = getQrCodeBitmap(broadcastMetadata).orElse(null); in onViewCreated()79 if (broadcastMetadata.getBroadcastCode() != null) { in onViewCreated()82 broadcastMetadata.getBroadcastCode(), in onViewCreated()95 broadcastMetadata.getBroadcastName()); in onViewCreated()
79 var broadcastMetadata = in onAttach() local83 if (broadcastMetadata != null) { in onAttach()85 broadcastMetadata, SourceOriginForLogging.QR_CODE_SCAN_OTHER); in onAttach()112 String broadcastMetadata = in onActivityResult() local116 broadcastMetadata); in onActivityResult()
286 BluetoothLeBroadcastMetadata broadcastMetadata = in addSourceToTargetSinks() local288 if (broadcastMetadata == null) { in addSourceToTargetSinks()300 + broadcastMetadata.getBroadcastId() in addSourceToTargetSinks()303 assistant.addSource(sink, broadcastMetadata, /* isGroupOp= */ false); in addSourceToTargetSinks()308 + broadcastMetadata.getBroadcastId() in addSourceToTargetSinks()
110 public BluetoothLeBroadcastMetadata broadcastMetadata; field in LeAudioStackEvent152 + eventTypeValueBroadcastMetadataToString(broadcastMetadata)); in toString()
130 event.broadcastMetadata = metadata; in onBroadcastMetadataChanged()
3470 if (stackEvent.broadcastMetadata == null) { in messageFromNative()3482 descriptor.mMetadata = stackEvent.broadcastMetadata; in messageFromNative()3486 broadcastId, stackEvent.broadcastMetadata)); in messageFromNative()
260 String broadcastMetadata = data.getStringExtra( in onActivityResult() local262 BluetoothLeBroadcastMetadata source = convertToBroadcastMetadata(broadcastMetadata); in onActivityResult()
640 state_event.broadcastMetadata = createBroadcastMetadata(); in testGetAllBroadcastMetadata()648 Assert.assertEquals(meta_list.get(0), state_event.broadcastMetadata); in testGetAllBroadcastMetadata()673 state_event.broadcastMetadata = createBroadcastMetadata(); in testIsBroadcastActive()