Home
last modified time | relevance | path

Searched refs:remoteDevice (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/server/
DBluetoothBondState.java452 BluetoothDevice remoteDevice = mService.getRemoteDevice(address); in setProfilePriorities() local
454 mBluetoothInputProfileHandler.setInitialInputDevicePriority(remoteDevice, state); in setProfilePriorities()
462 mA2dpProxy.getPriority(remoteDevice) == BluetoothProfile.PRIORITY_UNDEFINED) { in setProfilePriorities()
463 mA2dpProxy.setPriority(remoteDevice, BluetoothProfile.PRIORITY_ON); in setProfilePriorities()
467 mHeadsetProxy.getPriority(remoteDevice) == BluetoothProfile.PRIORITY_UNDEFINED) { in setProfilePriorities()
468 mHeadsetProxy.setPriority(remoteDevice, BluetoothProfile.PRIORITY_ON); in setProfilePriorities()
472 mA2dpProxy.setPriority(remoteDevice, BluetoothProfile.PRIORITY_UNDEFINED); in setProfilePriorities()
475 mHeadsetProxy.setPriority(remoteDevice, BluetoothProfile.PRIORITY_UNDEFINED); in setProfilePriorities()
/frameworks/base/core/java/android/bluetooth/
DBluetoothAudioGateway.java80 IncomingConnectionInfo(BluetoothAdapter adapter, BluetoothDevice remoteDevice, in IncomingConnectionInfo() argument
83 mRemoteDevice = remoteDevice; in IncomingConnectionInfo()