Searched refs:getPhonebookAccessPermission (Results 1 – 12 of 12) sorted by relevance
71 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()
309 assertThat(mDevice.getPhonebookAccessPermission()) in pbapProfileStartsEnabled()332 assertThat(mDevice.getPhonebookAccessPermission()) in pbapProfileStartsDisabled()
172 switch (mDevice.getPhonebookAccessPermission()) { in getContactSharingState()191 final int permission = mDevice.getPhonebookAccessPermission(); in setContactSharingState()
240 int phonebookPermission = mDevice.getPhonebookAccessPermission(); in checkUserChoice()
106 profilePref.setChecked(device.getPhonebookAccessPermission() in refreshProfilePreference()197 final int pbapPermission = device.getPhonebookAccessPermission(); in getProfiles()
47 protected int getPhonebookAccessPermission() { in getPhonebookAccessPermission() method in ShadowBluetoothDevice
163 switch (mDevice.getPhonebookAccessPermission()) { in getContactSharingState()
1378 public int getPhonebookAccessPermission(BluetoothDevice device) { in getPhonebookAccessPermission() method in AdapterService.AdapterServiceBinder1388 return service.getPhonebookAccessPermission(device); in getPhonebookAccessPermission()2292 int getPhonebookAccessPermission(BluetoothDevice device) { in getPhonebookAccessPermission() method in AdapterService
622 int permission = remoteDevice.getPhonebookAccessPermission(); in checkAccessPermission()
689 int permission = device.getPhonebookAccessPermission(); in checkOrGetPhonebookPermission()