Home
last modified time | relevance | path

Searched refs:isAuthorized (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMcpService.java173 public void setDeviceAuthorized(BluetoothDevice device, boolean isAuthorized) { in setDeviceAuthorized() argument
176 "\tsetDeviceAuthorized(): device: " + device + ", isAuthorized: " + isAuthorized); in setDeviceAuthorized()
178 isAuthorized ? BluetoothDevice.ACCESS_ALLOWED : BluetoothDevice.ACCESS_REJECTED; in setDeviceAuthorized()
245 BluetoothDevice device, boolean isAuthorized, AttributionSource source) { in setDeviceAuthorized() argument
251 service.setDeviceAuthorized(device, isAuthorized); in setDeviceAuthorized()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsService.java150 public void setDeviceAuthorized(BluetoothDevice device, boolean isAuthorized) { in setDeviceAuthorized() argument
151 Log.i(TAG, "setDeviceAuthorized(): device: " + device + ", isAuthorized: " + isAuthorized); in setDeviceAuthorized()
153 isAuthorized ? BluetoothDevice.ACCESS_ALLOWED : BluetoothDevice.ACCESS_REJECTED; in setDeviceAuthorized()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothMcpServiceManager.aidl30 …void setDeviceAuthorized(in BluetoothDevice device, boolean isAuthorized, in AttributionSource sou… in setDeviceAuthorized() argument