/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/bluetooth/qsdialog/ |
D | AudioSharingDialogViewModel.java | 23 …private final com.android.settingslib.bluetooth.CachedBluetoothDevice cachedBluetoothDevice = null; field in AudioSharingDialogViewModel 38 …com.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()
|
D | AudioSharingDialogDelegate.java | 18 …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()
|
D | DeviceItem.java | 11 …private final com.android.settingslib.bluetooth.CachedBluetoothDevice cachedBluetoothDevice = null; field in DeviceItem 27 …com.android.settingslib.bluetooth.CachedBluetoothDevice cachedBluetoothDevice, @org.jetbrains.anno… in DeviceItem() 135 …com.android.settingslib.bluetooth.CachedBluetoothDevice cachedBluetoothDevice, @org.jetbrains.anno… in copy()
|
D | AudioSharingInteractor.java | 32 …t java.lang.Object isAvailableAudioSharingMediaBluetoothDevice(@org.jetbrains.annotations.NotNull() in isAvailableAudioSharingMediaBluetoothDevice() 37 public abstract java.lang.Object switchActive(@org.jetbrains.annotations.NotNull() in switchActive()
|
D | AudioSharingInteractorEmptyImpl.java | 49 …c java.lang.Object isAvailableAudioSharingMediaBluetoothDevice(@org.jetbrains.annotations.NotNull() in isAvailableAudioSharingMediaBluetoothDevice() 57 public java.lang.Object switchActive(@org.jetbrains.annotations.NotNull() in switchActive()
|
D | AudioSharingInteractorImpl.java | 65 …c java.lang.Object isAvailableAudioSharingMediaBluetoothDevice(@org.jetbrains.annotations.NotNull() in isAvailableAudioSharingMediaBluetoothDevice() 73 public java.lang.Object switchActive(@org.jetbrains.annotations.NotNull() in switchActive()
|
D | AudioSharingRepository.java | 34 public abstract java.lang.Object setActive(@org.jetbrains.annotations.NotNull() in setActive()
|
D | AudioSharingRepositoryEmptyImpl.java | 62 public java.lang.Object setActive(@org.jetbrains.annotations.NotNull() in setActive()
|
D | AudioSharingRepositoryImpl.java | 74 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/ |
D | AudioOutputDevice.java | 28 …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 D | CachedBluetoothDeviceTest.java | 1572 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/ |
D | BluetoothDeviceUpdater.java | 213 public abstract boolean isFilterMatched(CachedBluetoothDevice cachedBluetoothDevice); in isFilterMatched() 223 protected void update(CachedBluetoothDevice cachedBluetoothDevice) { in update()
|
D | AvailableMediaBluetoothDeviceUpdater.java | 156 protected void update(CachedBluetoothDevice cachedBluetoothDevice) { in update()
|
D | ConnectedBluetoothDeviceUpdater.java | 139 protected void update(CachedBluetoothDevice cachedBluetoothDevice) { in update()
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/connecteddevice/stylus/ |
D | StylusDevicesController.java | 97 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/ |
D | ShadowAudioStreamsHelper.java | 53 CachedBluetoothDevice cachedBluetoothDevice) { in setCachedBluetoothDeviceInSharingOrLeConnected()
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/ |
D | AudioSharingBluetoothDeviceUpdater.java | 93 protected void update(CachedBluetoothDevice cachedBluetoothDevice) { in update()
|
D | AudioSharingDeviceVolumeControlUpdater.java | 112 protected void update(CachedBluetoothDevice cachedBluetoothDevice) { in update()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/ |
H A D | DeviceItem.kt | 49 val cachedBluetoothDevice: CachedBluetoothDevice, constant in com.android.systemui.bluetooth.qsdialog.DeviceItem
|
H A D | AudioSharingDialogDelegate.kt | 36 @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 D | AudioSharingDialogViewModelKosmos.kt | 29 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 D | AudioOutputDevice.kt | 50 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/ |
D | SpatialAudioComponentInteractor.java | 120 …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 D | TestMediaDevicesFactory.kt | 70 val cachedBluetoothDevice: CachedBluetoothDevice = mock { in bluetoothMediaDevice() constant
|
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
D | BluetoothDeviceUpdaterTest.java | 273 public boolean isFilterMatched(CachedBluetoothDevice cachedBluetoothDevice) { in isFilterMatched()
|