/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
D | BluetoothPairingControllerTest.java | 132 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()
|
D | BluetoothDetailsProfilesControllerTest.java | 338 assertThat(mDevice.getPhonebookAccessPermission()) in pbapProfileStartsEnabled() 365 assertThat(mDevice.getPhonebookAccessPermission()) in pbapProfileStartsDisabled()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/ |
D | ShadowBluetoothDevice.java | 47 protected int getPhonebookAccessPermission() { in getPhonebookAccessPermission() method in ShadowBluetoothDevice
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothPairingController.java | 250 switch (mDevice.getPhonebookAccessPermission()) { in getContactSharingState() 269 final int permission = mDevice.getPhonebookAccessPermission(); in setContactSharingState()
|
D | BluetoothDetailsProfilesController.java | 192 profilePref.setChecked(device.getPhonebookAccessPermission() in refreshProfilePreference() 325 final int pbapPermission = device.getPhonebookAccessPermission(); in getProfiles()
|
D | BluetoothPermissionRequest.java | 246 int phonebookPermission = mDevice.getPhonebookAccessPermission(); in checkUserChoice()
|
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | BluetoothPairingController.java | 163 switch (mDevice.getPhonebookAccessPermission()) { in getContactSharingState()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetooth.aidl | 143 …int getPhonebookAccessPermission(in BluetoothDevice device, in AttributionSource attributionSource… in getPhonebookAccessPermission() method
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/ |
D | AtPhonebook.java | 662 int permission = remoteDevice.getPhonebookAccessPermission(); in checkAccessPermission()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothDevice.java | 2604 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/ |
D | BluetoothPbapService.java | 952 int permission = device.getPhonebookAccessPermission(); in checkOrGetPhonebookPermission()
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 1113 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/ |
D | AdapterService.java | 3267 public int getPhonebookAccessPermission( in getPhonebookAccessPermission() method in AdapterService.AdapterServiceBinder
|
/packages/modules/Bluetooth/framework/api/ |
D | system-current.txt | 202 …ermission(android.Manifest.permission.BLUETOOTH_CONNECT) public int getPhonebookAccessPermission();
|