Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingController.java90 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED); in onCheckedChanged()
92 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_REJECTED); in onCheckedChanged()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java298 boolean result = mRemoteDevice.setPhonebookAccessPermission( in parseIntent()
315 boolean result = mRemoteDevice.setPhonebookAccessPermission( in parseIntent()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java1180 public boolean setPhonebookAccessPermission(BluetoothDevice device, int value) { in setPhonebookAccessPermission() method in AdapterService.AdapterServiceBinder
1188 return service.setPhonebookAccessPermission(device, value); in setPhonebookAccessPermission()
1740 boolean setPhonebookAccessPermission(BluetoothDevice device, int value) { in setPhonebookAccessPermission() method in AdapterService
DBondStateMachine.java212 mAdapterService.setPhonebookAccessPermission(dev, in processMessage()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java3334 mCurrentDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED); in handleAccessPermissionResult()
3339 mCurrentDevice.setPhonebookAccessPermission( in handleAccessPermissionResult()