/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
D | BluetoothPairingControllerTest.java | 66 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()
|
D | BluetoothDetailsProfilesControllerTest.java | 293 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/ |
D | BluetoothPairingController.java | 104 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/ |
D | BluetoothPairingController.java | 104 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED); in onDialogPositiveClick() 106 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_REJECTED); in onDialogPositiveClick() 118 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_REJECTED); in onDialogNegativeClick()
|
D | BluetoothDetailsProfilesController.java | 138 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/ |
D | BluetoothPairingController.java | 93 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED); in onCheckedChanged() 95 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_REJECTED); in onCheckedChanged()
|
D | BluetoothUnbondedDevicesPreferenceController.java | 60 cachedDevice.getDevice().setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED); in onDeviceClickedInternal()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/ |
D | ShadowBluetoothDevice.java | 42 protected void setPhonebookAccessPermission(int value) { in setPhonebookAccessPermission() method in ShadowBluetoothDevice
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapService.java | 222 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/ |
D | BluetoothUnbondedDevicesPreferenceControllerTest.java | 165 verify(mUnbondedDevice).setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED); in onDeviceClicked_requestsPhonebookAccess()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | AdapterService.java | 1420 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
|
D | BondStateMachine.java | 228 mAdapterService.setPhonebookAccessPermission(dev, in processMessage()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetStateMachine.java | 2047 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED); in handleAccessPermissionResult() 2052 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_REJECTED); in handleAccessPermissionResult()
|