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
665 if (permission == BluetoothDevice.ACCESS_ALLOWED) { in getPhonebookPermissionChoice()
666 return ACCESS_ALLOWED; in getPhonebookPermissionChoice()
675 if (permissionChoice == ACCESS_ALLOWED) { in setPhonebookPermissionChoice()
676 permission = BluetoothDevice.ACCESS_ALLOWED; in setPhonebookPermissionChoice()
694 if (oldPermission == ACCESS_ALLOWED) { in migratePhonebookPermissionChoice()
695 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED); in migratePhonebookPermissionChoice()
708 if (permission == BluetoothDevice.ACCESS_ALLOWED) { in getMessagePermissionChoice()
709 return ACCESS_ALLOWED; in getMessagePermissionChoice()
718 if (permissionChoice == ACCESS_ALLOWED) { in setMessagePermissionChoice()
[all …]
/frameworks/base/core/java/android/bluetooth/
DBluetoothDevice.java573 public static final int ACCESS_ALLOWED = 1; field in BluetoothDevice