HomeSort by relevance Sort by last modified time
    Searched defs:ACCESS_ALLOWED (Results 1 - 4 of 4) sorted by null

  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
BtEnum.py 96 ACCESS_ALLOWED = 1
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
CachedBluetoothDevice.java 81 public final static int ACCESS_ALLOWED = 1;
690 if (permission == BluetoothDevice.ACCESS_ALLOWED) {
691 return ACCESS_ALLOWED;
700 if (permissionChoice == ACCESS_ALLOWED) {
701 permission = BluetoothDevice.ACCESS_ALLOWED;
719 if (oldPermission == ACCESS_ALLOWED) {
720 mDevice.setPhonebookAccessPermission(BluetoothDevice.ACCESS_ALLOWED);
733 if (permission == BluetoothDevice.ACCESS_ALLOWED) {
734 return ACCESS_ALLOWED;
743 if (permissionChoice == ACCESS_ALLOWED) {
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 600 public static final int ACCESS_ALLOWED = 1;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java     [all...]

Completed in 207 milliseconds