/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothFeatureProvider.java | 43 Uri getBluetoothDeviceSettingsUri(BluetoothDevice bluetoothDevice); in getBluetoothDeviceSettingsUri() 51 String getBluetoothDeviceControlUri(BluetoothDevice bluetoothDevice); in getBluetoothDeviceControlUri() 86 Context context, BluetoothDevice bluetoothDevice); in getInvisibleProfilePreferenceKeys()
|
D | BluetoothFeatureProviderImpl.java | 43 public Uri getBluetoothDeviceSettingsUri(BluetoothDevice bluetoothDevice) { in getBluetoothDeviceSettingsUri() 50 public String getBluetoothDeviceControlUri(BluetoothDevice bluetoothDevice) { in getBluetoothDeviceControlUri() 73 Context context, BluetoothDevice bluetoothDevice) { in getInvisibleProfilePreferenceKeys()
|
D | AdvancedBluetoothDetailsHeaderController.java | 359 BluetoothDevice bluetoothDevice = mCachedDevice.getDevice(); in updateSubLayout() local 427 final BluetoothDevice bluetoothDevice = mCachedDevice.getDevice(); in updateSubLayoutUi() local 497 private boolean isUntetheredHeadset(BluetoothDevice bluetoothDevice) { in isUntetheredHeadset() 625 final BluetoothDevice bluetoothDevice = mCachedDevice.getDevice(); in updateDisconnectLayout() local
|
D | BluetoothDetailsProfilesController.java | 237 final BluetoothDevice bluetoothDevice = mCachedDevice.getDevice(); in enableProfile() local 264 final BluetoothDevice bluetoothDevice = mCachedDevice.getDevice(); in disableProfile() local
|
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | Host.kt | 289 var bluetoothDevice = request.address.toBluetoothDevice(bluetoothAdapter) in waitConnection() variable 316 val bluetoothDevice = request.connection.toBluetoothDevice(bluetoothAdapter) in waitDisconnection() constant 343 val bluetoothDevice = request.address.toBluetoothDevice(bluetoothAdapter) in connect() constant 372 val bluetoothDevice = request.connection.toBluetoothDevice(bluetoothAdapter) in disconnect() constant 441 val bluetoothDevice = in connectLE() constant 598 val bluetoothDevice = result.device in scan() constant 817 val bluetoothDevice = it.getBluetoothDeviceExtra() in inquiry() constant
|
D | Security.kt | 79 val bluetoothDevice = intent.getBluetoothDeviceExtra() in <lambda>() constant 118 val bluetoothDevice = request.connection.toBluetoothDevice(bluetoothAdapter) in <lambda>() constant 212 val bluetoothDevice = request.connection.toBluetoothDevice(bluetoothAdapter) in <lambda>() constant
|
D | Opp.kt | 91 val bluetoothDevice = request.address.toBluetoothDevice(bluetoothAdapter) in openRfcommChannel() constant 102 val bluetoothDevice = request.address.toBluetoothDevice(bluetoothAdapter) in openL2capChannel() constant
|
D | Os.kt | 56 val bluetoothDevice = request.address.toBluetoothDevice(bluetoothAdapter) in setAccessPermission() constant
|
D | SecurityStorage.kt | 95 val bluetoothDevice = in deleteBond() 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/apps/Car/Settings/src/com/android/car/settings/sound/ |
D | AudioRouteItem.java | 44 public AudioRouteItem(CachedBluetoothDevice bluetoothDevice) { in AudioRouteItem() 80 public void setBluetoothDevice(CachedBluetoothDevice bluetoothDevice) { in setBluetoothDevice()
|
D | AudioRoutesManager.java | 226 CachedBluetoothDevice bluetoothDevice = audioRouteItem.getBluetoothDevice(); in updateAudioRoute() local
|
/packages/apps/Settings/src/com/android/settings/development/ |
D | AbstractBluetoothA2dpPreferenceController.java | 193 BluetoothDevice bluetoothDevice = in setCodecConfigPreference() local 204 BluetoothDevice bluetoothDevice = in getCodecConfig() local
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallAudioRouteController.java | 401 public void sendMessageWithSessionInfo(int message, int arg, BluetoothDevice bluetoothDevice) { in sendMessageWithSessionInfo() 624 private void handleBtAudioActive(BluetoothDevice bluetoothDevice) { in handleBtAudioActive() 646 private void handleBtAudioInactive(BluetoothDevice bluetoothDevice) { in handleBtAudioInactive() 668 BluetoothDevice bluetoothDevice) { in handleBtConnected() 695 BluetoothDevice bluetoothDevice) { in handleBtDisconnected() 822 BluetoothDevice bluetoothDevice = null; in handleSwitchBluetooth() local 1138 BluetoothDevice bluetoothDevice) { in containsHearingAidPair()
|
D | PendingAudioRoute.java | 91 public void addMessage(int message, String bluetoothDevice) { in addMessage()
|
/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/apps/Car/VoiceControl/src/com/android/car/ |
D | TelecomUtils.java | 56 BluetoothDevice bluetoothDevice = getMatchingDevice(phoneAccountHandle); in getHfpDeviceList() local
|
/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 | 102 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 | 152 final CachedBluetoothDevice bluetoothDevice = in getSliceEndItem() local
|
/packages/apps/Settings/src/com/android/settings/panel/ |
D | VolumePanel.java | 179 final BluetoothDevice bluetoothDevice = findActiveDevice(); in getExtraControlUri() local
|
/packages/apps/Dialer/java/com/android/incallui/call/ |
D | TelecomAdapter.java | 200 public void requestBluetoothAudio(BluetoothDevice bluetoothDevice) { in requestBluetoothAudio()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/ |
D | MetricsLoggerTest.java | 261 BluetoothDevice bluetoothDevice = in testOuiFromBluetoothDevice() local
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
D | AccessoryUtils.java | 165 static String getHtmlEscapedDeviceName(@Nullable BluetoothDevice bluetoothDevice) { in getHtmlEscapedDeviceName()
|