Home
last modified time | relevance | path

Searched refs:setSimAccessPermission (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowBluetoothDevice.java52 protected void setSimAccessPermission(int value) { in setSimAccessPermission() method in ShadowBluetoothDevice
/packages/modules/Bluetooth/android/pandora/server/src/
DOs.kt63 bluetoothDevice.setSimAccessPermission(BluetoothDevice.ACCESS_ALLOWED) in setAccessPermission()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/
DSapService.java827 mRemoteDevice.setSimAccessPermission( in onReceive()
849 mRemoteDevice.setSimAccessPermission( in onReceive()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl157 …boolean setSimAccessPermission(in BluetoothDevice device, int value, in AttributionSource attribut… in setSimAccessPermission() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DBondStateMachine.java291 mAdapterService.setSimAccessPermission( in processMessage()
DAdapterService.java3351 public boolean setSimAccessPermission( in setSimAccessPermission() method in AdapterService.AdapterServiceBinder
3362 service.setSimAccessPermission(device, value); in setSimAccessPermission()
5710 public void setSimAccessPermission(BluetoothDevice device, int value) { in setSimAccessPermission() method in AdapterService
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java2820 public boolean setSimAccessPermission(int value) { in setSimAccessPermission() method in BluetoothDevice
2828 return service.setSimAccessPermission(this, value, mAttributionSource); in setSimAccessPermission()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1156 Landroid/bluetooth/IBluetooth$Stub$Proxy;->setSimAccessPermission(Landroid/bluetooth/BluetoothDevic…
1285 Landroid/bluetooth/IBluetooth;->setSimAccessPermission(Landroid/bluetooth/BluetoothDevice;I)Z
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt220 …ECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean setSimAccessPermission(int);