Searched refs:bluetoothAddress (Results 1 – 13 of 13) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/stylus/ |
H A D | StylusManager.kt | 121 val btAddress: String? = device.bluetoothAddress 139 val currAddress: String? = device.bluetoothAddress 348 inputDeviceAddressMap[deviceId] = device.bluetoothAddress 357 device.bluetoothAddress?.let { onStylusBluetoothConnected(deviceId, it) }
|
H A D | StylusUsiPowerUI.kt | 178 return inputManager.hasInputDevice { it.isAnyStylusSource && it.bluetoothAddress != null }
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/stylus/ |
H A D | StylusManagerTest.kt | 106 whenever(stylusDevice.bluetoothAddress).thenReturn(null) 107 whenever(btStylusDevice.bluetoothAddress).thenReturn(STYLUS_BT_ADDRESS) 291 whenever(stylusDevice.bluetoothAddress).thenReturn(STYLUS_BT_ADDRESS) 305 whenever(stylusDevice.bluetoothAddress).thenReturn(STYLUS_BT_ADDRESS) 316 whenever(btStylusDevice.bluetoothAddress).thenReturn(null)
|
H A D | StylusUsiPowerUiTest.kt | 95 whenever(btStylusDevice.bluetoothAddress).thenReturn("SO:ME:AD:DR:ES")
|
/aosp14/frameworks/base/telecomm/java/android/telecom/ |
H A D | InCallAdapter.java | 226 public void requestBluetoothAudio(String bluetoothAddress) { in requestBluetoothAudio() argument 228 mAdapter.setAudioRoute(CallAudioState.ROUTE_BLUETOOTH, bluetoothAddress); in requestBluetoothAudio()
|
H A D | Phone.java | 380 public void requestBluetoothAudio(String bluetoothAddress) { in requestBluetoothAudio() argument 381 mInCallAdapter.requestBluetoothAudio(bluetoothAddress); in requestBluetoothAudio()
|
H A D | ConnectionServiceAdapter.java | 564 void setAudioRoute(String callId, int audioRoute, String bluetoothAddress) { in setAudioRoute() argument 567 bluetoothAddress); in setAudioRoute() 571 bluetoothAddress, Log.getExternalSession()); in setAudioRoute()
|
H A D | ConnectionServiceAdapterServant.java | 626 String bluetoothAddress, Session.Info sessionInfo) { 630 args.arg2 = bluetoothAddress;
|
H A D | RemoteConnectionService.java | 437 public void setAudioRoute(String callId, int audioRoute, String bluetoothAddress,
|
H A D | Connection.java | 1286 public void onAudioRouteChanged(Connection c, int audioRoute, String bluetoothAddress) {} in onAudioRouteChanged() argument
|
H A D | ConnectionService.java | 2184 public void onAudioRouteChanged(Connection c, int audioRoute, String bluetoothAddress) { 2187 mAdapter.setAudioRoute(id, audioRoute, bluetoothAddress);
|
/aosp14/frameworks/base/telecomm/java/com/android/internal/telecom/ |
H A D | IInCallAdapter.aidl | 53 void setAudioRoute(int route, String bluetoothAddress); in setAudioRoute() argument
|
H A D | IConnectionServiceAdapter.aidl | 115 void setAudioRoute(String callId, int audioRoute, String bluetoothAddress, in setAudioRoute() argument
|