Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothPairingControllerTest.java66 verify(mBluetoothDevice).setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED); in onDialogPositiveClick_confirmationDialog_setPBAP()
76 verify(mBluetoothDevice).setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED); in onSetContactSharingState_permissionAllowed_setPBAPAllowed()
87 verify(mBluetoothDevice).setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED); in onSetContactSharingState_permissionUnknown_audioVideoHandsfree_setPBAPAllowed()
98 verify(mBluetoothDevice).setPhonebookAccessPermission(BluetoothDevice.ACCESS_REJECTED); in onSetContactSharingState_permissionRejected_setPBAPRejected()
DBluetoothDetailsProfilesControllerTest.java293 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED); in pbapProfileStartsEnabled()
316 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_REJECTED); in pbapProfileStartsDisabled()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DBluetoothPairingController.java104 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED); in onDialogPositiveClick()
106 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_REJECTED); in onDialogPositiveClick()
118 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_REJECTED); in onDialogNegativeClick()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingController.java104 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED); in onDialogPositiveClick()
106 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_REJECTED); in onDialogPositiveClick()
118 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_REJECTED); in onDialogNegativeClick()
DBluetoothDetailsProfilesController.java138 bluetoothDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED); in enableProfile()
159 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.java60 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/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java222 device.setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED); in parseIntent()
230 device.setPhonebookAccessPermission(BluetoothDevice.ACCESS_REJECTED); in parseIntent()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/
DBluetoothUnbondedDevicesPreferenceControllerTest.java165 verify(mUnbondedDevice).setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED); in onDeviceClicked_requestsPhonebookAccess()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java1420 public boolean setPhonebookAccessPermission(BluetoothDevice device, int value) { in setPhonebookAccessPermission() method in AdapterService.AdapterServiceBinder
1430 return service.setPhonebookAccessPermission(device, value); in setPhonebookAccessPermission()
2316 boolean setPhonebookAccessPermission(BluetoothDevice device, int value) { in setPhonebookAccessPermission() method in AdapterService
DBondStateMachine.java228 mAdapterService.setPhonebookAccessPermission(dev, in processMessage()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java2047 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED); in handleAccessPermissionResult()
2052 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_REJECTED); in handleAccessPermissionResult()