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()
299 assertThat(mDevice.getPhonebookAccessPermission()) in pbapProfileStartsEnabled()322 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()195 final int pbapPermission = device.getPhonebookAccessPermission(); in getProfiles()
47 protected int getPhonebookAccessPermission() { in getPhonebookAccessPermission() method in ShadowBluetoothDevice
163 switch (mDevice.getPhonebookAccessPermission()) { in getContactSharingState()
627 int permission = remoteDevice.getPhonebookAccessPermission(); in checkAccessPermission()
773 int permission = device.getPhonebookAccessPermission(); in checkOrGetPhonebookPermission()
1743 public int getPhonebookAccessPermission(BluetoothDevice device) { in getPhonebookAccessPermission() method in AdapterService.AdapterServiceBinder