Searched refs:getInputDeviceBluetoothAddress (Results 1 – 6 of 6) sorted by relevance
657 `when`(iInputManager.getInputDeviceBluetoothAddress(BT_DEVICE_ID))659 `when`(iInputManager.getInputDeviceBluetoothAddress(SECOND_BT_DEVICE_ID))686 `when`(iInputManager.getInputDeviceBluetoothAddress(SECOND_BT_DEVICE_ID))695 `when`(iInputManager.getInputDeviceBluetoothAddress(BT_DEVICE_ID))716 `when`(iInputManager.getInputDeviceBluetoothAddress(BT_DEVICE_ID))745 `when`(iInputManager.getInputDeviceBluetoothAddress(BT_DEVICE_ID))776 `when`(iInputManager.getInputDeviceBluetoothAddress(BT_DEVICE_ID))778 `when`(iInputManager.getInputDeviceBluetoothAddress(SECOND_BT_DEVICE_ID))811 `when`(iInputManager.getInputDeviceBluetoothAddress(SECOND_BT_DEVICE_ID))821 `when`(iInputManager.getInputDeviceBluetoothAddress(BT_DEVICE_ID))[all …]
1211 public String getInputDeviceBluetoothAddress(int deviceId) { in getInputDeviceBluetoothAddress() method in InputManager1212 return mGlobal.getInputDeviceBluetoothAddress(deviceId); in getInputDeviceBluetoothAddress()
221 String getInputDeviceBluetoothAddress(int deviceId); in getInputDeviceBluetoothAddress() method
1301 public String getInputDeviceBluetoothAddress(int deviceId) { in getInputDeviceBluetoothAddress() method in InputManagerGlobal1303 return mIm.getInputDeviceBluetoothAddress(deviceId); in getInputDeviceBluetoothAddress()
1119 .getInputDeviceBluetoothAddress(mId); in getBluetoothAddress()
2113 public String getInputDeviceBluetoothAddress(int deviceId) { in getInputDeviceBluetoothAddress() method in InputManagerService