/aosp_15_r20/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | CallEndpointControllerTest.java | 132 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 D | DeviceInfo.java | 33 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/ |
D | AudioRoute.java | 55 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()
|
D | CallEndpointController.java | 96 String bluetoothAddress = getBluetoothAddress(endpoint); in requestCallEndpointChange() local
|
D | InCallAdapter.java | 385 public void setAudioRoute(int route, String bluetoothAddress) { in setAudioRoute()
|
D | CallAudioManager.java | 477 public void setAudioRoute(int route, String bluetoothAddress) { in setAudioRoute()
|
D | ConnectionServiceWrapper.java | 785 String bluetoothAddress, Session.Info sessionInfo) { in setAudioRoute()
|
/aosp_15_r20/packages/modules/Connectivity/nearby/framework/java/android/nearby/ |
D | FastPairDevice.java | 101 @NonNull String bluetoothAddress, in FastPairDevice() 306 public Builder setBluetoothAddress(@NonNull String bluetoothAddress) { in setBluetoothAddress()
|
D | NearbyDeviceParcelable.java | 125 @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/ |
D | DeviceDetailsMoreSettingsFragment.kt | 116 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/ |
D | AudioRepository.java | 69 …blic abstract java.lang.Object getBluetoothAudioDeviceCategory(@org.jetbrains.annotations.NotNull() in getBluetoothAudioDeviceCategory()
|
D | AudioRepositoryImpl.java | 94 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/ |
D | BluetoothConnection.java | 45 public BluetoothConnection(String bluetoothAddress) { in BluetoothConnection()
|
/aosp_15_r20/frameworks/base/telecomm/java/com/android/internal/telecom/ |
H A D | IInCallAdapter.aidl | 53 void setAudioRoute(int route, String bluetoothAddress); in setAudioRoute()
|
H A D | IConnectionServiceAdapter.aidl | 115 void setAudioRoute(String callId, int audioRoute, String bluetoothAddress, in setAudioRoute()
|
/aosp_15_r20/frameworks/base/telecomm/java/android/telecom/ |
H A D | InCallAdapter.java | 226 public void requestBluetoothAudio(String bluetoothAddress) { in requestBluetoothAudio()
|
H A D | Phone.java | 383 public void requestBluetoothAudio(String bluetoothAddress) { in requestBluetoothAudio()
|
H A D | ConnectionServiceAdapter.java | 564 void setAudioRoute(String callId, int audioRoute, String bluetoothAddress) { in setAudioRoute()
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/inputmethod/ |
D | PhysicalKeyboardFragment.java | 603 @Nullable String bluetoothAddress, in HardKeyboardDeviceInfo()
|
/aosp_15_r20/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
H A D | AccessibilityServiceConnection.java | 694 public void connectBluetoothBrailleDisplay( in connectBluetoothBrailleDisplay()
|
H A D | AbstractAccessibilityServiceConnection.java | 2811 public void connectBluetoothBrailleDisplay(String bluetoothAddress, in connectBluetoothBrailleDisplay()
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/accessibility/ |
H A D | AccessibilityServiceConnectionImpl.java | 252 String bluetoothAddress, IBrailleDisplayController controller) { in connectBluetoothBrailleDisplay()
|
/aosp_15_r20/frameworks/base/core/java/android/accessibilityservice/ |
H A D | IAccessibilityServiceConnection.aidl | 223 …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/ |
D | AdapterServiceTest.java | 998 BluetoothDevice.BluetoothAddress bluetoothAddress = in testIdentityAddressType() local
|
/aosp_15_r20/frameworks/native/include/input/ |
H A D | InputDevice.h | 63 std::optional<std::string> bluetoothAddress; member
|