/packages/modules/Bluetooth/android/pandora/server/src/ |
D | Avrcp.kt | 34 private val bluetoothManager = constant in com.android.pandora.Avrcp 36 private val bluetoothAdapter = bluetoothManager.adapter
|
D | Hid.kt | 38 private val bluetoothManager = constant in com.android.pandora.Hid 40 private val bluetoothAdapter = bluetoothManager.adapter
|
D | Os.kt | 39 private val bluetoothManager = context.getSystemService(BluetoothManager::class.java)!! constant in com.android.pandora.Os 40 private val bluetoothAdapter = bluetoothManager.adapter
|
D | GattServerManager.kt | 34 bluetoothManager: BluetoothManager, 99 val server: BluetoothGattServer = bluetoothManager.openGattServer(context, callback)
|
D | Pan.kt | 44 private val bluetoothManager = context.getSystemService(BluetoothManager::class.java)!! constant 45 private val bluetoothAdapter = bluetoothManager.adapter
|
D | LeAudio.kt | 53 private val bluetoothManager = context.getSystemService(BluetoothManager::class.java)!! constant 54 private val bluetoothAdapter = bluetoothManager.adapter
|
D | SecurityStorage.kt | 53 private val bluetoothManager = context.getSystemService(BluetoothManager::class.java)!! constant in com.android.pandora.SecurityStorage 54 private val bluetoothAdapter = bluetoothManager.adapter
|
D | A2dpSink.kt | 50 private val bluetoothManager = context.getSystemService(BluetoothManager::class.java)!! constant in com.android.pandora.A2dpSink 51 private val bluetoothAdapter = bluetoothManager.adapter
|
D | Pbap.kt | 42 private val bluetoothManager = context.getSystemService(BluetoothManager::class.java)!! constant in com.android.pandora.Pbap 43 private val bluetoothAdapter = bluetoothManager.adapter
|
D | L2cap.kt | 53 private val bluetoothManager = constant in com.android.pandora.L2cap 55 private val bluetoothAdapter = bluetoothManager.adapter
|
D | HfpHandsfree.kt | 48 private val bluetoothManager = context.getSystemService(BluetoothManager::class.java)!! constant 50 private val bluetoothAdapter = bluetoothManager.adapter
|
D | Rfcomm.kt | 48 private val bluetoothManager = context.getSystemService(BluetoothManager::class.java)!! constant 49 private val bluetoothAdapter = bluetoothManager.adapter
|
D | Hfp.kt | 55 private val bluetoothManager = context.getSystemService(BluetoothManager::class.java)!! constant 57 private val bluetoothAdapter = bluetoothManager.adapter
|
D | Opp.kt | 61 private val bluetoothManager = context.getSystemService(BluetoothManager::class.java)!! constant 62 private val bluetoothAdapter = bluetoothManager.adapter
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallAudioRoutePeripheralAdapter.java | 34 BluetoothRouteManager bluetoothManager, in CallAudioRoutePeripheralAdapter() argument 39 mBluetoothRouteManager = bluetoothManager; in CallAudioRoutePeripheralAdapter()
|
/packages/apps/Settings/src/com/android/settings/development/ |
D | BluetoothMaxConnectedAudioDevicesPreferenceController.java | 47 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/ |
D | ReflectorViewModel.java | 46 BluetoothManager bluetoothManager = application.getSystemService(BluetoothManager.class); in ReflectorViewModel() local 47 mBluetoothAdapter = bluetoothManager.getAdapter(); in ReflectorViewModel()
|
D | DistanceMeasurementInitiator.java | 73 BluetoothManager bluetoothManager = in DistanceMeasurementInitiator() local 75 mBluetoothAdapter = bluetoothManager.getAdapter(); in DistanceMeasurementInitiator()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothSummaryUpdater.java | 45 LocalBluetoothManager bluetoothManager) { in BluetoothSummaryUpdater() argument 47 mBluetoothManager = bluetoothManager; in BluetoothSummaryUpdater()
|
D | LeAudioBluetoothDetailsHeaderController.java | 154 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/ |
D | BleBroadcastProviderTest.java | 123 BluetoothManager bluetoothManager = context.getSystemService(BluetoothManager.class); in getBluetoothAdapter() local 124 return bluetoothManager.getAdapter(); in getBluetoothAdapter()
|
/packages/services/Car/service/src/com/android/car/bluetooth/ |
D | BluetoothPowerPolicy.java | 123 BluetoothManager bluetoothManager = in BluetoothPowerPolicy() local 125 mBluetoothAdapter = Objects.requireNonNull(bluetoothManager.getAdapter()); in BluetoothPowerPolicy()
|
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/ |
D | LeAdvertisingTest.java | 100 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/ |
D | BluetoothUnbondedDevicesPreferenceControllerTest.java | 130 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/ |
D | AdvertisingSetCallbackHelperTest.java | 199 BluetoothManager bluetoothManager = Objects.requireNonNull( in integrationTest_onAdvertisingSetStarted_onOwnAddressRead() local 202 BluetoothAdapter adapter = Objects.requireNonNull(bluetoothManager.getAdapter()); in integrationTest_onAdvertisingSetStarted_onOwnAddressRead()
|