Searched refs:LocalBluetoothLeBroadcast (Results 1 – 10 of 10) sorted by relevance
38 import com.android.settingslib.bluetooth.LocalBluetoothLeBroadcast;230 LocalBluetoothLeBroadcast broadcast = in registerBroadcastCallBack()240 LocalBluetoothLeBroadcast broadcast = in unregisterBroadcastCallBack()250 LocalBluetoothLeBroadcast broadcast = in startBluetoothLeBroadcast()263 LocalBluetoothLeBroadcast broadcast = in stopBluetoothLeBroadcast()
946 LocalBluetoothLeBroadcast broadcast = in getBroadcastName()956 LocalBluetoothLeBroadcast broadcast = in setBroadcastName()966 LocalBluetoothLeBroadcast broadcast = in getBroadcastCode()976 LocalBluetoothLeBroadcast broadcast = in setBroadcastCode()997 LocalBluetoothLeBroadcast broadcast = in getLocalBroadcastMetadataQrCodeString()1009 LocalBluetoothLeBroadcast broadcast = in getBroadcastMetadata()1032 LocalBluetoothLeBroadcast broadcast = in isBroadcastSupported()1038 LocalBluetoothLeBroadcast broadcast = in isBluetoothLeBroadcastEnabled()1047 LocalBluetoothLeBroadcast broadcast = in startBluetoothLeBroadcast()1058 LocalBluetoothLeBroadcast broadcast = in stopBluetoothLeBroadcast()[all …]
36 import com.android.settingslib.bluetooth.LocalBluetoothLeBroadcast;61 private final LocalBluetoothLeBroadcast mLocalBluetoothLeBroadcast = mock(62 LocalBluetoothLeBroadcast.class);
47 import com.android.settingslib.bluetooth.LocalBluetoothLeBroadcast;82 private final LocalBluetoothLeBroadcast mLocalBluetoothLeBroadcast = mock(83 LocalBluetoothLeBroadcast.class);
47 import com.android.settingslib.bluetooth.LocalBluetoothLeBroadcast;86 private final LocalBluetoothLeBroadcast mLocalBluetoothLeBroadcast = mock(87 LocalBluetoothLeBroadcast.class);
46 import com.android.settingslib.bluetooth.LocalBluetoothLeBroadcast;89 private final LocalBluetoothLeBroadcast mLocalBluetoothLeBroadcast = mock(90 LocalBluetoothLeBroadcast.class);
111 private LocalBluetoothLeBroadcast mLeAudioBroadcast;260 mLeAudioBroadcast = new LocalBluetoothLeBroadcast(mContext); in updateLocalProfiles()262 mProfileNameMap.put(LocalBluetoothLeBroadcast.NAME, mLeAudioBroadcast); in updateLocalProfiles()271 addProfile(mLeAudioBroadcastAssistant, LocalBluetoothLeBroadcast.NAME, in updateLocalProfiles()564 public LocalBluetoothLeBroadcast getLeAudioBroadcastProfile() { in getLeAudioBroadcastProfile()
66 public class LocalBluetoothLeBroadcast implements LocalBluetoothProfile { class287 LocalBluetoothLeBroadcast(Context context) { in LocalBluetoothLeBroadcast() method in LocalBluetoothLeBroadcast
30 import com.android.settingslib.bluetooth.LocalBluetoothLeBroadcast392 private fun getBroadcastingInfo(bluetoothLeBroadcast: LocalBluetoothLeBroadcast) {
32 import com.android.settingslib.bluetooth.LocalBluetoothLeBroadcast103 @Mock private lateinit var localBluetoothLeBroadcast: LocalBluetoothLeBroadcast