Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothPairingControllerTest.java132 when(mBluetoothDevice.getPhonebookAccessPermission()).thenReturn( in onSetContactSharingState_permissionAllowed_setPBAPAllowed()
142 when(mBluetoothDevice.getPhonebookAccessPermission()).thenReturn( in onSetContactSharingState_permissionUnknown_audioVideoHandsfree_setPBAPAllowed()
153 when(mBluetoothDevice.getPhonebookAccessPermission()).thenReturn( in onSetContactSharingState_permissionRejected_setPBAPRejected()
DBluetoothDetailsProfilesControllerTest.java338 assertThat(mDevice.getPhonebookAccessPermission()) in pbapProfileStartsEnabled()
365 assertThat(mDevice.getPhonebookAccessPermission()) in pbapProfileStartsDisabled()
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowBluetoothDevice.java47 protected int getPhonebookAccessPermission() { in getPhonebookAccessPermission() method in ShadowBluetoothDevice
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingController.java250 switch (mDevice.getPhonebookAccessPermission()) { in getContactSharingState()
269 final int permission = mDevice.getPhonebookAccessPermission(); in setContactSharingState()
DBluetoothDetailsProfilesController.java192 profilePref.setChecked(device.getPhonebookAccessPermission() in refreshProfilePreference()
325 final int pbapPermission = device.getPhonebookAccessPermission(); in getProfiles()
DBluetoothPermissionRequest.java246 int phonebookPermission = mDevice.getPhonebookAccessPermission(); in checkUserChoice()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothPairingController.java163 switch (mDevice.getPhonebookAccessPermission()) { in getContactSharingState()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl143 …int getPhonebookAccessPermission(in BluetoothDevice device, in AttributionSource attributionSource… in getPhonebookAccessPermission() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DAtPhonebook.java662 int permission = remoteDevice.getPhonebookAccessPermission(); in checkAccessPermission()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java2604 public @AccessPermission int getPhonebookAccessPermission() { in getPhonebookAccessPermission() method in BluetoothDevice
2612 return service.getPhonebookAccessPermission(this, mAttributionSource); in getPhonebookAccessPermission()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java952 int permission = device.getPhonebookAccessPermission(); in checkOrGetPhonebookPermission()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1113 Landroid/bluetooth/IBluetooth$Stub$Proxy;->getPhonebookAccessPermission(Landroid/bluetooth/Bluetoot…
1246 Landroid/bluetooth/IBluetooth;->getPhonebookAccessPermission(Landroid/bluetooth/BluetoothDevice;)I
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java3267 public int getPhonebookAccessPermission( in getPhonebookAccessPermission() method in AdapterService.AdapterServiceBinder
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt202 …ermission(android.Manifest.permission.BLUETOOTH_CONNECT) public int getPhonebookAccessPermission();