HomeSort by relevance Sort by last modified time
    Searched refs:ACCESS_REJECTED (Results 1 - 9 of 9) sorted by null

  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDevice.java 81 public final static int ACCESS_REJECTED = 2;
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...]
BluetoothPermissionRequest.java 215 } else if (phonebookPermission == CachedBluetoothDevice.ACCESS_REJECTED) {
229 } else if (messagePermission == CachedBluetoothDevice.ACCESS_REJECTED) {
DeviceProfilesSettings.java 224 == CachedBluetoothDevice.ACCESS_ALLOWED ? CachedBluetoothDevice.ACCESS_REJECTED
274 device.setMessagePermissionChoice(BluetoothDevice.ACCESS_REJECTED);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 313 BluetoothDevice.ACCESS_REJECTED);
315 Log.v(TAG, "setPhonebookAccessPermission(ACCESS_REJECTED) result="
623 } else if (permission == BluetoothDevice.ACCESS_REJECTED) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 775 } else if (mPermission == BluetoothDevice.ACCESS_REJECTED) {
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 539 public static final int ACCESS_REJECTED = 2;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
AtPhonebook.java 357 } else if (permission == BluetoothDevice.ACCESS_REJECTED) {
597 * {@link BluetoothDevice#ACCESS_REJECTED}.
HeadsetStateMachine.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java     [all...]

Completed in 40 milliseconds