Home
last modified time | relevance | path

Searched refs:getInputDeviceBluetoothAddress (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/input/
H A DBatteryControllerTests.kt657 `when`(iInputManager.getInputDeviceBluetoothAddress(BT_DEVICE_ID))
659 `when`(iInputManager.getInputDeviceBluetoothAddress(SECOND_BT_DEVICE_ID))
686 `when`(iInputManager.getInputDeviceBluetoothAddress(SECOND_BT_DEVICE_ID))
695 `when`(iInputManager.getInputDeviceBluetoothAddress(BT_DEVICE_ID))
716 `when`(iInputManager.getInputDeviceBluetoothAddress(BT_DEVICE_ID))
745 `when`(iInputManager.getInputDeviceBluetoothAddress(BT_DEVICE_ID))
776 `when`(iInputManager.getInputDeviceBluetoothAddress(BT_DEVICE_ID))
778 `when`(iInputManager.getInputDeviceBluetoothAddress(SECOND_BT_DEVICE_ID))
811 `when`(iInputManager.getInputDeviceBluetoothAddress(SECOND_BT_DEVICE_ID))
821 `when`(iInputManager.getInputDeviceBluetoothAddress(BT_DEVICE_ID))
[all …]
/aosp14/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java1211 public String getInputDeviceBluetoothAddress(int deviceId) { in getInputDeviceBluetoothAddress() method in InputManager
1212 return mGlobal.getInputDeviceBluetoothAddress(deviceId); in getInputDeviceBluetoothAddress()
H A DIInputManager.aidl221 String getInputDeviceBluetoothAddress(int deviceId); in getInputDeviceBluetoothAddress() method
H A DInputManagerGlobal.java1301 public String getInputDeviceBluetoothAddress(int deviceId) { in getInputDeviceBluetoothAddress() method in InputManagerGlobal
1303 return mIm.getInputDeviceBluetoothAddress(deviceId); in getInputDeviceBluetoothAddress()
/aosp14/frameworks/base/core/java/android/view/
H A DInputDevice.java1119 .getInputDeviceBluetoothAddress(mId); in getBluetoothAddress()
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java2113 public String getInputDeviceBluetoothAddress(int deviceId) { in getInputDeviceBluetoothAddress() method in InputManagerService