/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
D | BluetoothPairingControllerTest.java | 127 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()
|
D | BluetoothDetailsProfilesControllerTest.java | 318 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED); in pbapProfileStartsEnabled() 345 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_REJECTED); in pbapProfileStartsDisabled()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothPairingController.java | 140 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED); in onDialogPositiveClick() 142 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_REJECTED); in onDialogPositiveClick() 154 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_REJECTED); in onDialogNegativeClick()
|
D | BluetoothDetailsProfilesController.java | 239 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/ |
D | BluetoothPairingController.java | 93 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED); in onCheckedChanged() 95 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_REJECTED); in onCheckedChanged()
|
D | BluetoothUnbondedDevicesPreferenceController.java | 66 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/modules/Bluetooth/android/pandora/server/src/ |
D | Os.kt | 61 bluetoothDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED) in setAccessPermission()
|
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/bluetooth/ |
D | BluetoothUnbondedDevicesPreferenceControllerTest.java | 221 verify(mUnbondedDevice).setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED); in onDeviceClicked_requestsPhonebookAccess()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapService.java | 246 device.setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED); in parseIntent() 252 device.setPhonebookAccessPermission(BluetoothDevice.ACCESS_REJECTED); in parseIntent()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetooth.aidl | 149 …boolean setPhonebookAccessPermission(in BluetoothDevice device, int value, in AttributionSource at… in setPhonebookAccessPermission() method
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | BondStateMachine.java | 287 mAdapterService.setPhonebookAccessPermission( in processMessage()
|
D | AdapterService.java | 3285 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/ |
D | BluetoothDevice.java | 2702 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/ |
D | HeadsetStateMachine.java | 2770 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED); in handleAccessPermissionResult() 2775 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_REJECTED); in handleAccessPermissionResult()
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 1152 Landroid/bluetooth/IBluetooth$Stub$Proxy;->setPhonebookAccessPermission(Landroid/bluetooth/Bluetoot… 1281 Landroid/bluetooth/IBluetooth;->setPhonebookAccessPermission(Landroid/bluetooth/BluetoothDevice;I)Z
|
/packages/modules/Bluetooth/framework/api/ |
D | system-current.txt | 217 …ndroid.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean setPhonebookAccessPermission(int);
|