Searched defs:bluetoothAddress (Results  1 – 12 of 12) sorted by relevance
| /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ | 
| D | CallEndpointControllerTest.java | 122         String bluetoothAddress = mCallEndpointController.getBluetoothAddress(endpoint);  in testCurrentEndpointChangedToBluetooth()  local128         assertEquals(bluetoothDevice1.getAddress(), bluetoothAddress);  in testCurrentEndpointChangedToBluetooth()  local
 164         String bluetoothAddress = mCallEndpointController.getBluetoothAddress(endpoint);  in testCurrentEndpointChangedBetweenBluetooth()  local
 170         assertEquals(bluetoothDevice2.getAddress(), bluetoothAddress);  in testCurrentEndpointChangedBetweenBluetooth()  local
 206         String bluetoothAddress = mCallEndpointController.getBluetoothAddress(endpoint);  in testAvailableBluetoothEndpointChanged()  local
 212         assertEquals(bluetoothDevice1.getAddress(), bluetoothAddress);  in testAvailableBluetoothEndpointChanged()  local
 
 | 
| /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()
 
 | 
| /packages/services/Car/obd2-lib/src/com/android/car/obd2/connections/ | 
| D | BluetoothConnection.java | 42     public BluetoothConnection(String bluetoothAddress) {  in BluetoothConnection()
 | 
| /packages/services/Telecomm/src/com/android/server/telecom/ | 
| D | CallEndpointController.java | 92         String bluetoothAddress = getBluetoothAddress(endpoint);  in requestCallEndpointChange()  local
 | 
| D | CallAudioManager.java | 452     public void setAudioRoute(int route, String bluetoothAddress) {  in setAudioRoute()
 | 
| D | InCallAdapter.java | 384     public void setAudioRoute(int route, String bluetoothAddress) {  in setAudioRoute()
 | 
| D | ConnectionServiceWrapper.java | 746                 String bluetoothAddress, Session.Info sessionInfo) {  in setAudioRoute()
 | 
| /packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/ | 
| D | FastPairSimulator.java | 637                 @Nullable String bluetoothAddress,  in Options()842             public Builder setBluetoothAddress(@Nullable String bluetoothAddress) {  in setBluetoothAddress()
 967         String bluetoothAddress =  in FastPairSimulator()  local
 
 | 
| /packages/apps/Settings/src/com/android/settings/inputmethod/ | 
| D | PhysicalKeyboardFragment.java | 411                 @Nullable String bluetoothAddress) {  in HardKeyboardDeviceInfo()
 | 
| /packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/simulator_app/src/android/nearby/fastpair/provider/simulator/app/ | 
| D | MainActivity.java | 611         String bluetoothAddress = getFromIntentOrPrefs(EXTRA_BLUETOOTH_ADDRESS, "");  in reset()  local
 | 
| /packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/fastpair/ | 
| D | FastPairDualConnection.java | 276         private BrEdrHandoverInformation(byte[] bluetoothAddress, short[] profiles) {  in BrEdrHandoverInformation()
 |