Searched refs:checkBluetoothAddress (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothA2dp.java475 if (BluetoothAdapter.checkBluetoothAddress(device.getAddress())) return true;
H A DBluetoothPan.java364 if (BluetoothAdapter.checkBluetoothAddress(device.getAddress())) return true;
H A DBluetoothDevice.java521 if (!BluetoothAdapter.checkBluetoothAddress(address)) {
H A DBluetoothHealth.java544 if (BluetoothAdapter.checkBluetoothAddress(device.getAddress())) return true;
H A DBluetoothInputDevice.java481 if (BluetoothAdapter.checkBluetoothAddress(device.getAddress())) return true;
H A DBluetoothHeadset.java888 if (BluetoothAdapter.checkBluetoothAddress(device.getAddress())) return true;
H A DBluetoothAdapter.java403 * such as "00:11:22:33:AA:BB". The helper {@link #checkBluetoothAddress} is
1354 public static boolean checkBluetoothAddress(String address) { method in class:BluetoothAdapter
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java1462 if (BluetoothAdapter.checkBluetoothAddress(uniqueId)) {
/frameworks/base/media/java/android/media/
H A DAudioService.java3534 if (!BluetoothAdapter.checkBluetoothAddress(address)) {
3796 if (!BluetoothAdapter.checkBluetoothAddress(address)) {

Completed in 101 milliseconds