Home
last modified time | relevance | path

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

12

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothFeatureProvider.java43 Uri getBluetoothDeviceSettingsUri(BluetoothDevice bluetoothDevice); in getBluetoothDeviceSettingsUri()
51 String getBluetoothDeviceControlUri(BluetoothDevice bluetoothDevice); in getBluetoothDeviceControlUri()
86 Context context, BluetoothDevice bluetoothDevice); in getInvisibleProfilePreferenceKeys()
DBluetoothFeatureProviderImpl.java43 public Uri getBluetoothDeviceSettingsUri(BluetoothDevice bluetoothDevice) { in getBluetoothDeviceSettingsUri()
50 public String getBluetoothDeviceControlUri(BluetoothDevice bluetoothDevice) { in getBluetoothDeviceControlUri()
73 Context context, BluetoothDevice bluetoothDevice) { in getInvisibleProfilePreferenceKeys()
DAdvancedBluetoothDetailsHeaderController.java359 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
DBluetoothDetailsProfilesController.java237 final BluetoothDevice bluetoothDevice = mCachedDevice.getDevice(); in enableProfile() local
264 final BluetoothDevice bluetoothDevice = mCachedDevice.getDevice(); in disableProfile() local
/packages/modules/Bluetooth/android/pandora/server/src/
DHost.kt289 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
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()
DAudioRoutesManager.java226 CachedBluetoothDevice bluetoothDevice = audioRouteItem.getBluetoothDevice(); in updateAudioRoute() local
/packages/apps/Settings/src/com/android/settings/development/
DAbstractBluetoothA2dpPreferenceController.java193 BluetoothDevice bluetoothDevice = in setCodecConfigPreference() local
204 BluetoothDevice bluetoothDevice = in getCodecConfig() local
/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRouteController.java401 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()
DPendingAudioRoute.java91 public void addMessage(int message, String bluetoothDevice) { in addMessage()
/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/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/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pan/
DBluetoothTetheringNetworkFactoryTest.java102 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/
DBleDiscoveryProviderTest.java137 BluetoothDevice bluetoothDevice = mBluetoothAdapter in createScanResult() local
/packages/apps/Settings/src/com/android/settings/notification/
DMediaVolumePreferenceController.java152 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/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DMetricsLoggerTest.java261 BluetoothDevice bluetoothDevice = in testOuiFromBluetoothDevice() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DAccessoryUtils.java165 static String getHtmlEscapedDeviceName(@Nullable BluetoothDevice bluetoothDevice) { in getHtmlEscapedDeviceName()

12