| /packages/apps/Settings/src/com/android/settings/bluetooth/ |
| D | BluetoothFeatureProvider.java | 36 Uri getBluetoothDeviceSettingsUri(BluetoothDevice bluetoothDevice); in getBluetoothDeviceSettingsUri() 44 String getBluetoothDeviceControlUri(BluetoothDevice bluetoothDevice); in getBluetoothDeviceControlUri()
|
| D | BluetoothFeatureProviderImpl.java | 36 public Uri getBluetoothDeviceSettingsUri(BluetoothDevice bluetoothDevice) { in getBluetoothDeviceSettingsUri() 43 public String getBluetoothDeviceControlUri(BluetoothDevice bluetoothDevice) { in getBluetoothDeviceControlUri()
|
| D | AdvancedBluetoothDetailsHeaderController.java | 290 final BluetoothDevice bluetoothDevice = mCachedDevice.getDevice(); in updateSubLayout() local 368 private boolean isUntetheredHeadset(BluetoothDevice bluetoothDevice) { in isUntetheredHeadset() 496 final BluetoothDevice bluetoothDevice = mCachedDevice.getDevice(); in updateDisconnectLayout() local
|
| D | BluetoothDetailsProfilesController.java | 203 final BluetoothDevice bluetoothDevice = mCachedDevice.getDevice(); in enableProfile() local 230 final BluetoothDevice bluetoothDevice = mCachedDevice.getDevice(); in disableProfile() local
|
| /packages/modules/Bluetooth/android/pandora/server/src/com/android/pandora/ |
| D | Host.kt | 285 var bluetoothDevice = request.address.toBluetoothDevice(bluetoothAdapter) in waitConnection() variable 312 val bluetoothDevice = request.connection.toBluetoothDevice(bluetoothAdapter) in waitDisconnection() constant 337 val bluetoothDevice = request.address.toBluetoothDevice(bluetoothAdapter) in connect() constant 366 val bluetoothDevice = request.connection.toBluetoothDevice(bluetoothAdapter) in disconnect() constant 435 val bluetoothDevice = scanLeDevice(address.decodeAsMacAddressToString(), type)!! in connectLE() constant 447 var bluetoothDevice: BluetoothDevice? = null in scanLeDevice() variable 598 val bluetoothDevice = result.device in scan() constant 786 val bluetoothDevice = it.getBluetoothDeviceExtra() in inquiry() constant
|
| D | Security.kt | 78 val bluetoothDevice = intent.getBluetoothDeviceExtra() in <lambda>() constant 112 val bluetoothDevice = request.connection.toBluetoothDevice(bluetoothAdapter) in <lambda>() constant 202 val bluetoothDevice = request.connection.toBluetoothDevice(bluetoothAdapter) in <lambda>() constant
|
| D | SecurityStorage.kt | 93 val bluetoothDevice = in deleteBond() constant
|
| D | AndroidInternal.kt | 100 val bluetoothDevice = request.address.toBluetoothDevice(bluetoothAdapter) in setAccessPermission() constant
|
| D | Gatt.kt | 153 val bluetoothDevice = request.address.toBluetoothDevice(mBluetoothAdapter) in discoverServicesSdp() constant
|
| /packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
| D | DevicePickerFragmentTest.java | 74 final BluetoothDevice bluetoothDevice = mock(BluetoothDevice.class); in callingPackageIsEqualToLaunchPackage_sendBroadcastToLaunchPackage() local 93 final BluetoothDevice bluetoothDevice = mock(BluetoothDevice.class); in callingPackageIsNotEqualToLaunchPackage_broadcastNotSend() local
|
| /packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/testability/ |
| D | Testability.java | 27 public static BluetoothDevice wrap(android.bluetooth.BluetoothDevice bluetoothDevice) { in wrap()
|
| /packages/apps/Settings/src/com/android/settings/development/ |
| D | AbstractBluetoothA2dpPreferenceController.java | 193 BluetoothDevice bluetoothDevice = in setCodecConfigPreference() local 204 BluetoothDevice bluetoothDevice = in getCodecConfig() local
|
| /packages/apps/Dialer/java/com/android/incallui/audioroute/ |
| D | AudioRouteSelectorDialogFragment.java | 177 private TextView createBluetoothItem(BluetoothDevice bluetoothDevice, boolean selected) { in createBluetoothItem() 204 private String getAliasName(BluetoothDevice bluetoothDevice) { in getAliasName()
|
| /packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/testability/android/bluetooth/ |
| D | BluetoothDevice.java | 138 private BluetoothDevice(android.bluetooth.BluetoothDevice bluetoothDevice) { in BluetoothDevice() 268 public static BluetoothDevice wrap(android.bluetooth.BluetoothDevice bluetoothDevice) { in wrap()
|
| /packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/ |
| D | BluetoothDevicesSlice.java | 346 SliceAction buildPrimaryBluetoothAction(CachedBluetoothDevice bluetoothDevice) { in buildPrimaryBluetoothAction() 360 SliceAction buildBluetoothDetailDeepLinkAction(CachedBluetoothDevice bluetoothDevice) { in buildBluetoothDetailDeepLinkAction()
|
| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pan/ |
| D | BluetoothTetheringNetworkFactoryTest.java | 108 BluetoothDevice bluetoothDevice = adapter.getRemoteDevice("11:11:11:11:11:11"); in networkStartReverseTetherStop() local
|
| /packages/modules/Connectivity/nearby/tests/unit/src/com/android/server/nearby/provider/ |
| D | BleDiscoveryProviderTest.java | 137 BluetoothDevice bluetoothDevice = mBluetoothAdapter in createScanResult() local
|
| /packages/apps/Settings/src/com/android/settings/notification/ |
| D | MediaVolumePreferenceController.java | 143 final CachedBluetoothDevice bluetoothDevice = in getSliceEndItem() local
|
| /packages/apps/Settings/src/com/android/settings/panel/ |
| D | VolumePanel.java | 176 final BluetoothDevice bluetoothDevice = findActiveDevice(); in getExtraControlUri() local
|
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
| D | AccessoryUtils.java | 163 static String getHtmlEscapedDeviceName(@Nullable BluetoothDevice bluetoothDevice) { in getHtmlEscapedDeviceName()
|
| /packages/modules/Connectivity/nearby/tests/unit/src/com/android/server/nearby/common/ble/ |
| D | BleSightingTest.java | 140 BluetoothDevice bluetoothDevice, String deviceName, long timeEpochMillis, int rssi) { in buildBleSighting()
|
| /packages/apps/Dialer/java/com/android/incallui/call/ |
| D | TelecomAdapter.java | 200 public void requestBluetoothAudio(BluetoothDevice bluetoothDevice) { in requestBluetoothAudio()
|
| /packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/fastpair/ |
| D | Event.java | 42 @Nullable BluetoothDevice bluetoothDevice, @Nullable Exception exception) { in Event()
|
| /packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/gatt/ |
| D | BluetoothGattHelper.java | 216 public BluetoothGattConnection connect(BluetoothDevice bluetoothDevice) in connect() 225 BluetoothDevice bluetoothDevice, ConnectionOptions options) throws BluetoothException { in connect()
|
| /packages/apps/Settings/src/com/android/settings/development/bluetooth/ |
| D | AbstractBluetoothDialogPreferenceController.java | 183 BluetoothDevice bluetoothDevice = in getSelectableConfigs() local
|