Home
last modified time | relevance | path

Searched refs:bluetoothManager (Results 1 – 25 of 48) sorted by relevance

12

/packages/modules/Bluetooth/android/pandora/server/src/
DAvrcp.kt34 private val bluetoothManager = constant in com.android.pandora.Avrcp
36 private val bluetoothAdapter = bluetoothManager.adapter
DHid.kt38 private val bluetoothManager = constant in com.android.pandora.Hid
40 private val bluetoothAdapter = bluetoothManager.adapter
DOs.kt39 private val bluetoothManager = context.getSystemService(BluetoothManager::class.java)!! constant in com.android.pandora.Os
40 private val bluetoothAdapter = bluetoothManager.adapter
DGattServerManager.kt34 bluetoothManager: BluetoothManager,
99 val server: BluetoothGattServer = bluetoothManager.openGattServer(context, callback)
DPan.kt44 private val bluetoothManager = context.getSystemService(BluetoothManager::class.java)!! constant
45 private val bluetoothAdapter = bluetoothManager.adapter
DLeAudio.kt53 private val bluetoothManager = context.getSystemService(BluetoothManager::class.java)!! constant
54 private val bluetoothAdapter = bluetoothManager.adapter
DSecurityStorage.kt53 private val bluetoothManager = context.getSystemService(BluetoothManager::class.java)!! constant in com.android.pandora.SecurityStorage
54 private val bluetoothAdapter = bluetoothManager.adapter
DA2dpSink.kt50 private val bluetoothManager = context.getSystemService(BluetoothManager::class.java)!! constant in com.android.pandora.A2dpSink
51 private val bluetoothAdapter = bluetoothManager.adapter
DPbap.kt42 private val bluetoothManager = context.getSystemService(BluetoothManager::class.java)!! constant in com.android.pandora.Pbap
43 private val bluetoothAdapter = bluetoothManager.adapter
DL2cap.kt53 private val bluetoothManager = constant in com.android.pandora.L2cap
55 private val bluetoothAdapter = bluetoothManager.adapter
DHfpHandsfree.kt48 private val bluetoothManager = context.getSystemService(BluetoothManager::class.java)!! constant
50 private val bluetoothAdapter = bluetoothManager.adapter
DRfcomm.kt48 private val bluetoothManager = context.getSystemService(BluetoothManager::class.java)!! constant
49 private val bluetoothAdapter = bluetoothManager.adapter
DHfp.kt55 private val bluetoothManager = context.getSystemService(BluetoothManager::class.java)!! constant
57 private val bluetoothAdapter = bluetoothManager.adapter
DOpp.kt61 private val bluetoothManager = context.getSystemService(BluetoothManager::class.java)!! constant
62 private val bluetoothAdapter = bluetoothManager.adapter
/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRoutePeripheralAdapter.java34 BluetoothRouteManager bluetoothManager, in CallAudioRoutePeripheralAdapter() argument
39 mBluetoothRouteManager = bluetoothManager; in CallAudioRoutePeripheralAdapter()
/packages/apps/Settings/src/com/android/settings/development/
DBluetoothMaxConnectedAudioDevicesPreferenceController.java47 final BluetoothManager bluetoothManager = context.getSystemService(BluetoothManager.class); in BluetoothMaxConnectedAudioDevicesPreferenceController() local
50 bluetoothManager.getAdapter().getMaxConnectedAudioDevices(); in BluetoothMaxConnectedAudioDevicesPreferenceController()
/packages/modules/Bluetooth/android/ChannelSoundingTestApp/app/src/main/java/com/android/bluetooth/channelsoundingtestapp/
DReflectorViewModel.java46 BluetoothManager bluetoothManager = application.getSystemService(BluetoothManager.class); in ReflectorViewModel() local
47 mBluetoothAdapter = bluetoothManager.getAdapter(); in ReflectorViewModel()
DDistanceMeasurementInitiator.java73 BluetoothManager bluetoothManager = in DistanceMeasurementInitiator() local
75 mBluetoothAdapter = bluetoothManager.getAdapter(); in DistanceMeasurementInitiator()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothSummaryUpdater.java45 LocalBluetoothManager bluetoothManager) { in BluetoothSummaryUpdater() argument
47 mBluetoothManager = bluetoothManager; in BluetoothSummaryUpdater()
DLeAudioBluetoothDetailsHeaderController.java154 LocalBluetoothManager bluetoothManager) { in init() argument
156 mManager = bluetoothManager; in init()
157 mProfileManager = bluetoothManager.getProfileManager(); in init()
/packages/modules/Connectivity/nearby/tests/unit/src/com/android/server/nearby/provider/
DBleBroadcastProviderTest.java123 BluetoothManager bluetoothManager = context.getSystemService(BluetoothManager.class); in getBluetoothAdapter() local
124 return bluetoothManager.getAdapter(); in getBluetoothAdapter()
/packages/services/Car/service/src/com/android/car/bluetooth/
DBluetoothPowerPolicy.java123 BluetoothManager bluetoothManager = in BluetoothPowerPolicy() local
125 mBluetoothAdapter = Objects.requireNonNull(bluetoothManager.getAdapter()); in BluetoothPowerPolicy()
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DLeAdvertisingTest.java100 BluetoothManager bluetoothManager = context.getSystemService(BluetoothManager.class); in startAdvertising() local
101 BluetoothAdapter bluetoothAdapter = bluetoothManager.getAdapter(); in startAdvertising()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/bluetooth/
DBluetoothUnbondedDevicesPreferenceControllerTest.java130 BluetoothManager bluetoothManager = mock(BluetoothManager.class); in setUp() local
131 when(bluetoothManager.getAdapter()).thenReturn(mBluetoothAdapter); in setUp()
132 when(mContext.getSystemService(BluetoothManager.class)).thenReturn(bluetoothManager); in setUp()
/packages/services/Car/tests/carservice_unit_test/src/android/car/builtin/bluetooth/le/
DAdvertisingSetCallbackHelperTest.java199 BluetoothManager bluetoothManager = Objects.requireNonNull( in integrationTest_onAdvertisingSetStarted_onOwnAddressRead() local
202 BluetoothAdapter adapter = Objects.requireNonNull(bluetoothManager.getAdapter()); in integrationTest_onAdvertisingSetStarted_onOwnAddressRead()

12