Home
last modified time | relevance | path

Searched refs:getPhonebookAccessPermission (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothPairingControllerTest.java71 when(mBluetoothDevice.getPhonebookAccessPermission()).thenReturn( in onSetContactSharingState_permissionAllowed_setPBAPAllowed()
81 when(mBluetoothDevice.getPhonebookAccessPermission()).thenReturn( in onSetContactSharingState_permissionUnknown_audioVideoHandsfree_setPBAPAllowed()
92 when(mBluetoothDevice.getPhonebookAccessPermission()).thenReturn( in onSetContactSharingState_permissionRejected_setPBAPRejected()
DBluetoothDetailsProfilesControllerTest.java299 assertThat(mDevice.getPhonebookAccessPermission()) in pbapProfileStartsEnabled()
322 assertThat(mDevice.getPhonebookAccessPermission()) in pbapProfileStartsDisabled()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DBluetoothPairingController.java172 switch (mDevice.getPhonebookAccessPermission()) { in getContactSharingState()
191 final int permission = mDevice.getPhonebookAccessPermission(); in setContactSharingState()
DBluetoothPermissionRequest.java240 int phonebookPermission = mDevice.getPhonebookAccessPermission(); in checkUserChoice()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingController.java172 switch (mDevice.getPhonebookAccessPermission()) { in getContactSharingState()
191 final int permission = mDevice.getPhonebookAccessPermission(); in setContactSharingState()
DBluetoothDetailsProfilesController.java106 profilePref.setChecked(device.getPhonebookAccessPermission() in refreshProfilePreference()
195 final int pbapPermission = device.getPhonebookAccessPermission(); in getProfiles()
DBluetoothPermissionRequest.java240 int phonebookPermission = mDevice.getPhonebookAccessPermission(); in checkUserChoice()
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowBluetoothDevice.java47 protected int getPhonebookAccessPermission() { in getPhonebookAccessPermission() method in ShadowBluetoothDevice
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothPairingController.java163 switch (mDevice.getPhonebookAccessPermission()) { in getContactSharingState()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DAtPhonebook.java627 int permission = remoteDevice.getPhonebookAccessPermission(); in checkAccessPermission()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java773 int permission = device.getPhonebookAccessPermission(); in checkOrGetPhonebookPermission()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java1743 public int getPhonebookAccessPermission(BluetoothDevice device) { in getPhonebookAccessPermission() method in AdapterService.AdapterServiceBinder