Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/server/
DBluetoothInputProfileHandler.java69 getInputDevicePriority(device) == BluetoothInputDevice.PRIORITY_OFF) { in connectInputDevice()
137 int getInputDevicePriority(BluetoothDevice device) { in getInputDevicePriority() method in BluetoothInputProfileHandler
178 if (getInputDevicePriority(device) > in handleInputDeviceStateChange()
210 if (getInputDevicePriority(device) == BluetoothInputDevice.PRIORITY_UNDEFINED) { in setInitialInputDevicePriority()
DBluetoothEventLoop.java804 authorized = mBluetoothService.getInputDevicePriority(device) > in onAgentAuthorize()
DBluetoothService.java2209 public int getInputDevicePriority(BluetoothDevice device) { in getInputDevicePriority() method in BluetoothService
2212 return mBluetoothInputProfileHandler.getInputDevicePriority(device); in getInputDevicePriority()
/frameworks/base/core/java/android/bluetooth/
DBluetoothInputDevice.java305 return mService.getInputDevicePriority(device); in getPriority()
DIBluetooth.aidl103 int getInputDevicePriority(in BluetoothDevice device); in getInputDevicePriority() method
DBluetoothDeviceProfileState.java389 if (mService.getInputDevicePriority(mDevice) == in processMessage()
1243 if (mService.getInputDevicePriority(mDevice) == in processCommand()