Home
last modified time | relevance | path

Searched defs:bluetoothAddress (Results 1 – 25 of 143) sorted by relevance

123456

/aosp_15_r20/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallEndpointControllerTest.java132 String bluetoothAddress = mCallEndpointController.getBluetoothAddress(endpoint); in testCurrentEndpointChangedToBluetooth() local
138 assertEquals(bluetoothDevice1.getAddress(), bluetoothAddress); in testCurrentEndpointChangedToBluetooth() local
174 String bluetoothAddress = mCallEndpointController.getBluetoothAddress(endpoint); in testCurrentEndpointChangedBetweenBluetooth() local
180 assertEquals(bluetoothDevice2.getAddress(), bluetoothAddress); in testCurrentEndpointChangedBetweenBluetooth() local
284 String bluetoothAddress = mCallEndpointController.getBluetoothAddress(endpoint); in testAvailableBluetoothEndpointChanged() local
290 assertEquals(bluetoothDevice1.getAddress(), bluetoothAddress); in testAvailableBluetoothEndpointChanged() local
/aosp_15_r20/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/devicesettings/
H A DDeviceInfo.java33 DeviceInfo(String bluetoothAddress, Bundle extras) { in DeviceInfo()
39 private static void validate(String bluetoothAddress) { in validate()
48 String bluetoothAddress = in.readString(); in readFromParcel() local
92 public Builder setBluetoothAddress(@NonNull String bluetoothAddress) { in setBluetoothAddress()
/aosp_15_r20/packages/services/Telecomm/src/com/android/server/telecom/
DAudioRoute.java55 public AudioRoute create(@AudioRouteType int type, String bluetoothAddress, in create()
65 private void createRetry(@AudioRouteType int type, String bluetoothAddress, in createRetry()
337 public AudioRoute(@AudioRouteType int type, String bluetoothAddress, AudioDeviceInfo info) { in AudioRoute()
DCallEndpointController.java96 String bluetoothAddress = getBluetoothAddress(endpoint); in requestCallEndpointChange() local
DInCallAdapter.java385 public void setAudioRoute(int route, String bluetoothAddress) { in setAudioRoute()
DCallAudioManager.java477 public void setAudioRoute(int route, String bluetoothAddress) { in setAudioRoute()
DConnectionServiceWrapper.java785 String bluetoothAddress, Session.Info sessionInfo) { in setAudioRoute()
/aosp_15_r20/packages/modules/Connectivity/nearby/framework/java/android/nearby/
DFastPairDevice.java101 @NonNull String bluetoothAddress, in FastPairDevice()
306 public Builder setBluetoothAddress(@NonNull String bluetoothAddress) { in setBluetoothAddress()
DNearbyDeviceParcelable.java125 @Nullable String bluetoothAddress, in NearbyDeviceParcelable()
544 public Builder setBluetoothAddress(@Nullable String bluetoothAddress) { in setBluetoothAddress()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/bluetooth/ui/view/
DDeviceDetailsMoreSettingsFragment.kt116 val bluetoothAddress = arguments?.getString(KEY_DEVICE_ADDRESS) ?: return null in <lambda>() constant
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/SettingsLib/android_common/kapt/gen/stubs/com/android/settingslib/volume/data/repository/
DAudioRepository.java69 …blic abstract java.lang.Object getBluetoothAudioDeviceCategory(@org.jetbrains.annotations.NotNull() in getBluetoothAudioDeviceCategory()
DAudioRepositoryImpl.java94 public java.lang.Object getBluetoothAudioDeviceCategory(@org.jetbrains.annotations.NotNull() in getBluetoothAudioDeviceCategory()
/aosp_15_r20/packages/services/Car/libs/obd2-lib/src/com/android/car/obd2/connections/
DBluetoothConnection.java45 public BluetoothConnection(String bluetoothAddress) { in BluetoothConnection()
/aosp_15_r20/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIInCallAdapter.aidl53 void setAudioRoute(int route, String bluetoothAddress); in setAudioRoute()
H A DIConnectionServiceAdapter.aidl115 void setAudioRoute(String callId, int audioRoute, String bluetoothAddress, in setAudioRoute()
/aosp_15_r20/frameworks/base/telecomm/java/android/telecom/
H A DInCallAdapter.java226 public void requestBluetoothAudio(String bluetoothAddress) { in requestBluetoothAudio()
H A DPhone.java383 public void requestBluetoothAudio(String bluetoothAddress) { in requestBluetoothAudio()
H A DConnectionServiceAdapter.java564 void setAudioRoute(String callId, int audioRoute, String bluetoothAddress) { in setAudioRoute()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/inputmethod/
DPhysicalKeyboardFragment.java603 @Nullable String bluetoothAddress, in HardKeyboardDeviceInfo()
/aosp_15_r20/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityServiceConnection.java694 public void connectBluetoothBrailleDisplay( in connectBluetoothBrailleDisplay()
H A DAbstractAccessibilityServiceConnection.java2811 public void connectBluetoothBrailleDisplay(String bluetoothAddress, in connectBluetoothBrailleDisplay()
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/accessibility/
H A DAccessibilityServiceConnectionImpl.java252 String bluetoothAddress, IBrailleDisplayController controller) { in connectBluetoothBrailleDisplay()
/aosp_15_r20/frameworks/base/core/java/android/accessibilityservice/
H A DIAccessibilityServiceConnection.aidl223 …void connectBluetoothBrailleDisplay(in String bluetoothAddress, in IBrailleDisplayController contr… in connectBluetoothBrailleDisplay()
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DAdapterServiceTest.java998 BluetoothDevice.BluetoothAddress bluetoothAddress = in testIdentityAddressType() local
/aosp_15_r20/frameworks/native/include/input/
H A DInputDevice.h63 std::optional<std::string> bluetoothAddress; member

123456