Home
last modified time | relevance | path

Searched refs:setPhonebookAccessPermission (Results 1 – 17 of 17) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothPairingControllerTest.java127 verify(mBluetoothDevice).setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED); in onDialogPositiveClick_confirmationDialog_setPBAP()
137 verify(mBluetoothDevice).setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED); in onSetContactSharingState_permissionAllowed_setPBAPAllowed()
148 verify(mBluetoothDevice).setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED); in onSetContactSharingState_permissionUnknown_audioVideoHandsfree_setPBAPAllowed()
159 verify(mBluetoothDevice).setPhonebookAccessPermission(BluetoothDevice.ACCESS_REJECTED); in onSetContactSharingState_permissionRejected_setPBAPRejected()
DBluetoothDetailsProfilesControllerTest.java318 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED); in pbapProfileStartsEnabled()
345 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_REJECTED); in pbapProfileStartsDisabled()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingController.java140 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED); in onDialogPositiveClick()
142 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_REJECTED); in onDialogPositiveClick()
154 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_REJECTED); in onDialogNegativeClick()
DBluetoothDetailsProfilesController.java239 bluetoothDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED); in enableProfile()
270 bluetoothDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_REJECTED); in disableProfile()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothPairingController.java93 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED); in onCheckedChanged()
95 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_REJECTED); in onCheckedChanged()
DBluetoothUnbondedDevicesPreferenceController.java66 cachedDevice.getDevice().setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED); in onDeviceClickedInternal()
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowBluetoothDevice.java42 protected void setPhonebookAccessPermission(int value) { in setPhonebookAccessPermission() method in ShadowBluetoothDevice
/packages/modules/Bluetooth/android/pandora/server/src/
DOs.kt61 bluetoothDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED) in setAccessPermission()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/bluetooth/
DBluetoothUnbondedDevicesPreferenceControllerTest.java221 verify(mUnbondedDevice).setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED); in onDeviceClicked_requestsPhonebookAccess()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java246 device.setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED); in parseIntent()
252 device.setPhonebookAccessPermission(BluetoothDevice.ACCESS_REJECTED); in parseIntent()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl149 …boolean setPhonebookAccessPermission(in BluetoothDevice device, int value, in AttributionSource at… in setPhonebookAccessPermission() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DBondStateMachine.java287 mAdapterService.setPhonebookAccessPermission( in processMessage()
DAdapterService.java3285 public boolean setPhonebookAccessPermission( in setPhonebookAccessPermission() method in AdapterService.AdapterServiceBinder
3297 service.setPhonebookAccessPermission(device, value); in setPhonebookAccessPermission()
5702 public void setPhonebookAccessPermission(BluetoothDevice device, int value) { in setPhonebookAccessPermission() method in AdapterService
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java2702 public boolean setPhonebookAccessPermission(@AccessPermission int value) { in setPhonebookAccessPermission() method in BluetoothDevice
2710 return service.setPhonebookAccessPermission(this, value, mAttributionSource); in setPhonebookAccessPermission()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java2770 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED); in handleAccessPermissionResult()
2775 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_REJECTED); in handleAccessPermissionResult()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1152 Landroid/bluetooth/IBluetooth$Stub$Proxy;->setPhonebookAccessPermission(Landroid/bluetooth/Bluetoot…
1281 Landroid/bluetooth/IBluetooth;->setPhonebookAccessPermission(Landroid/bluetooth/BluetoothDevice;I)Z
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt217 …ndroid.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean setPhonebookAccessPermission(int);