Home
last modified time | relevance | path

Searched defs:bluetoothAdapter (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/bluetooth/
DBluetoothAdapterKosmos.kt23 var Kosmos.bluetoothAdapter: BluetoothAdapter by Kosmos.Fixture { mock {} } in <lambda>() variable
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bluetooth/qsdialog/
DBluetoothAutoOnInteractorTest.kt47 private val bluetoothAdapter = in <lambda>() constant in com.android.systemui.bluetooth.qsdialog.BluetoothAutoOnInteractorTest
DBluetoothTileDialogRepositoryTest.kt46 @Mock private lateinit var bluetoothAdapter: BluetoothAdapter variable in com.android.systemui.bluetooth.qsdialog.BluetoothTileDialogRepositoryTest
DBluetoothStateInteractorTest.kt50 @Mock private lateinit var bluetoothAdapter: LocalBluetoothAdapter variable in com.android.systemui.bluetooth.qsdialog.BluetoothStateInteractorTest
DBluetoothAutoOnRepositoryTest.kt46 @Mock private lateinit var bluetoothAdapter: BluetoothAdapter variable in com.android.systemui.bluetooth.qsdialog.BluetoothAutoOnRepositoryTest
DBluetoothTileDialogViewModelTest.kt94 @Mock private lateinit var bluetoothAdapter: BluetoothAdapter variable in com.android.systemui.bluetooth.qsdialog.BluetoothTileDialogViewModelTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/
DBluetoothTileDialogRepository.kt31 private val bluetoothAdapter: BluetoothAdapter? = BluetoothAdapter.getDefaultAdapter() constant in com.android.systemui.bluetooth.qsdialog.BluetoothTileDialogRepository
DBluetoothAutoOnRepository.kt49 private val bluetoothAdapter: BluetoothAdapter?, in <lambda>() constant
DDeviceItemInteractor.kt51 private val bluetoothAdapter: BluetoothAdapter? = BluetoothAdapter.getDefaultAdapter(), in <lambda>() constant in com.android.systemui.bluetooth.qsdialog.DeviceItemInteractor
/frameworks/base/services/core/java/com/android/server/media/
DBluetoothDeviceRoutesManager.java91 @NonNull BluetoothAdapter bluetoothAdapter, in BluetoothDeviceRoutesManager()
105 @NonNull BluetoothAdapter bluetoothAdapter, in BluetoothDeviceRoutesManager()
DBluetoothProfileMonitor.java51 @NonNull BluetoothAdapter bluetoothAdapter) { in BluetoothProfileMonitor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/domain/interactor/
DAudioOutputInteractor.kt60 private val bluetoothAdapter: BluetoothAdapter?, in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImpl.java101 @Nullable BluetoothAdapter bluetoothAdapter) { in BluetoothControllerImpl()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/bluetooth/
DBluetoothRepositoryImplTest.kt47 @Mock private lateinit var bluetoothAdapter: LocalBluetoothAdapter in <lambda>() variable in com.android.systemui.statusbar.policy.bluetooth.BluetoothRepositoryImplTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/stylus/
DStylusManager.kt54 private val bluetoothAdapter: BluetoothAdapter?, in <lambda>() constant in com.android.systemui.stylus.StylusManager
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/stylus/
DStylusManagerTest.kt61 @Mock lateinit var bluetoothAdapter: BluetoothAdapter in <lambda>() variable in com.android.systemui.stylus.StylusManagerTest
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DSatelliteController.java649 BluetoothAdapter bluetoothAdapter = BluetoothAdapter.getDefaultAdapter(); in initializeSatelliteModeRadios() local