Searched refs:getInputDeviceBluetoothAddress (Results 1 – 6 of 6) sorted by relevance
660 `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 …]
211 String getInputDeviceBluetoothAddress(int deviceId); in getInputDeviceBluetoothAddress() method
1164 public String getInputDeviceBluetoothAddress(int deviceId) { in getInputDeviceBluetoothAddress() method in InputManager1165 return mGlobal.getInputDeviceBluetoothAddress(deviceId); in getInputDeviceBluetoothAddress()
1486 public String getInputDeviceBluetoothAddress(int deviceId) { in getInputDeviceBluetoothAddress() method in InputManagerGlobal1488 return mIm.getInputDeviceBluetoothAddress(deviceId); in getInputDeviceBluetoothAddress()
1225 .getInputDeviceBluetoothAddress(mId); in getBluetoothAddress()
2017 public String getInputDeviceBluetoothAddress(int deviceId) { in getInputDeviceBluetoothAddress() method in InputManagerService