Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceInventory.java171 if (!BluetoothAdapter.checkBluetoothAddress(address)) { in onSetA2dpSinkConnectionState()
220 if (!BluetoothAdapter.checkBluetoothAddress(address)) { in onSetA2dpSourceConnectionState()
241 if (!BluetoothAdapter.checkBluetoothAddress(address)) { in onSetHearingAidConnectionState()
276 if (!BluetoothAdapter.checkBluetoothAddress(address)) { in onBluetoothA2dpActiveDeviceChange()
DBtHelper.java552 if (!BluetoothAdapter.checkBluetoothAddress(address)) { in handleBtScoActiveDeviceChange()
/frameworks/base/core/java/android/bluetooth/
DBluetoothAvrcpController.java239 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
DBluetoothPbapClient.java246 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
DBluetoothPbap.java368 if (BluetoothAdapter.checkBluetoothAddress(device.getAddress())) return true; in isValidDevice()
DBluetoothPan.java405 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
DBluetoothSap.java409 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
DBluetoothA2dpSink.java419 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
DBluetoothMap.java425 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
DBluetoothHearingAid.java593 if (BluetoothAdapter.checkBluetoothAddress(device.getAddress())) return true; in isValidDevice()
DBluetoothMapClient.java485 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
DBluetoothHidDevice.java739 if (BluetoothAdapter.checkBluetoothAddress(device.getAddress())) return true; in isValidDevice()
DBluetoothHidHost.java500 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
DBluetoothA2dp.java889 if (BluetoothAdapter.checkBluetoothAddress(device.getAddress())) return true; in isValidDevice()
DBluetoothHeadsetClient.java1159 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
DBluetoothHeadset.java1245 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
DBluetoothDevice.java948 if (!BluetoothAdapter.checkBluetoothAddress(address)) { in BluetoothDevice()
DBluetoothAdapter.java3052 public static boolean checkBluetoothAddress(String address) { in checkBluetoothAddress() method in BluetoothAdapter
/frameworks/base/core/java/android/bluetooth/le/
DScanFilter.java553 if (deviceAddress != null && !BluetoothAdapter.checkBluetoothAddress(deviceAddress)) { in setDeviceAddress()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java2107 if (BluetoothAdapter.checkBluetoothAddress(uniqueId)) { in getDeviceAlias()
/frameworks/base/config/
Dboot-image-profile.txt3158 HSPLandroid/bluetooth/BluetoothAdapter;->checkBluetoothAddress(Ljava/lang/String;)Z
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5808 method public static boolean checkBluetoothAddress(java.lang.String);
/frameworks/base/non-updatable-api/
Dcurrent.txt7960 method public static boolean checkBluetoothAddress(String);
/frameworks/base/api/
Dcurrent.txt7960 method public static boolean checkBluetoothAddress(String);