Home
last modified time | relevance | path

Searched refs:LocalBluetoothLeBroadcast (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/
DBroadcastDialogDelegate.java39 import com.android.settingslib.bluetooth.LocalBluetoothLeBroadcast;
266 LocalBluetoothLeBroadcast broadcast = in registerBroadcastCallBack()
276 LocalBluetoothLeBroadcast broadcast = in unregisterBroadcastCallBack()
286 LocalBluetoothLeBroadcast broadcast = in startBluetoothLeBroadcast()
299 LocalBluetoothLeBroadcast broadcast = in stopBluetoothLeBroadcast()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DBluetoothEventManagerTest.java218 LocalBluetoothLeBroadcast broadcast = mock(LocalBluetoothLeBroadcast.class); in dispatchProfileConnectionStateChanged_flagOff_noUpdateFallbackDevice()
249 LocalBluetoothLeBroadcast broadcast = mock(LocalBluetoothLeBroadcast.class); in dispatchProfileConnectionStateChanged_notSupport_noUpdateFallbackDevice()
280 LocalBluetoothLeBroadcast broadcast = mock(LocalBluetoothLeBroadcast.class); in dispatchProfileConnectionStateChanged_profileNotReady_noUpdateFallbackDevice()
311 LocalBluetoothLeBroadcast broadcast = mock(LocalBluetoothLeBroadcast.class); in dispatchProfileConnectionStateChanged_notAssistantProfile_noUpdateFallbackDevice()
342 LocalBluetoothLeBroadcast broadcast = mock(LocalBluetoothLeBroadcast.class); in dispatchProfileConnectionStateChanged_audioSharing_updateFallbackDevice()
DBluetoothUtilsTest.java68 private LocalBluetoothLeBroadcast mBroadcast;
DCachedBluetoothDeviceTest.java108 private LocalBluetoothLeBroadcast mBroadcast;
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputController.java75 import com.android.settingslib.bluetooth.LocalBluetoothLeBroadcast;
989 LocalBluetoothLeBroadcast broadcast = in getBroadcastName()
999 LocalBluetoothLeBroadcast broadcast = in setBroadcastName()
1009 LocalBluetoothLeBroadcast broadcast = in getBroadcastCode()
1019 LocalBluetoothLeBroadcast broadcast = in setBroadcastCode()
1040 LocalBluetoothLeBroadcast broadcast = in getLocalBroadcastMetadataQrCodeString()
1052 LocalBluetoothLeBroadcast broadcast = in getBroadcastMetadata()
1075 LocalBluetoothLeBroadcast broadcast = in isBroadcastSupported()
1081 LocalBluetoothLeBroadcast broadcast = in isBluetoothLeBroadcastEnabled()
1090 LocalBluetoothLeBroadcast broadcast = in startBluetoothLeBroadcast()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bluetooth/
DBroadcastDialogDelegateTest.java39 import com.android.settingslib.bluetooth.LocalBluetoothLeBroadcast;
71 private final LocalBluetoothLeBroadcast mLocalBluetoothLeBroadcast = mock(
72 LocalBluetoothLeBroadcast.class);
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/volume/data/repository/
DAudioSharingRepositoryTest.kt25 import com.android.settingslib.bluetooth.LocalBluetoothLeBroadcast
59 @Mock private lateinit var localBluetoothLeBroadcast: LocalBluetoothLeBroadcast
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothProfileManager.java111 private LocalBluetoothLeBroadcast mLeAudioBroadcast;
260 mLeAudioBroadcast = new LocalBluetoothLeBroadcast(mContext, mDeviceManager); in updateLocalProfiles()
262 mProfileNameMap.put(LocalBluetoothLeBroadcast.NAME, mLeAudioBroadcast); in updateLocalProfiles()
271 addProfile(mLeAudioBroadcastAssistant, LocalBluetoothLeBroadcast.NAME, in updateLocalProfiles()
566 public LocalBluetoothLeBroadcast getLeAudioBroadcastProfile() { in getLeAudioBroadcastProfile()
DLocalBluetoothLeBroadcast.java78 public class LocalBluetoothLeBroadcast implements LocalBluetoothProfile { class
402 LocalBluetoothLeBroadcast(Context context, CachedBluetoothDeviceManager deviceManager) { in LocalBluetoothLeBroadcast() method in LocalBluetoothLeBroadcast
DBluetoothUtils.java561 LocalBluetoothLeBroadcast broadcast = in isBroadcasting()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
DMediaOutputBaseDialogTest.java48 import com.android.settingslib.bluetooth.LocalBluetoothLeBroadcast;
84 private final LocalBluetoothLeBroadcast mLocalBluetoothLeBroadcast = mock(
85 LocalBluetoothLeBroadcast.class);
DMediaOutputBroadcastDialogTest.java46 import com.android.settingslib.bluetooth.LocalBluetoothLeBroadcast;
89 private final LocalBluetoothLeBroadcast mLocalBluetoothLeBroadcast = mock(
90 LocalBluetoothLeBroadcast.class);
DMediaOutputDialogTest.java50 import com.android.settingslib.bluetooth.LocalBluetoothLeBroadcast;
94 private final LocalBluetoothLeBroadcast mLocalBluetoothLeBroadcast = mock(
95 LocalBluetoothLeBroadcast.class);
/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/
DDeviceItemActionInteractor.kt30 import com.android.settingslib.bluetooth.LocalBluetoothLeBroadcast in <lambda>()
134 putParcelable(LocalBluetoothLeBroadcast.EXTRA_BLUETOOTH_DEVICE, device) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/
DMediaDeviceManager.kt32 import com.android.settingslib.bluetooth.LocalBluetoothLeBroadcast in <lambda>()
512 private fun getBroadcastingInfo(bluetoothLeBroadcast: LocalBluetoothLeBroadcast) { in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/domain/pipeline/
DMediaDeviceManagerTest.kt39 import com.android.settingslib.bluetooth.LocalBluetoothLeBroadcast
120 @Mock private lateinit var localBluetoothLeBroadcast: LocalBluetoothLeBroadcast