Home
last modified time | relevance | path

Searched refs:ACCESS_ALLOWED (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java78 public final static int ACCESS_ALLOWED = 1; field in CachedBluetoothDevice
671 if (permission == BluetoothDevice.ACCESS_ALLOWED) { in getPhonebookPermissionChoice()
672 return ACCESS_ALLOWED; in getPhonebookPermissionChoice()
681 if (permissionChoice == ACCESS_ALLOWED) { in setPhonebookPermissionChoice()
682 permission = BluetoothDevice.ACCESS_ALLOWED; in setPhonebookPermissionChoice()
700 if (oldPermission == ACCESS_ALLOWED) { in migratePhonebookPermissionChoice()
701 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED); in migratePhonebookPermissionChoice()
714 if (permission == BluetoothDevice.ACCESS_ALLOWED) { in getMessagePermissionChoice()
715 return ACCESS_ALLOWED; in getMessagePermissionChoice()
724 if (permissionChoice == ACCESS_ALLOWED) { in setMessagePermissionChoice()
[all …]
/frameworks/base/core/java/android/bluetooth/
DBluetoothDevice.java571 public static final int ACCESS_ALLOWED = 1; field in BluetoothDevice