Home
last modified time | relevance | path

Searched defs:bluetoothDevice (Results 1 – 25 of 38) sorted by relevance

12

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothFeatureProvider.java49 Uri getBluetoothDeviceSettingsUri(BluetoothDevice bluetoothDevice); in getBluetoothDeviceSettingsUri()
57 String getBluetoothDeviceControlUri(BluetoothDevice bluetoothDevice); in getBluetoothDeviceControlUri()
91 Set<String> getInvisibleProfilePreferenceKeys(Context context, BluetoothDevice bluetoothDevice); in getInvisibleProfilePreferenceKeys()
DAdvancedBluetoothDetailsHeaderController.java411 BluetoothDevice bluetoothDevice = mCachedDevice.getDevice(); in updateSubLayout() local
480 final BluetoothDevice bluetoothDevice = mCachedDevice.getDevice(); in updateSubLayoutUi() local
557 private boolean isUntetheredHeadset(BluetoothDevice bluetoothDevice) { in isUntetheredHeadset()
704 final BluetoothDevice bluetoothDevice = mCachedDevice.getDevice(); in updateDisconnectLayout() local
DBluetoothKeyMissingReceiver.java114 private void showNotification(Context context, BluetoothDevice bluetoothDevice) { in showNotification()
DBluetoothDetailsProfilesController.java266 final BluetoothDevice bluetoothDevice = mCachedDevice.getDevice(); in enableProfile() local
293 final BluetoothDevice bluetoothDevice = mCachedDevice.getDevice(); in disableProfile() local
/packages/modules/Bluetooth/android/pandora/server/src/
DHost.kt300 var bluetoothDevice = request.address.toBluetoothDevice(bluetoothAdapter) in waitConnection() variable
327 val bluetoothDevice = request.connection.toBluetoothDevice(bluetoothAdapter) in waitDisconnection() constant
354 val bluetoothDevice = request.address.toBluetoothDevice(bluetoothAdapter) in connect() constant
383 val bluetoothDevice = request.connection.toBluetoothDevice(bluetoothAdapter) in disconnect() constant
452 val bluetoothDevice = in connectLE() constant
608 val bluetoothDevice = result.device in scan() constant
829 val bluetoothDevice = it.getBluetoothDeviceExtra() in inquiry() constant
DSecurity.kt79 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
DOpp.kt91 val bluetoothDevice = request.address.toBluetoothDevice(bluetoothAdapter) in openRfcommChannel() constant
102 val bluetoothDevice = request.address.toBluetoothDevice(bluetoothAdapter) in openL2capChannel() constant
DOs.kt56 val bluetoothDevice = request.address.toBluetoothDevice(bluetoothAdapter) in setAccessPermission() constant
DSecurityStorage.kt95 val bluetoothDevice = in deleteBond() constant
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DDevicePickerFragmentTest.java74 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/
DAudioRouteItem.java44 public AudioRouteItem(CachedBluetoothDevice bluetoothDevice) { in AudioRouteItem()
80 public void setBluetoothDevice(CachedBluetoothDevice bluetoothDevice) { in setBluetoothDevice()
/packages/modules/Uwb/ranging/tests/multidevices/snippet/bluetooth/
DBluetoothGattMultiDevicesSnippet.java139 BluetoothDevice bluetoothDevice = in removeBondImpl() local
150 private boolean removeBondImplBtDevice(BluetoothDevice bluetoothDevice) { in removeBondImplBtDevice()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DMetricsLoggerTest.java210 BluetoothDevice bluetoothDevice = getTestDevice(0); in testOuiFromBluetoothDevice() local
256 BluetoothDevice bluetoothDevice = getTestDevice(0); in testUpdateHearingDeviceActiveTime() local
/packages/modules/Bluetooth/android/app/tests/instrumentation/com/android/bluetooth/pan/
DBluetoothTetheringNetworkFactoryTest.java87 BluetoothDevice bluetoothDevice = getTestDevice(11); in networkStartReverseTetherStop() local
/packages/apps/Dialer/java/com/android/incallui/audioroute/
DAudioRouteSelectorDialogFragment.java177 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/
DTelecomUtils.java56 BluetoothDevice bluetoothDevice = getMatchingDevice(phoneAccountHandle); in getHfpDeviceList() local
/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRouteController.java504 public void sendMessageWithSessionInfo(int message, int arg, BluetoothDevice bluetoothDevice) { in sendMessageWithSessionInfo()
772 private void handleBtAudioActive(BluetoothDevice bluetoothDevice) { in handleBtAudioActive()
791 private void handleBtAudioInactive(BluetoothDevice bluetoothDevice) { in handleBtAudioInactive()
810 BluetoothDevice bluetoothDevice) { in handleBtConnected()
837 BluetoothDevice bluetoothDevice) { in handleBtDisconnected()
1022 BluetoothDevice bluetoothDevice = null; in handleSwitchBluetooth() local
1516 BluetoothDevice bluetoothDevice) { in containsHearingAidPair()
DPendingAudioRoute.java110 public void addMessage(int message, String bluetoothDevice) { in addMessage()
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
DBluetoothDevicesSlice.java346 SliceAction buildPrimaryBluetoothAction(CachedBluetoothDevice bluetoothDevice) { in buildPrimaryBluetoothAction()
360 SliceAction buildBluetoothDetailDeepLinkAction(CachedBluetoothDevice bluetoothDevice) { in buildBluetoothDetailDeepLinkAction()
/packages/modules/Connectivity/nearby/tests/unit/src/com/android/server/nearby/provider/
DBleDiscoveryProviderTest.java137 BluetoothDevice bluetoothDevice = mBluetoothAdapter in createScanResult() local
/packages/apps/Settings/src/com/android/settings/notification/
DMediaVolumePreferenceController.java153 final CachedBluetoothDevice bluetoothDevice = in getSliceEndItem() local
/packages/apps/Settings/src/com/android/settings/panel/
DVolumePanel.java179 final BluetoothDevice bluetoothDevice = findActiveDevice(); in getExtraControlUri() local
/packages/apps/Dialer/java/com/android/incallui/call/
DTelecomAdapter.java200 public void requestBluetoothAudio(BluetoothDevice bluetoothDevice) { in requestBluetoothAudio()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DAccessoryUtils.java165 static String getHtmlEscapedDeviceName(@Nullable BluetoothDevice bluetoothDevice) { in getHtmlEscapedDeviceName()
/packages/apps/Settings/src/com/android/settings/development/bluetooth/
DAbstractBluetoothDialogPreferenceController.java185 BluetoothDevice bluetoothDevice = in getSelectableConfigs() local

12