Home
last modified time | relevance | path

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

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