Home
last modified time | relevance | path

Searched defs:cachedBluetoothDevice (Results 1 – 25 of 61) sorted by relevance

123

/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/bluetooth/qsdialog/
DAudioSharingDialogViewModel.java23 …private final com.android.settingslib.bluetooth.CachedBluetoothDevice cachedBluetoothDevice = null; field in AudioSharingDialogViewModel
38com.android.settingslib.bluetooth.CachedBluetoothDevice cachedBluetoothDevice, @dagger.assisted.As… in AudioSharingDialogViewModel()
57 …dioSharingDialogState createShowState(com.android.settingslib.bluetooth.CachedBluetoothDevice cach… in createShowState()
66 …systemui.bluetooth.qsdialog.AudioSharingDialogViewModel create(@org.jetbrains.annotations.NotNull() in create()
DAudioSharingDialogDelegate.java18 …private final com.android.settingslib.bluetooth.CachedBluetoothDevice cachedBluetoothDevice = null; field in AudioSharingDialogDelegate
29 public AudioSharingDialogDelegate(@dagger.assisted.Assisted() in AudioSharingDialogDelegate()
57 ….systemui.bluetooth.qsdialog.AudioSharingDialogDelegate create(@org.jetbrains.annotations.NotNull() in create()
DDeviceItem.java11 …private final com.android.settingslib.bluetooth.CachedBluetoothDevice cachedBluetoothDevice = null; field in DeviceItem
27com.android.settingslib.bluetooth.CachedBluetoothDevice cachedBluetoothDevice, @org.jetbrains.anno… in DeviceItem()
135com.android.settingslib.bluetooth.CachedBluetoothDevice cachedBluetoothDevice, @org.jetbrains.anno… in copy()
DAudioSharingInteractor.java32 …t java.lang.Object isAvailableAudioSharingMediaBluetoothDevice(@org.jetbrains.annotations.NotNull() in isAvailableAudioSharingMediaBluetoothDevice()
37 public abstract java.lang.Object switchActive(@org.jetbrains.annotations.NotNull() in switchActive()
DAudioSharingInteractorEmptyImpl.java49 …c java.lang.Object isAvailableAudioSharingMediaBluetoothDevice(@org.jetbrains.annotations.NotNull() in isAvailableAudioSharingMediaBluetoothDevice()
57 public java.lang.Object switchActive(@org.jetbrains.annotations.NotNull() in switchActive()
DAudioSharingInteractorImpl.java65 …c java.lang.Object isAvailableAudioSharingMediaBluetoothDevice(@org.jetbrains.annotations.NotNull() in isAvailableAudioSharingMediaBluetoothDevice()
73 public java.lang.Object switchActive(@org.jetbrains.annotations.NotNull() in switchActive()
DAudioSharingRepository.java34 public abstract java.lang.Object setActive(@org.jetbrains.annotations.NotNull() in setActive()
DAudioSharingRepositoryEmptyImpl.java62 public java.lang.Object setActive(@org.jetbrains.annotations.NotNull() in setActive()
DAudioSharingRepositoryImpl.java74 public java.lang.Object setActive(@org.jetbrains.annotations.NotNull() in setActive()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/volume/domain/model/
DAudioOutputDevice.java28 …private final com.android.settingslib.bluetooth.CachedBluetoothDevice cachedBluetoothDevice = null; field in AudioOutputDevice.Bluetooth
33 com.android.settingslib.bluetooth.CachedBluetoothDevice cachedBluetoothDevice) { in Bluetooth()
73 com.android.settingslib.bluetooth.CachedBluetoothDevice cachedBluetoothDevice) { in copy()
/aosp_15_r20/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDeviceTest.java1572 CachedBluetoothDevice cachedBluetoothDevice = in deviceName_testAliasNameAvailable() local
1582 CachedBluetoothDevice cachedBluetoothDevice = in deviceName_testNameNotAvailable() local
1599 CachedBluetoothDevice cachedBluetoothDevice = in deviceName_testRenameDevice() local
2089 private void updateConnectionStatus(CachedBluetoothDevice cachedBluetoothDevice) { in updateConnectionStatus()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDeviceUpdater.java213 public abstract boolean isFilterMatched(CachedBluetoothDevice cachedBluetoothDevice); in isFilterMatched()
223 protected void update(CachedBluetoothDevice cachedBluetoothDevice) { in update()
DAvailableMediaBluetoothDeviceUpdater.java156 protected void update(CachedBluetoothDevice cachedBluetoothDevice) { in update()
DConnectedBluetoothDeviceUpdater.java139 protected void update(CachedBluetoothDevice cachedBluetoothDevice) { in update()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/connecteddevice/stylus/
DStylusDevicesController.java97 CachedBluetoothDevice cachedBluetoothDevice, Lifecycle lifecycle) { in StylusDevicesController()
383 @Nullable CachedBluetoothDevice cachedBluetoothDevice) { in isDeviceStylus()
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/audiostreams/testshadows/
DShadowAudioStreamsHelper.java53 CachedBluetoothDevice cachedBluetoothDevice) { in setCachedBluetoothDeviceInSharingOrLeConnected()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingBluetoothDeviceUpdater.java93 protected void update(CachedBluetoothDevice cachedBluetoothDevice) { in update()
DAudioSharingDeviceVolumeControlUpdater.java112 protected void update(CachedBluetoothDevice cachedBluetoothDevice) { in update()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/
H A DDeviceItem.kt49 val cachedBluetoothDevice: CachedBluetoothDevice, constant in com.android.systemui.bluetooth.qsdialog.DeviceItem
H A DAudioSharingDialogDelegate.kt36 @Assisted private val cachedBluetoothDevice: CachedBluetoothDevice, constant in com.android.systemui.bluetooth.qsdialog.AudioSharingDialogDelegate
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/bluetooth/qsdialog/
H A DAudioSharingDialogViewModelKosmos.kt29 val Kosmos.cachedBluetoothDevice: CachedBluetoothDevice by Kosmos.Fixture { mock {} } in <lambda>() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/domain/model/
H A DAudioOutputDevice.kt50 val cachedBluetoothDevice: CachedBluetoothDevice, constant in com.android.systemui.volume.domain.model.AudioOutputDevice.Bluetooth
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/volume/panel/component/spatial/domain/interactor/
DSpatialAudioComponentInteractor.java120 …dioDeviceAttributesByBluetoothProfile(com.android.settingslib.bluetooth.CachedBluetoothDevice cach… in getAudioDeviceAttributesByBluetoothProfile()
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/volume/panel/component/mediaoutput/domain/interactor/
H A DTestMediaDevicesFactory.kt70 val cachedBluetoothDevice: CachedBluetoothDevice = mock { in bluetoothMediaDevice() constant
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDeviceUpdaterTest.java273 public boolean isFilterMatched(CachedBluetoothDevice cachedBluetoothDevice) { in isFilterMatched()

123