Home
last modified time | relevance | path

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

/frameworks/base/tests/Input/src/com/android/server/input/
DBatteryControllerTests.kt660 `when`(iInputManager.getInputDeviceBluetoothAddress(BT_DEVICE_ID)) in testRegisterBluetoothListenerForMonitoredBluetoothDevices()
662 `when`(iInputManager.getInputDeviceBluetoothAddress(SECOND_BT_DEVICE_ID)) in testRegisterBluetoothListenerForMonitoredBluetoothDevices()
689 `when`(iInputManager.getInputDeviceBluetoothAddress(SECOND_BT_DEVICE_ID)) in testRegisterBluetoothListenerForMonitoredBluetoothDevices()
698 `when`(iInputManager.getInputDeviceBluetoothAddress(BT_DEVICE_ID)) in testNotifiesBluetoothBatteryChanges()
719 `when`(iInputManager.getInputDeviceBluetoothAddress(BT_DEVICE_ID)) in testBluetoothBatteryIsPrioritized()
748 `when`(iInputManager.getInputDeviceBluetoothAddress(BT_DEVICE_ID)) in testFallBackToNativeBatteryStateWhenBluetoothStateInvalid()
779 `when`(iInputManager.getInputDeviceBluetoothAddress(BT_DEVICE_ID)) in testRegisterBluetoothMetadataListenerForMonitoredBluetoothDevices()
781 `when`(iInputManager.getInputDeviceBluetoothAddress(SECOND_BT_DEVICE_ID)) in testRegisterBluetoothMetadataListenerForMonitoredBluetoothDevices()
814 `when`(iInputManager.getInputDeviceBluetoothAddress(SECOND_BT_DEVICE_ID)) in testRegisterBluetoothMetadataListenerForMonitoredBluetoothDevices()
824 `when`(iInputManager.getInputDeviceBluetoothAddress(BT_DEVICE_ID)) in testNotifiesBluetoothMetadataBatteryChanges()
[all …]
/frameworks/base/core/java/android/hardware/input/
DIInputManager.aidl211 String getInputDeviceBluetoothAddress(int deviceId); in getInputDeviceBluetoothAddress() method
DInputManager.java1164 public String getInputDeviceBluetoothAddress(int deviceId) { in getInputDeviceBluetoothAddress() method in InputManager
1165 return mGlobal.getInputDeviceBluetoothAddress(deviceId); in getInputDeviceBluetoothAddress()
DInputManagerGlobal.java1486 public String getInputDeviceBluetoothAddress(int deviceId) { in getInputDeviceBluetoothAddress() method in InputManagerGlobal
1488 return mIm.getInputDeviceBluetoothAddress(deviceId); in getInputDeviceBluetoothAddress()
/frameworks/base/core/java/android/view/
DInputDevice.java1225 .getInputDeviceBluetoothAddress(mId); in getBluetoothAddress()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java2017 public String getInputDeviceBluetoothAddress(int deviceId) { in getInputDeviceBluetoothAddress() method in InputManagerService