Searched refs:getInputDeviceBluetoothAddress (Results 1 – 8 of 8) sorted by relevance
701 `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 …]
232 String getInputDeviceBluetoothAddress(int deviceId); in getInputDeviceBluetoothAddress() method
1264 public String getInputDeviceBluetoothAddress(int deviceId) { in getInputDeviceBluetoothAddress() method in InputManager1265 return mGlobal.getInputDeviceBluetoothAddress(deviceId); in getInputDeviceBluetoothAddress()
1796 public String getInputDeviceBluetoothAddress(int deviceId) { in getInputDeviceBluetoothAddress() method in InputManagerGlobal1798 return mIm.getInputDeviceBluetoothAddress(deviceId); in getInputDeviceBluetoothAddress()
1225 .getInputDeviceBluetoothAddress(mId); in getBluetoothAddress()
1262 String btAddress = im.getInputDeviceBluetoothAddress(deviceId); in getInputDevice()
148 when(mInputManager.getInputDeviceBluetoothAddress(TEST_DEVICE_ID)).thenReturn(TEST_ADDRESS); in setUp()
2156 public String getInputDeviceBluetoothAddress(int deviceId) { in getInputDeviceBluetoothAddress() method in InputManagerService