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.java244 bluetoothDevice.setMessageAccessPermission(BluetoothDevice.ACCESS_ALLOWED); in enableProfile()
268 bluetoothDevice.setMessageAccessPermission(BluetoothDevice.ACCESS_REJECTED); in disableProfile()
/packages/apps/Car/Settings/tests/unit/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.java1154 sRemoteDevice.setMessageAccessPermission( in onReceive()
1167 sRemoteDevice.setMessageAccessPermission( in onReceive()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl153 …boolean setMessageAccessPermission(in BluetoothDevice device, int value, in AttributionSource attr… in setMessageAccessPermission() method
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDetailsProfilesControllerTest.java378 mDevice.setMessageAccessPermission(BluetoothDevice.ACCESS_REJECTED); in mapProfile()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DBondStateMachine.java289 mAdapterService.setMessageAccessPermission( in processMessage()
DAdapterService.java3320 public boolean setMessageAccessPermission( in setMessageAccessPermission() method in AdapterService.AdapterServiceBinder
3332 service.setMessageAccessPermission(device, value); in setMessageAccessPermission()
5706 public void setMessageAccessPermission(BluetoothDevice device, int value) { in setMessageAccessPermission() method in AdapterService
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java2759 public boolean setMessageAccessPermission(@AccessPermission int value) { in setMessageAccessPermission() method in BluetoothDevice
2771 return service.setMessageAccessPermission(this, value, mAttributionSource); in setMessageAccessPermission()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1148 Landroid/bluetooth/IBluetooth$Stub$Proxy;->setMessageAccessPermission(Landroid/bluetooth/BluetoothD…
1277 Landroid/bluetooth/IBluetooth;->setMessageAccessPermission(Landroid/bluetooth/BluetoothDevice;I)Z
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt215 … android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean setMessageAccessPermission(int);