Home
last modified time | relevance | path

Searched refs:setMessageAccessPermission (Results 1 – 13 of 13) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowBluetoothDevice.java32 protected void setMessageAccessPermission(int value) { in setMessageAccessPermission() method in ShadowBluetoothDevice
/packages/modules/Bluetooth/android/pandora/server/src/
DOs.kt59 bluetoothDevice.setMessageAccessPermission(BluetoothDevice.ACCESS_ALLOWED) in setAccessPermission()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothUnbondedDevicesPreferenceController.java67 cachedDevice.getDevice().setMessageAccessPermission(BluetoothDevice.ACCESS_ALLOWED); in onDeviceClickedInternal()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDetailsProfilesController.java273 bluetoothDevice.setMessageAccessPermission(BluetoothDevice.ACCESS_ALLOWED); in enableProfile()
297 bluetoothDevice.setMessageAccessPermission(BluetoothDevice.ACCESS_REJECTED); in disableProfile()
/packages/apps/Car/Settings/tests/multivalent/src/com/android/car/settings/bluetooth/
DBluetoothUnbondedDevicesPreferenceControllerTest.java234 verify(mUnbondedDevice).setMessageAccessPermission(BluetoothDevice.ACCESS_ALLOWED); in onDeviceClicked_requestsMessageAccess()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapService.java1092 remoteDevice.setMessageAccessPermission( in onReceive()
1106 remoteDevice.setMessageAccessPermission( in onReceive()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl159 …boolean setMessageAccessPermission(in BluetoothDevice device, int value, in AttributionSource attr… in setMessageAccessPermission() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DBondStateMachine.java299 mAdapterService.setMessageAccessPermission( in processMessage()
DAdapterServiceBinder.java1120 public boolean setMessageAccessPermission( in setMessageAccessPermission() method in AdapterServiceBinder
1131 service.setMessageAccessPermission(device, value); in setMessageAccessPermission()
DAdapterService.java3813 public void setMessageAccessPermission(BluetoothDevice device, int value) { in setMessageAccessPermission() method in AdapterService
4231 setMessageAccessPermission(device, BluetoothDevice.ACCESS_UNKNOWN); in handleBondStateChanged()
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDetailsProfilesControllerTest.java390 mDevice.setMessageAccessPermission(BluetoothDevice.ACCESS_REJECTED); in mapProfile()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java2803 public boolean setMessageAccessPermission(@AccessPermission int value) { in setMessageAccessPermission() method in BluetoothDevice
2815 return service.setMessageAccessPermission(this, value, mAttributionSource); in setMessageAccessPermission()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt275 … android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean setMessageAccessPermission(int);