Home
last modified time | relevance | path

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

/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
/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()
/packages/services/Car/libs/obd2-lib/src/com/android/car/obd2/connections/
DBluetoothConnection.java45 public BluetoothConnection(String bluetoothAddress) { in BluetoothConnection()
/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()
318 public AudioRoute(@AudioRouteType int type, String bluetoothAddress, AudioDeviceInfo info) { in AudioRoute()
DCallEndpointController.java94 String bluetoothAddress = getBluetoothAddress(endpoint); in requestCallEndpointChange() local
DInCallAdapter.java385 public void setAudioRoute(int route, String bluetoothAddress) { in setAudioRoute()
DCallAudioManager.java467 public void setAudioRoute(int route, String bluetoothAddress) { in setAudioRoute()
DConnectionServiceWrapper.java792 String bluetoothAddress, Session.Info sessionInfo) { in setAudioRoute()
/packages/apps/Settings/src/com/android/settings/inputmethod/
DPhysicalKeyboardFragment.java559 @Nullable String bluetoothAddress, in HardKeyboardDeviceInfo()