Home
last modified time | relevance | path

Searched refs:checkBluetoothAddress (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothAvrcpController.java312 if (BluetoothAdapter.checkBluetoothAddress(device.getAddress())) return true; in isValidDevice()
DBluetoothPbapClient.java325 if (BluetoothAdapter.checkBluetoothAddress(device.getAddress())) { in isValidDevice()
DBluetoothPan.java396 if (BluetoothAdapter.checkBluetoothAddress(device.getAddress())) return true; in isValidDevice()
DBluetoothSap.java428 if (BluetoothAdapter.checkBluetoothAddress(device.getAddress())) in isValidDevice()
DBluetoothMap.java401 if (BluetoothAdapter.checkBluetoothAddress(device.getAddress())) return true; in isValidDevice()
DBluetoothA2dpSink.java509 if (BluetoothAdapter.checkBluetoothAddress(device.getAddress())) return true; in isValidDevice()
DBluetoothMapClient.java419 if (BluetoothAdapter.checkBluetoothAddress(device.getAddress())) return true; in isValidDevice()
DBluetoothHealth.java552 if (BluetoothAdapter.checkBluetoothAddress(device.getAddress())) return true; in isValidDevice()
DBluetoothInputDevice.java506 if (BluetoothAdapter.checkBluetoothAddress(device.getAddress())) return true; in isValidDevice()
DBluetoothA2dp.java832 if (BluetoothAdapter.checkBluetoothAddress(device.getAddress())) return true; in isValidDevice()
DBluetoothHeadset.java1079 if (BluetoothAdapter.checkBluetoothAddress(device.getAddress())) return true; in isValidDevice()
DBluetoothHeadsetClient.java1124 if (BluetoothAdapter.checkBluetoothAddress(device.getAddress())) return true; in isValidDevice()
DBluetoothDevice.java706 if (!BluetoothAdapter.checkBluetoothAddress(address)) { in BluetoothDevice()
DBluetoothAdapter.java2300 public static boolean checkBluetoothAddress(String address) { in checkBluetoothAddress() method in BluetoothAdapter
/frameworks/base/core/java/android/bluetooth/le/
DScanFilter.java462 if (deviceAddress != null && !BluetoothAdapter.checkBluetoothAddress(deviceAddress)) { in setDeviceAddress()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java2060 if (BluetoothAdapter.checkBluetoothAddress(uniqueId)) { in getDeviceAlias()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5808 method public static boolean checkBluetoothAddress(java.lang.String);
/frameworks/base/api/
Dcurrent.txt7186 method public static boolean checkBluetoothAddress(java.lang.String);
Dsystem-current.txt7657 method public static boolean checkBluetoothAddress(java.lang.String);