Searched refs:ACCESS_REJECTED (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DCachedBluetoothDevice.java81 public final static int ACCESS_REJECTED = 2; field in class:CachedBluetoothDevice
661 } else if (permission == BluetoothDevice.ACCESS_REJECTED) {
662 return ACCESS_REJECTED;
671 } else if (permissionChoice == ACCESS_REJECTED) {
672 permission = BluetoothDevice.ACCESS_REJECTED;
690 } else if (oldPermission == ACCESS_REJECTED) {
691 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_REJECTED);
704 } else if (permission == BluetoothDevice.ACCESS_REJECTED) {
705 return ACCESS_REJECTED;
714 } else if (permissionChoice == ACCESS_REJECTED) {
[all...]
H A DBluetoothPermissionRequest.java215 } else if (phonebookPermission == CachedBluetoothDevice.ACCESS_REJECTED) {
229 } else if (messagePermission == CachedBluetoothDevice.ACCESS_REJECTED) {
H A DDeviceProfilesSettings.java224 == CachedBluetoothDevice.ACCESS_ALLOWED ? CachedBluetoothDevice.ACCESS_REJECTED
274 device.setMessagePermissionChoice(BluetoothDevice.ACCESS_REJECTED);
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapService.java313 BluetoothDevice.ACCESS_REJECTED);
315 Log.v(TAG, "setPhonebookAccessPermission(ACCESS_REJECTED) result="
623 } else if (permission == BluetoothDevice.ACCESS_REJECTED) {
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java775 } else if (mPermission == BluetoothDevice.ACCESS_REJECTED) {
923 mPermission = BluetoothDevice.ACCESS_REJECTED;
926 BluetoothDevice.ACCESS_REJECTED);
928 Log.d(TAG, "setMessageAccessPermission(ACCESS_REJECTED) result="
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DAtPhonebook.java357 } else if (permission == BluetoothDevice.ACCESS_REJECTED) {
597 * {@link BluetoothDevice#ACCESS_REJECTED}.
H A DHeadsetStateMachine.java3220 BluetoothDevice.ACCESS_REJECTED);
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java1541 ? BluetoothDevice.ACCESS_ALLOWED : BluetoothDevice.ACCESS_REJECTED;
1566 ? BluetoothDevice.ACCESS_ALLOWED : BluetoothDevice.ACCESS_REJECTED;

Completed in 230 milliseconds