Home
last modified time | relevance | path

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

/frameworks/base/tests/Input/src/com/android/server/input/
DBatteryControllerTests.kt701 `when`(inputManagerRule.mock.getInputDeviceBluetoothAddress(BT_DEVICE_ID)) in testRegisterBluetoothListenerForMonitoredBluetoothDevices()
703 `when`(inputManagerRule.mock.getInputDeviceBluetoothAddress(SECOND_BT_DEVICE_ID)) in testRegisterBluetoothListenerForMonitoredBluetoothDevices()
730 `when`(inputManagerRule.mock.getInputDeviceBluetoothAddress(SECOND_BT_DEVICE_ID)) in testRegisterBluetoothListenerForMonitoredBluetoothDevices()
739 `when`(inputManagerRule.mock.getInputDeviceBluetoothAddress(BT_DEVICE_ID)) in testNotifiesBluetoothBatteryChanges()
760 `when`(inputManagerRule.mock.getInputDeviceBluetoothAddress(BT_DEVICE_ID)) in testBluetoothBatteryIsPrioritized()
795 `when`(inputManagerRule.mock.getInputDeviceBluetoothAddress(BT_DEVICE_ID)) in testFallBackToNativeBatteryStateWhenBluetoothStateInvalid()
832 `when`(inputManagerRule.mock.getInputDeviceBluetoothAddress(BT_DEVICE_ID)) in testRegisterBluetoothMetadataListenerForMonitoredBluetoothDevices()
834 `when`(inputManagerRule.mock.getInputDeviceBluetoothAddress(SECOND_BT_DEVICE_ID)) in testRegisterBluetoothMetadataListenerForMonitoredBluetoothDevices()
867 `when`(inputManagerRule.mock.getInputDeviceBluetoothAddress(SECOND_BT_DEVICE_ID)) in testRegisterBluetoothMetadataListenerForMonitoredBluetoothDevices()
877 `when`(inputManagerRule.mock.getInputDeviceBluetoothAddress(BT_DEVICE_ID)) in testNotifiesBluetoothMetadataBatteryChanges()
[all …]
/frameworks/base/core/java/android/hardware/input/
DIInputManager.aidl232 String getInputDeviceBluetoothAddress(int deviceId); in getInputDeviceBluetoothAddress() method
DInputManager.java1264 public String getInputDeviceBluetoothAddress(int deviceId) { in getInputDeviceBluetoothAddress() method in InputManager
1265 return mGlobal.getInputDeviceBluetoothAddress(deviceId); in getInputDeviceBluetoothAddress()
DInputManagerGlobal.java1796 public String getInputDeviceBluetoothAddress(int deviceId) { in getInputDeviceBluetoothAddress() method in InputManagerGlobal
1798 return mIm.getInputDeviceBluetoothAddress(deviceId); in getInputDeviceBluetoothAddress()
/frameworks/base/core/java/android/view/
DInputDevice.java1225 .getInputDeviceBluetoothAddress(mId); in getBluetoothAddress()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothUtils.java1262 String btAddress = im.getInputDeviceBluetoothAddress(deviceId); in getInputDevice()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DBluetoothUtilsTest.java148 when(mInputManager.getInputDeviceBluetoothAddress(TEST_DEVICE_ID)).thenReturn(TEST_ADDRESS); in setUp()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java2156 public String getInputDeviceBluetoothAddress(int deviceId) { in getInputDeviceBluetoothAddress() method in InputManagerService